google_cloud_run_v2_service

Get information about a Google Cloud Run v2 Service. For more information see the official documentation and API.

Example Usage

data "google_cloud_run_v2_service" "my_service" {
  name     = "my-service"
  location = "us-central1"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_cloud_run_v2_service resource for details of the available attributes.