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.
1 parent b3ae76d commit a58203cCopy full SHA for a58203c
environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf
@@ -101,7 +101,7 @@ variable "compute" {
101
nodename_template: Overrides variable cluster_nodename_template
102
EOF
103
default = {}
104
- type = any # can't do any better; TF type constraints can't cope with inhomogenous inner mappings
+ type = any # can't do any better; TF type constraints can't cope with heterogeneous inner mappings
105
}
106
107
variable "environment_root" {
0 commit comments