Skip to content

Commit 715ccf6

Browse files
committed
Update map type to Terraform 0.12 syntax
1 parent e1fe15f commit 715ccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/instance_with_attached_disk/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variable "zone" {
5252
}
5353

5454
variable "additional_metadata" {
55-
type = "map"
55+
type = map(string)
5656
description = "Additional metadata to attach to the instance"
5757
default = {}
5858
}

0 commit comments

Comments
 (0)