github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/import/11_import_src-plan_undefined_resources.json (about) 1 { 2 "resource_changes": [ 3 { 4 "address": "module.github.github_branch_default.default[\"test-import-gh\"]", 5 "module_address": "module.github", 6 "mode": "managed", 7 "type": "myprovider_branch_default", 8 "name": "default", 9 "index": "test-import-gh", 10 "provider_name": "registry.terraform.io/hashicorp/myprovider", 11 "change": { 12 "actions": [ 13 "create" 14 ], 15 "before": null, 16 "after": { 17 "branch": "staging", 18 "repository": "test-import-gh" 19 }, 20 "after_unknown": { 21 "id": true 22 } 23 } 24 }, 25 { 26 "address": "module.github.github_branch_protection_v3.settings[\"test-import-gh:master\"]", 27 "module_address": "module.github", 28 "mode": "managed", 29 "type": "myprovider_branch_protection_v3", 30 "name": "settings", 31 "index": "test-import-gh:master", 32 "provider_name": "registry.terraform.io/hashicorp/myprovider", 33 "change": { 34 "actions": [ 35 "create" 36 ], 37 "before": null, 38 "after": { 39 "branch": "master", 40 "enforce_admins": true, 41 "repository": "test-import-gh" 42 } 43 } 44 } 45 ] 46 }