-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
128 lines (128 loc) · 6.94 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"version": 3,
"terraform_version": "0.9.5",
"serial": 1,
"lineage": "efa8437f-9fb2-4e01-b461-724ef0c97164",
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"azurerm_network_interface.fundamentals": {
"type": "azurerm_network_interface",
"depends_on": [
"azurerm_resource_group.fundamentals"
],
"primary": {
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup/providers/Microsoft.Network/networkInterfaces/Terraform-SH42-NIC-01",
"attributes": {
"applied_dns_servers.#": "0",
"dns_servers.#": "0",
"enable_ip_forwarding": "false",
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup/providers/Microsoft.Network/networkInterfaces/Terraform-SH42-NIC-01",
"ip_configuration.#": "1",
"ip_configuration.1721612780.load_balancer_backend_address_pools_ids.#": "0",
"ip_configuration.1721612780.load_balancer_inbound_nat_rules_ids.#": "0",
"ip_configuration.1721612780.name": "Standard",
"ip_configuration.1721612780.private_ip_address": "",
"ip_configuration.1721612780.private_ip_address_allocation": "dynamic",
"ip_configuration.1721612780.public_ip_address_id": "",
"ip_configuration.1721612780.subnet_id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/rgr-jacob-network/providers/Microsoft.Network/virtualNetworks/vNet-Jacob/subnets/sessionhost",
"location": "westeurope",
"name": "Terraform-SH42-NIC-01",
"private_ip_address": "10.10.2.9",
"resource_group_name": "terraform-resourcegroup",
"tags.%": "2",
"tags.environment": "West Europe",
"tags.terraformManaged": "true"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
},
"azurerm_resource_group.fundamentals": {
"type": "azurerm_resource_group",
"depends_on": [],
"primary": {
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup",
"attributes": {
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup",
"location": "westeurope",
"name": "terraform-resourcegroup",
"tags.%": "2",
"tags.environment": "West Europe",
"tags.terraformManaged": "true"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
},
"azurerm_storage_account.fundamentals": {
"type": "azurerm_storage_account",
"depends_on": [
"azurerm_resource_group.fundamentals"
],
"primary": {
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup/providers/Microsoft.Storage/storageAccounts/fundamentalstore42",
"attributes": {
"account_kind": "Storage",
"account_type": "Standard_LRS",
"id": "/subscriptions/733a1ea1-2d00-45b8-a6f3-c05a5ef2d5c3/resourceGroups/terraform-resourcegroup/providers/Microsoft.Storage/storageAccounts/fundamentalstore42",
"location": "westeurope",
"name": "fundamentalstore42",
"primary_access_key": "fDAQKxRQHuBhmsEOlYY4gaUAj9GFYr/kP6SsiifFZOeby0q/PDV56GnBURXpJPggzePngCmDuzKQPq3tnaTw4w==",
"primary_blob_endpoint": "https://fundamentalstore42.blob.core.windows.net/",
"primary_file_endpoint": "https://fundamentalstore42.file.core.windows.net/",
"primary_location": "westeurope",
"primary_queue_endpoint": "https://fundamentalstore42.queue.core.windows.net/",
"primary_table_endpoint": "https://fundamentalstore42.table.core.windows.net/",
"resource_group_name": "terraform-resourcegroup",
"secondary_access_key": "i0tX15Dk9f0r7cA0Davu0XXANXwYbYzKUDXrtpfG2+E8Iuxtn9iwj1NyaTnsE6ukRqa7tc34lNYnPryEm7D0JA==",
"secondary_location": "",
"tags.%": "2",
"tags.environment": "West Europe",
"tags.terraformManaged": "true"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
},
"azurerm_storage_container.fundamentals": {
"type": "azurerm_storage_container",
"depends_on": [
"azurerm_resource_group.fundamentals",
"azurerm_storage_account.fundamentals"
],
"primary": {
"id": "vhds",
"attributes": {
"container_access_type": "private",
"id": "vhds",
"name": "vhds",
"properties.%": "4",
"properties.last_modified": "Tue, 16 May 2017 13:55:35 GMT",
"properties.lease_duration": "",
"properties.lease_state": "available",
"properties.lease_status": "unlocked",
"resource_group_name": "terraform-resourcegroup",
"storage_account_name": "fundamentalstore42"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
}
},
"depends_on": []
}
]
}