-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate
58 lines (58 loc) · 2.08 KB
/
terraform.tfstate
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
{
"version": 1,
"serial": 4,
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"digitalocean_droplet.main": {
"type": "digitalocean_droplet",
"primary": {
"id": "11557873",
"attributes": {
"backups": "true",
"id": "11557873",
"image": "debian-8-x64",
"ipv4_address": "104.236.110.130",
"ipv4_address_private": "10.132.34.151",
"ipv6": "false",
"locked": "false",
"name": "ocean1",
"private_networking": "true",
"region": "nyc3",
"size": "1gb",
"ssh_keys.#": "2",
"ssh_keys.0": "249442",
"ssh_keys.1": "1582093",
"status": "active"
}
}
},
"dnsimple_record.main": {
"type": "dnsimple_record",
"depends_on": [
"digitalocean_droplet.main",
"digitalocean_droplet.main"
],
"primary": {
"id": "5435684",
"attributes": {
"domain": "boochtek.com",
"domain_id": "146936",
"hostname": "ocean1.boochtek.com",
"id": "5435684",
"name": "ocean1",
"priority": "0",
"ttl": "600",
"type": "A",
"value": "104.236.110.130"
}
}
}
}
}
]
}