Skip to content

Commit 43ea30d

Browse files
committed
Mark private key tf output as sensitive
1 parent 30fa68a commit 43ea30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cluster_infra/templates/outputs.tf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ output "cluster_gateway_ip" {
77
output "cluster_ssh_private_key" {
88
description = "The private component of the keypair generated on cluster provision"
99
value = openstack_compute_keypair_v2.cluster_keypair.private_key
10+
sensitive = true
1011
}
1112
{% endif %}
1213

0 commit comments

Comments
 (0)