mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
terraform: test fixture needs to use variable so its not pruned
This commit is contained in:
parent
f6df1edeb4
commit
d29844969a
@ -1 +1,5 @@
|
|||||||
variable "value" {}
|
variable "value" {}
|
||||||
|
|
||||||
|
resource "aws_instance" "bar" {
|
||||||
|
foo = "${var.value}"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user