Skip to content

Commit 88420db

Browse files
committed
send absolute filepaths to module params that are interpretted relatively
Signed-off-by: Marques Johansson <[email protected]>
1 parent c2c7044 commit 88420db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-controller-pool.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module "controllers" {
5555
workloads = var.workloads
5656
skip_workloads = var.skip_workloads
5757
control_plane_node_count = var.control_plane_node_count
58-
ssh_private_key_path = local_file.cluster_private_key_pem.filename
58+
ssh_private_key_path = abspath(local_file.cluster_private_key_pem.filename)
5959
ccm_enabled = var.ccm_enabled
6060
loadbalancer_type = var.loadbalancer_type
6161
}

0 commit comments

Comments
 (0)