-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
90 lines (90 loc) · 2.99 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
{
"version": 4,
"terraform_version": "1.3.7",
"serial": 16,
"lineage": "ed42e06c-cdf9-dcf7-72fb-6c434f18d7ef",
"outputs": {
"jenkins_ip": {
"value": "104.248.224.81",
"type": "string"
}
},
"resources": [
{
"mode": "data",
"type": "digitalocean_ssh_key",
"name": "ssh_key",
"provider": "provider[\"registry.terraform.io/digitalocean/digitalocean\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"fingerprint": "5d:b8:fe:a2:44:f6:f9:e0:b9:21:87:07:bc:5b:2c:c6",
"id": 37378771,
"name": "jornada",
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbNxtPFSYvdeJkMCXwDrkAgNVfXyWBEu5xcVfhKOsKMflatI3RO+cGBAmhHwgeGbeJbq9Xd8VFnuVGYgvXjZylb4goxYHyDjC0+NFcj56om3mtJ8c33YT0eFNEq9S2GzuS4AT1pd7tUodQfUuUy8Owu0OM5eRQ047wVGUkGJY35YKD89/K4/cR9CghimJ9dhBjWKgyi9ZAFkt4LHYMmQZDRCRlrbKR3OzHAOna20wuJt+kZvECAUEQXMbauUDS6RrJfJ4ygvtoNTY3/dDuROkpqu7anBv1cTEf/aYK5J6Jc/AAUrfTJy+Oat4MWOkb8K9fAiLZlj0perk9kkKBFgtb acres@DESKTOP_ANDRE"
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "digitalocean_droplet",
"name": "jenkins",
"provider": "provider[\"registry.terraform.io/digitalocean/digitalocean\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"backups": false,
"created_at": "2023-01-28T16:58:16Z",
"disk": 60,
"droplet_agent": null,
"graceful_shutdown": false,
"id": "337999578",
"image": "ubuntu-22-04-x64",
"ipv4_address": "104.248.224.81",
"ipv4_address_private": "10.116.0.2",
"ipv6": false,
"ipv6_address": "",
"locked": false,
"memory": 2048,
"monitoring": false,
"name": "jenkins",
"price_hourly": 0.02679,
"price_monthly": 18,
"private_networking": true,
"region": "nyc1",
"resize_disk": true,
"size": "s-2vcpu-2gb",
"ssh_keys": [
"37378771"
],
"status": "active",
"tags": [],
"timeouts": null,
"urn": "do:droplet:337999578",
"user_data": null,
"vcpus": 2,
"volume_ids": [],
"vpc_uuid": "c07220b0-f405-4812-9135-0d1d17f79dda"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozNjAwMDAwMDAwMDAwLCJkZWxldGUiOjYwMDAwMDAwMDAwLCJ1cGRhdGUiOjM2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ==",
"dependencies": [
"data.digitalocean_ssh_key.ssh_key"
]
}
]
},
{
"mode": "managed",
"type": "local_file",
"name": "foo",
"provider": "provider[\"registry.terraform.io/hashicorp/local\"]",
"instances": []
}
],
"check_results": null
}