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 3ef69bf commit 85c1b9eCopy full SHA for 85c1b9e
deployment/terraform/modules/openstack-kubernetes-infra/kubeconfig-extraction.tf
@@ -17,10 +17,10 @@ EOT
17
}
18
19
20
-# data "local_file" "kube_config_raw_file" {
21
-# filename = local.kubeconfig_file
22
-# depends_on = [ null_resource.copy_kubeconfig ]
23
-# }
+data "local_file" "kube_config_raw_file" {
+ filename = local.kubeconfig_file
+ depends_on = [ null_resource.copy_kubeconfig ]
+}
24
25
# output "kube_config_raw" {
26
# value = data.local_file.kube_config_raw_file
0 commit comments