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