google_container_azure_versions

Provides access to available Kubernetes versions in a location for a given project.

Example Usage

data "google_container_azure_versions" "central1b" {
  location       = "us-west1"
  project        = "my-project"
}


output "first_available_version" {
  value = data.google_container_azure_versions.versions.valid_versions[0]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: