google_cloud_run_service

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

Example Usage

data "google_cloud_run_service" "run-service" {
  name = "my-service"
  location = "us-central1"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_cloud_run_service resource for details of the available attributes.