github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/terraform/testdata/transform-destroy-deps/main.tf (about)

     1  resource "aws_lc" "foo" {}
     2  
     3  resource "aws_asg" "bar" {
     4    lc = "${aws_lc.foo.id}"
     5  }