mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user