-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
84 lines (84 loc) · 2.6 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
{
"version": 4,
"terraform_version": "1.7.5",
"serial": 4,
"lineage": "13557baf-352e-33b9-c690-38efa0bb4556",
"outputs": {
"ip": {
"value": "142.93.52.153",
"type": "string"
}
},
"resources": [
{
"mode": "managed",
"type": "digitalocean_droplet",
"name": "web",
"provider": "provider[\"registry.terraform.io/digitalocean/digitalocean\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"backups": false,
"created_at": "2024-03-21T20:25:42Z",
"disk": 10,
"droplet_agent": null,
"graceful_shutdown": false,
"id": "408316063",
"image": "ubuntu-22-04-x64",
"ipv4_address": "142.93.52.153",
"ipv4_address_private": "10.136.0.2",
"ipv6": false,
"ipv6_address": "",
"locked": false,
"memory": 512,
"monitoring": false,
"name": "GENESIS",
"price_hourly": 0.00595,
"price_monthly": 4,
"private_networking": true,
"region": "nyc1",
"resize_disk": true,
"size": "s-1vcpu-512mb-10gb",
"ssh_keys": [
"f8:18:7a:59:16:26:a7:c8:5a:78:0d:eb:97:cc:f7:02"
],
"status": "active",
"tags": null,
"timeouts": null,
"urn": "do:droplet:408316063",
"user_data": null,
"vcpus": 1,
"volume_ids": [],
"vpc_uuid": "66bdd664-791d-4d46-bd26-b9fdb3bbdfcb"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozNjAwMDAwMDAwMDAwLCJkZWxldGUiOjYwMDAwMDAwMDAwLCJ1cGRhdGUiOjM2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ==",
"dependencies": [
"digitalocean_ssh_key.minha_chave"
]
}
]
},
{
"mode": "managed",
"type": "digitalocean_ssh_key",
"name": "minha_chave",
"provider": "provider[\"registry.terraform.io/digitalocean/digitalocean\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"fingerprint": "f8:18:7a:59:16:26:a7:c8:5a:78:0d:eb:97:cc:f7:02",
"id": "41374151",
"name": "Minha Chave Web",
"public_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOd5yezRr3ZnKvFTN7SCPS7yc5DtPG4Unz+nDOVDDQK7 joaoh@DESKTOP-FODB9A1\r\n"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": null
}