mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
variable "foo" {
|
||
|
default = "${aws_instance.foo.bar}"
|
||
|
}
|