Config added to plan generation in outputs
This commit is contained in:
parent
fb2350077e
commit
2df78721e4
@ -12,7 +12,7 @@ build_plan() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deploy_plan() {
|
deploy_plan() {
|
||||||
echo deploy
|
terraform apply $plan
|
||||||
}
|
}
|
||||||
|
|
||||||
help_prompt() {
|
help_prompt() {
|
||||||
|
@ -12,3 +12,10 @@ resource vultr_kubernetes athens {
|
|||||||
max_nodes = var.cluster.pool.max
|
max_nodes = var.cluster.pool.max
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output k8s_config {
|
||||||
|
value = vultr_kubernetes.athens.kube_config
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user