Skip to content

Commit a58203c

Browse files
sjpbm-bull
andauthored
Fix docs wording
Co-authored-by: Matt Anson <[email protected]>
1 parent b3ae76d commit a58203c

File tree

1 file changed

+1
-1
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+1
-1
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ variable "compute" {
101101
nodename_template: Overrides variable cluster_nodename_template
102102
EOF
103103
default = {}
104-
type = any # can't do any better; TF type constraints can't cope with inhomogenous inner mappings
104+
type = any # can't do any better; TF type constraints can't cope with heterogeneous inner mappings
105105
}
106106

107107
variable "environment_root" {

0 commit comments

Comments
 (0)