mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 13:03:36 -04:00
terraform: reference an output so it isn't pruned during plan
This commit is contained in:
@@ -5,3 +5,6 @@ variable "map_in" {
|
||||
us-west-2 = "ami-67890"
|
||||
}
|
||||
}
|
||||
|
||||
// We have to reference it so it isn't pruned
|
||||
output "output" { value = "${var.map_in}" }
|
||||
|
||||
Reference in New Issue
Block a user