opentofu/config/test-fixtures/validate-unknown-resource-var-output/main.tf
Mitchell Hashimoto d28e5a1638 dos2unix
2014-07-28 10:43:00 -07:00

7 lines
96 B
HCL

resource "aws_instance" "web" {
}
output "ip" {
value = "${aws_instance.loadbalancer.foo}"
}