github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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 }