Skip to content

Commit ec12adb

Browse files
(SOLARCH-468) added sensitive boolean for teraform 0.14 and above compatability
1 parent 9c544ba commit ec12adb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ output "console" {
77
output "pool" {
88
value = module.loadbalancer.lb_dns_name
99
description = "The GCP internal network FQDN of the Puppet Enterprise compiler pool"
10+
sensitive = true
1011
}

0 commit comments

Comments
 (0)