mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
Change user-kubeconfig output to rendered content
This commit is contained in:
committed by
Dalton Hubble
parent
457b596fa0
commit
366f751283
@@ -15,7 +15,7 @@ output "kubeconfig" {
|
||||
}
|
||||
|
||||
output "user-kubeconfig" {
|
||||
value = "${local_file.user-kubeconfig.filename}"
|
||||
value = "${data.template_file.user-kubeconfig.rendered}"
|
||||
}
|
||||
|
||||
# etcd TLS assets
|
||||
|
||||
Reference in New Issue
Block a user