googleRuntimeconfigVariable
To get more information about RuntimeConfigs, see:
- API documentation
- How-to Guides
- Runtime Configurator Fundamentals
\~> Warning: This datasource is in beta, and should be used with the terraform-provider-google-beta provider. See Provider Versions for more details on beta datasources.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as google from "./.gen/providers/google";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: google.
For a more precise conversion please use the --provider flag in convert.*/
new google.dataGoogleRuntimeconfigVariable.DataGoogleRuntimeconfigVariable(
this,
"run-service",
{
name: "prod-variables/hostname",
parent: "my-service",
}
);
Argument Reference
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.
Attributes Reference
See google_runtimeconfig_variable resource for details of the available attributes.