google_runtimeconfig_variable

To get more information about RuntimeConfigs, see:

Example Usage

data "google_runtimeconfig_variable" "run-service" {
  parent = "my-service"
  name   = "prod-variables/hostname"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_runtimeconfig_variable resource for details of the available attributes.