fix(e2e): Use worker config from variable (#6081)

pull/6083/head
Michael Li 8 months ago committed by GitHub
parent a63f32df28
commit 2593b62430
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