provisioners/local-exec: Fix map syntax for 0.12
This commit is contained in:
parent
0c5fd835ce
commit
a2ba1f8fe7
|
@ -81,7 +81,7 @@ resource "aws_instance" "web" {
|
|||
provisioner "local-exec" {
|
||||
command = "echo $FOO $BAR $BAZ >> env_vars.txt"
|
||||
|
||||
environment {
|
||||
environment = {
|
||||
FOO = "bar"
|
||||
BAR = 1
|
||||
BAZ = "true"
|
||||
|
|
Loading…
Reference in New Issue