fix terraform fmt, enable traefik by default & return null if no lb
This commit is contained in:
@@ -24,7 +24,7 @@ locals {
|
||||
}
|
||||
|
||||
resource "local_sensitive_file" "kubeconfig" {
|
||||
content = local.kubeconfig_external
|
||||
filename = "kubeconfig.yaml"
|
||||
file_permission = "600"
|
||||
content = local.kubeconfig_external
|
||||
filename = "kubeconfig.yaml"
|
||||
file_permission = "600"
|
||||
}
|
||||
|
Reference in New Issue
Block a user