We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278e2f4 + 5436bae commit 81a7b1eCopy full SHA for 81a7b1e
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