We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63f32d commit 2593b62Copy full SHA for 2593b62
enos/modules/aws_rdp_member_server_with_worker/main.tf
@@ -310,7 +310,7 @@ resource "local_file" "worker_config" {
310
depends_on = [
311
enos_local_exec.add_boundary_cli,
312
]
313
- content = templatefile("${path.module}/scripts/worker.hcl", {
+ content = templatefile("${path.module}/${var.worker_config_file_path}", {
314
controller_ip = var.controller_ip
315
aws_kms_key = data.aws_kms_key.kms_key.id
316
aws_region = var.aws_region
0 commit comments