We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf64a6 commit cccf2f8Copy full SHA for cccf2f8
examples/autopilot_private_firewalls/main.tf
@@ -33,7 +33,7 @@ provider "kubernetes" {
33
}
34
35
module "gke" {
36
- source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster/"
+ source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster"
37
version = "~> 33.0"
38
39
project_id = var.project_id
0 commit comments