Skip to content

add support for invoker_iam_disabled #446

@emalihin

Description

@emalihin

Cloud run v2 service supports invoker_iam_disabled = true which is a recommended way to allow public cloud run access

resource "google_cloud_run_v2_service" "default" {
   name     = "SERVICE"
   location = "REGION"
   invoker_iam_disabled = true

   template {
      containers {
      image = "IMAGE_URL"
      }
   }
}

Add support of invoker_iam_disabled to these modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions