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:
committed by
GitHub
parent
7baa1f98d4
commit
637926fb68
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user