Skip to content

Instantly share code, notes, and snippets.

@prydin
Created August 21, 2020 14:44
Show Gist options
  • Save prydin/0050cf26c70b98c8ad4a3d4d5547b03a to your computer and use it in GitHub Desktop.
Save prydin/0050cf26c70b98c8ad4a3d4d5547b03a to your computer and use it in GitHub Desktop.
Terraform state missing resource information
{
"version": 4,
"terraform_version": "0.12.24",
"serial": 4,
"lineage": "bd18c211-d319-82a0-4c37-92cd785fe908",
"outputs": {
"test3": {
"value": {},
"type": [
"object",
{}
]
},
"test_address": {
"value": {},
"type": [
"object",
{}
]
}
},
"resources": [
{
"mode": "managed",
"type": "vra7_deployment",
"name": "machine",
"each": "list",
"provider": "provider.vra7",
"instances": [
{
"index_key": 0,
"schema_version": 0,
"attributes": {
"businessgroup_id": "38f5073e-9fa1-4f69-9571-6e5e1bae3aaa",
"businessgroup_name": null,
"catalog_item_id": "84093797-deb1-4e5c-aad1-05d3d04f023c",
"catalog_item_name": "Ubuntu 18",
"date_created": "2020-08-18T20:06:46.417Z",
"deployment_configuration": {
"blueprint_custom_property": "This is a blueprint custom property",
"businessGroups": " [\n \"bgTest1\",\n \"bgTest2\"\n ]\n"
},
"deployment_destroy": true,
"deployment_id": "a8000a01-f049-4eda-b18b-32a3cf74d940",
"description": "some description",
"id": "699965ba-ecfa-4601-90c0-af0f9425fa20",
"last_updated": "2020-08-18T20:20:43.051Z",
"lease_days": 9,
"lease_end": "2020-08-28T16:20:15.400Z",
"lease_start": "2020-08-18T20:06:50.394Z",
"name": "Ubuntu 18-05965417",
"owners": [
"admin admin"
],
"reasons": "some reason",
"request_status": "SUCCESSFUL",
"resource_configuration": [],
"tenant_id": "vsphere.local",
"wait_timeout": 15
},
"private": "bnVsbA=="
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment