driftctl/pkg/remote/aws/test/ec2_instance_terminated/results.golden.json

80 lines
1.9 KiB
JSON
Executable File

[
{
"ami": "ami-0d3f551818b21ed81",
"arn": "arn:aws:ec2:eu-west-3:929327065333:instance/i-0e1543baf4f2cd990",
"associate_public_ip_address": true,
"availability_zone": "eu-west-3c",
"cpu_core_count": 1,
"cpu_threads_per_core": 2,
"credit_specification": [
{
"cpu_credits": "unlimited"
}
],
"disable_api_termination": false,
"ebs_block_device": [],
"ebs_optimized": false,
"ephemeral_block_device": [],
"get_password_data": false,
"hibernation": false,
"host_id": null,
"iam_instance_profile": "",
"id": "i-0e1543baf4f2cd990",
"instance_initiated_shutdown_behavior": null,
"instance_state": "running",
"instance_type": "t3.micro",
"ipv6_address_count": 0,
"ipv6_addresses": [],
"key_name": "",
"metadata_options": [
{
"http_endpoint": "enabled",
"http_put_response_hop_limit": 1,
"http_tokens": "optional"
}
],
"monitoring": false,
"network_interface": [],
"outpost_arn": "",
"password_data": "",
"placement_group": "",
"primary_network_interface_id": "eni-0d7be88ca3982b153",
"private_dns": "ip-172-31-33-208.eu-west-3.compute.internal",
"private_ip": "172.31.33.208",
"public_dns": "ec2-35-181-51-190.eu-west-3.compute.amazonaws.com",
"public_ip": "35.181.51.190",
"root_block_device": [
{
"delete_on_termination": true,
"device_name": "/dev/sda1",
"encrypted": false,
"iops": 100,
"kms_key_id": "",
"volume_id": "vol-02203562e3b43faa7",
"volume_size": 20,
"volume_type": "gp2"
}
],
"secondary_private_ips": [],
"security_groups": [
"default"
],
"source_dest_check": true,
"subnet_id": "subnet-d81e8695",
"tags": {
"Name": "test_instance_1"
},
"tenancy": "default",
"timeouts": {
"create": null,
"delete": null,
"update": null
},
"user_data": null,
"user_data_base64": null,
"volume_tags": {},
"vpc_security_group_ids": [
"sg-a74815c8"
]
}
]