Files
opentf/internal/tofu/testdata/validate-computed-var/main.tf
2023-09-20 15:16:53 +03:00

10 lines
140 B
HCL

provider "aws" {
value = test_instance.foo.id
}
resource "aws_instance" "bar" {}
resource "test_instance" "foo" {
value = "yes"
}