backport of commit d9f8190ec8 (#6082)

Co-authored-by: Michael Li <michael.li@hashicorp.com>
pull/6084/head
hc-github-team-secure-boundary 5 months ago committed by GitHub
parent c6e7375f6a
commit 0f0cdb364e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -310,7 +310,7 @@ resource "local_file" "worker_config" {
depends_on = [
enos_local_exec.add_boundary_cli,
]
content = templatefile("${path.module}/scripts/worker.hcl", {
content = templatefile("${path.module}/${var.worker_config_file_path}", {
controller_ip = var.controller_ip
aws_kms_key = data.aws_kms_key.kms_key.id
aws_region = var.aws_region

Loading…
Cancel
Save