Skip to content

Commit 5837759

Browse files
authored
fix: add sensitive setting for instances_details output (#164)
1 parent 79bc74d commit 5837759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/compute_instance/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ output "instances_self_links" {
2222
output "instances_details" {
2323
description = "List of all details for compute instances"
2424
value = google_compute_instance_from_template.compute_instance.*
25+
sensitive = true
2526
}
2627

2728
output "available_zones" {

0 commit comments

Comments
 (0)