-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfstate
More file actions
82 lines (82 loc) · 2.43 KB
/
terraform.tfstate
File metadata and controls
82 lines (82 loc) · 2.43 KB
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
{
"version": 4,
"terraform_version": "1.6.0",
"serial": 1,
"lineage": "a1b2c3d4-1234-5678-9012-abcdefabcdef",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "aws_instance",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"id": "i-0846f159803a92a1a",
"ami": "ami-0846f159803a92a1a",
"availability_zone": "us-east-2",
"instance_type": "t2.micro",
"key_name": "my-keypair",
"monitoring": true,
"private_ip": "10.0.0.10",
"public_ip": "54.210.123.45",
"subnet_id": "subnet-0abcde1234567890",
"vpc_id": "vpc-0abcde1234567890",
"vpc_security_group_ids": [
"sg-0a1b2c3d4e5f6g7h"
],
"tags": {
"Name": "drift-checker",
"Env": "dev"
},
"architecture": "x86_64",
"virtualization_type": "hvm",
"iam_instance_profile": "my-iam-role",
"root_block_device": [
{
"device_name": "/dev/xvda",
"volume_id": "vol-0123456789abcdef0"
}
]
},
"private": "encrypted-private-data",
"dependencies": []
},
{
"schema_version": 1,
"attributes": {
"id": "i-0d7862461ee383cd8",
"ami": "ami-09694bfab577e90b0",
"availability_zone": "us-east-2b",
"instance_type": "t2.small",
"key_name": "redis",
"monitoring": false,
"private_ip": "172.31.24.5",
"public_ip": "3.131.11.220",
"subnet_id": "subnet-0290ac36d8becb843",
"vpc_id": "vpc-0a64653532ba7c57c",
"vpc_security_group_ids": [
"sg-0e02122af17691024"
],
"tags": {
"Name": "redis-server"
},
"architecture": "x86_64",
"virtualization_type": "hvm",
"iam_instance_profile": "",
"root_block_device": [
{
"device_name": "/dev/xvda",
"volume_id": "vol-066692e0ef5082ada"
}
]
},
"private": "mock-private-data",
"dependencies": []
}
]
}
]
}