google_runtimeconfig_config

Manages a RuntimeConfig resource in Google Cloud. For more information, see the official documentation, or the JSON API.

Example Usage

Example creating a RuntimeConfig resource.

resource "google_runtimeconfig_config" "my-runtime-config" {
    name = "my-service-runtime-config"
    description = "Runtime configuration values for my service"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the runtime config.
  • project - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

  • description - (Optional) The description to associate with the runtime config.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/google/r/runtimeconfig_config.html