blob: f2bf91d77bf9c507730552f5e2b3d8ba0a287200 [file] [log] [blame]
resource "aws_instance" "web" {
foo = "${aws_instance.web.foo}"
}