cloud-foundation-fabric/tests/modules/gke_cluster_autopilot/network_tags.tfvars

17 lines
297 B
HCL

project_id = "my-project"
location = "europe-west1"
name = "cluster-1"
vpc_config = {
network = "default"
subnetwork = "default"
}
node_config = {
tags = [
"deep-dark-wood",
"hello-gruffalo",
"my--precious---nodes",
"cluster-1-nodes",
"nodes-cluster-1",
]
}