Skip to content

Commit ef495e6

Browse files
committed
allow items in compute mapping to have different keys e.g. only specify image_id for some compute groups
1 parent c83ea12 commit ef495e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "cluster_image_id" {
4040
}
4141

4242
variable "compute" {
43-
type = map
43+
type = any
4444
description = <<-EOF
4545
Mapping defining compute infrastructure. Keys are names of groups. Values are a
4646
mapping as follows:

0 commit comments

Comments
 (0)