github.com/pulumi/terraform@v1.4.0/pkg/terraform/testdata/refresh-dynamic/main.tf (about) 1 resource "test_instance" "foo" { 2 dynamic = {} 3 }