Support boot disk KMS key in GKE cluster modules (#1881)

* gke cluster standard

* tfdoc

* gke cluster autopilot

* fix autopilot tags test
This commit is contained in:
Ludovico Magnocavallo
2023-11-23 12:52:13 +01:00
committed by GitHub
parent 7baa1f98d4
commit 637926fb68
7 changed files with 50 additions and 56 deletions

View File

@@ -5,10 +5,12 @@ vpc_config = {
network = "default"
subnetwork = "default"
}
tags = [
"deep-dark-wood",
"hello-gruffalo",
"my--precious---nodes",
"cluster-1-nodes",
"nodes-cluster-1",
]
node_config = {
tags = [
"deep-dark-wood",
"hello-gruffalo",
"my--precious---nodes",
"cluster-1-nodes",
"nodes-cluster-1",
]
}