Skip to content

Commit f2d4921

Browse files
authored
fix: revert change related to sensitive field bug in TF 0.15.0 (#193)
1 parent 22843de commit f2d4921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/compute_instance/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ 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
2625
}
2726

2827
output "available_zones" {

0 commit comments

Comments
 (0)