Skip to content

Commit

Permalink
fix: revert change related to sensitive field bug in TF 0.15.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean authored Jul 26, 2021
1 parent 22843de commit f2d4921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/compute_instance/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ output "instances_self_links" {
output "instances_details" {
description = "List of all details for compute instances"
value = google_compute_instance_from_template.compute_instance.*
sensitive = true
}

output "available_zones" {
Expand Down

0 comments on commit f2d4921

Please sign in to comment.