4 lines
70 B
Terraform
4 lines
70 B
Terraform
|
|
resource "aws_instance" "web" {
|
||
|
|
foo = "${aws_instance.web.foo}"
|
||
|
|
}
|