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 30fa68a commit 43ea30dCopy full SHA for 43ea30d
roles/cluster_infra/templates/outputs.tf.j2
@@ -7,6 +7,7 @@ output "cluster_gateway_ip" {
7
output "cluster_ssh_private_key" {
8
description = "The private component of the keypair generated on cluster provision"
9
value = openstack_compute_keypair_v2.cluster_keypair.private_key
10
+ sensitive = true
11
}
12
{% endif %}
13
0 commit comments