blob: 81acf7cfaa9d98de3af11c775ea4adc64c1c4f65 [file] [log] [blame]
provider "aws" {
value = test_instance.foo.id
}
resource "aws_instance" "bar" {}
resource "test_instance" "foo" {
value = "yes"
}