Adapt example to optional default

This commit is contained in:
Wiktor Niesiobędzki 2023-01-29 13:49:33 +01:00
parent 2976df596e
commit 37626c8ac7
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ module "cluster-autopilot" {
master_ipv4_cidr_block = "192.168.0.0/28"
}
enable_features = {
autopilot = true
autopilot = true
workload_identity = false
}
}
# tftest modules=1 resources=1 inventory=autopilot.yaml