To get more information about RuntimeConfigs, see:
data "google_runtimeconfig_variable" "run-service" {
parent = "my-service"
name = "prod-variables/hostname"
}
The following arguments are supported:
name
- (Required) The name of the Runtime Configurator configuration.parent
- (Required) The name of the RuntimeConfig resource containing this variable.project
- (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.See google_runtimeconfig_variable resource for details of the available attributes.