Skip to content

Commit

Permalink
Update build.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 4, 2024
1 parent 910a7bb commit 7a95af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ build {
"ANSIBLE_STDOUT_CALLBACK=yaml",
"ANSIBLE_NOCOLOR=True",
"AWS_ACCESS_KEY_ID=${local.aws_access_key_id}",
"AWS_SECRET_ACCESS_KEY=${local.aws_secret_access_key}"
"AWS_SECRET_ACCESS_KEY=${local.aws_secret_access_key}",
"AWS_REGION=${data.amazon-parameterstore.region.value}",
"AWS_DEFAULT_REGION=${data.amazon-parameterstore.region.value}"
]
}

Expand Down

0 comments on commit 7a95af9

Please sign in to comment.