4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
variable "foo" {
|
||
|
default = "${aws_instance.foo.bar}"
|
||
|
}
|