Skip to content

Commit 85c1b9e

Browse files
committed
feat(iac): Fix for kubeconfig
1 parent 3ef69bf commit 85c1b9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/terraform/modules/openstack-kubernetes-infra/kubeconfig-extraction.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ EOT
1717
}
1818
}
1919

20-
# data "local_file" "kube_config_raw_file" {
21-
# filename = local.kubeconfig_file
22-
# depends_on = [ null_resource.copy_kubeconfig ]
23-
# }
20+
data "local_file" "kube_config_raw_file" {
21+
filename = local.kubeconfig_file
22+
depends_on = [ null_resource.copy_kubeconfig ]
23+
}
2424

2525
# output "kube_config_raw" {
2626
# value = data.local_file.kube_config_raw_file

0 commit comments

Comments
 (0)