Skip to content

Commit 9a33e71

Browse files
committed
Update main.tf
add "=" for TF 0.12 compatibility
1 parent 2eb87ca commit 9a33e71

File tree

1 file changed

+1
-1
lines changed
  • operations/automation-script/config

1 file changed

+1
-1
lines changed

operations/automation-script/config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "name" {
33
}
44

55
resource "random_id" "random" {
6-
keepers {
6+
keepers = {
77
uuid = "${uuid()}"
88
}
99
byte_length = 32

0 commit comments

Comments
 (0)