Update output.tf

This commit is contained in:
2022-09-25 01:33:50 +00:00
parent cd8e11e4e4
commit ff5a0e5a67

View File

@@ -7,7 +7,6 @@ resource "local_file" "kubeconfig" {
output "kubeconfig" {
value = linode_lke_cluster.foobar.kubeconfig
sensitive = true
filename = kubeconfig.yaml
}
output "api_endpoints" {