We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e2f4 commit 5436baeCopy full SHA for 5436bae
google/cluster/node-pool/configuration.tf
@@ -45,5 +45,5 @@ locals {
45
guest_accelerator = local.cfg["guest_accelerator"]
46
network_config = local.cfg["network_config"]
47
48
- instance_tags = local.cfg["instance_tags"]
+ instance_tags = local.cfg["instance_tags"] != null ? local.cfg["instance_tags"] : []
49
}
0 commit comments