google_container_attached_install_manifest

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

Example Usage

data "google_container_attached_install_manifest" "manifest" {
    location         = "us-west1"
    project          = "my-project"
    cluster_id       = "test-cluster-1"
    platform_version = "1.25.0-gke.1"
}


output "install_manifest" {
  value = data.google_container_attached_install_manifest.manifest
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: