forked from inesachour/devops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfstate.backup
30 lines (30 loc) · 958 Bytes
/
terraform.tfstate.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": 4,
"terraform_version": "1.6.5",
"serial": 3,
"lineage": "489506bd-d42b-ae71-f5df-9c3fc6024b06",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "azurerm_resource_group",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/azurerm\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "/subscriptions/49144a8f-a69e-434f-9e60-bf59405bf58b/resourceGroups/devops_project_rg",
"location": "northeurope",
"name": "devops_project_rg",
"tags": null,
"timeouts": null
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo1NDAwMDAwMDAwMDAwLCJkZWxldGUiOjU0MDAwMDAwMDAwMDAsInJlYWQiOjMwMDAwMDAwMDAwMCwidXBkYXRlIjo1NDAwMDAwMDAwMDAwfX0="
}
]
}
],
"check_results": null
}