terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

So what happened to the ASM label?

Open richiefrich opened this issue 3 years ago • 2 comments

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 avatar Jun 06 '22 20:06 richiefrich

@richiefrich Could you elaborate on the issue? Were you looking for a way to pull ASM version info via Terraform?

bharathkkb avatar Jun 21 '22 22:06 bharathkkb

Yes I would really like a way to pull the managed ASM version via Terraform

richiefrich avatar Jun 22 '22 15:06 richiefrich

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

github-actions[bot] avatar Aug 21 '22 23:08 github-actions[bot]