{ "version": 4, "terraform_version": "1.2.0-dev", "serial": 1, "lineage": "no", "outputs": {}, "resources": [ { "mode": "managed", "type": "test_instance", "name": "foo", "provider": "provider[\"registry.terraform.io/hashicorp/test\"]", "instances": [ { "schema_version": 0, "attributes": { "ami": "ami-test", "id": "placeholder" }, "sensitive_attributes": [ [ { "type": "get_attr", "value": "password" } ] ] } ] }, { "mode": "managed", "type": "test_instance", "name": "bar", "provider": "provider[\"registry.terraform.io/hashicorp/test\"]", "instances": [ { "schema_version": 0, "attributes": { "ami": "ami-test", "id": "placeheld" }, "sensitive_attributes": [ [ { "type": "get_attr", "value": "password" } ] ] } ] } ] }