mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #20619 from hashicorp/d-provisioners-local-exec
provisioners/local-exec: Fix map syntax for 0.12
This commit is contained in:
commit
ec9a4b7dae
@ -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