Skip to content

Commit

Permalink
fix: mark instances_details as sensitive (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-occrp authored Apr 23, 2024
1 parent dcc15ee commit c923bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/umig/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ output "instances_self_links" {

output "instances_details" {
description = "List of all details for compute instances"
sensitive = true
value = google_compute_instance_from_template.compute_instance[*]
}

Expand Down

0 comments on commit c923bfe

Please sign in to comment.