terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
So what happened to the ASM label?
TL;DR
How can I pull the ASM version now that you removed the labels?
I see I can use revision_name as output but that only tells me
+ revision_name = "asm-managed"
I really need the version number where can I pull that from, as I dont see it on
gcloud container clusters describe
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
module "asm-primary" {
source = "terraform-google-modules/kubernetes-engine/google//modules/asm"
version = "21.1.0"
project_id = var.project_id
cluster_name = module.primary-cluster.name
cluster_location = module.primary-cluster.location
}
Terraform Version
terraform version
Terraform v1.1.9
Additional information
No response
@richiefrich Could you elaborate on the issue? Were you looking for a way to pull ASM version info via Terraform?
Yes I would really like a way to pull the managed ASM version via Terraform
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days