Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: How to migrate ASM module? #2260

Open
loeffel-io opened this issue Jan 29, 2025 · 0 comments
Open

Q: How to migrate ASM module? #2260

loeffel-io opened this issue Jan 29, 2025 · 0 comments

Comments

@loeffel-io
Copy link

loeffel-io commented Jan 29, 2025

This Terraform Kubernetes Engine ASM Submodule has been deprecated in release v34.0.0 and will be removed entirely in a future release. It is recommended to migrate to the google_gke_hub_feature and google_gke_hub_feature_membership resources.

Can you please provide a migration guide for this, thank you

Current usage:

module "asm" {
  source                    = "terraform-google-modules/kubernetes-engine/google//modules/asm"
  version                   = "29.0.0"
  project_id                = var.gcloud_project_id
  cluster_name              = google_container_cluster.cluster.name
  cluster_location          = google_container_cluster.cluster.location
  enable_cni                = true
  enable_fleet_registration = true
  enable_mesh_feature       = var.enable_mesh_feature
  depends_on                = [google_container_cluster.cluster]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant