Skip to content

Commit

Permalink
fix!: add instances_details sensitive output (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso authored Sep 13, 2023
1 parent 7e6f406 commit 85fd51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/compute_instance/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 85fd51e

Please sign in to comment.