github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/terraform/testdata/plan-list-order/main.tf (about) 1 resource "aws_instance" "a" { 2 foo = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20] 3 } 4 5 resource "aws_instance" "b" { 6 foo = "${aws_instance.a.foo}" 7 }