terraform/internal/states/statefile/testdata/roundtrip/v3-builtin.out.tfstate

32 lines
830 B
JSON

{
"version": 4,
"terraform_version": "0.12.28",
"serial": 1,
"lineage": "b707851e-4209-9792-e752-bc0dd6c81fcf",
"outputs": {},
"resources": [
{
"mode": "data",
"type": "terraform_remote_state",
"name": "test",
"provider": "provider.terraform",
"instances": [
{
"schema_version": 0,
"attributes_flat": {
"backend": "remote",
"config.#": "1",
"config.345861710.organization": "hashicorp",
"config.345861710.workspaces.#": "1",
"config.345861710.workspaces.0.%": "1",
"config.345861710.workspaces.0.name": "test",
"environment": "default",
"id": "2020-08-14 19:13:36.875081 +0000 UTC",
"workspace": "default"
}
}
]
}
]
}