{ "version": 4, "terraform_version": "1.1.9", "serial": 915, "lineage": "0d7102e1-4b04-a7c0-069c-c81a4ba42c0d", "outputs": { "sbn_dmz_a_id": { "value": "subnet-0d762a41fb41d63e5", "type": "string" }, "sbn_dmz_b_id": { "value": "subnet-0b4f418020349fb84", "type": "string" }, "sbn_dmz_c_id": { "value": "subnet-05b9f4f02955c3307", "type": "string" }, "vpc_datasaker_cidr_block": { "value": "172.21.0.0/16", "type": "string" }, "vpc_datasaker_id": { "value": "vpc-03cbb88e181ccb46e", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_autoscaling_group", "name": "ag-dmz-bastion-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:autoscaling:ap-northeast-2:508259851457:autoScalingGroup:b9014582-ad5c-4141-a8a8-60254fd3a594:autoScalingGroupName/ag-dmz-bastion-datasaker", "availability_zones": [ "ap-northeast-2a", "ap-northeast-2b" ], "capacity_rebalance": false, "context": "", "default_cooldown": 300, "default_instance_warmup": 0, "desired_capacity": 1, "enabled_metrics": [ "GroupDesiredCapacity", "GroupInServiceInstances", "GroupMaxSize", "GroupMinSize", "GroupPendingInstances", "GroupStandbyInstances", "GroupTerminatingInstances", "GroupTotalInstances" ], "force_delete": false, "force_delete_warm_pool": false, "health_check_grace_period": 300, "health_check_type": "EC2", "id": "ag-dmz-bastion-datasaker", "initial_lifecycle_hook": [], "instance_refresh": [], "launch_configuration": "", "launch_template": [ { "id": "lt-0e09e47760cf44939", "name": "lt-dmz-bastion-datasaker", "version": "5" } ], "load_balancers": [], "max_instance_lifetime": 0, "max_size": 1, "metrics_granularity": "1Minute", "min_elb_capacity": null, "min_size": 1, "mixed_instances_policy": [], "name": "ag-dmz-bastion-datasaker", "name_prefix": "", "placement_group": "", "protect_from_scale_in": false, "service_linked_role_arn": "arn:aws:iam::508259851457:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling", "suspended_processes": [], "tag": [ { "key": "Name", "propagate_at_launch": true, "value": "ag-dmz-bastion-datasaker" } ], "tags": null, "target_group_arns": [], "termination_policies": [], "timeouts": null, "vpc_zone_identifier": [ "subnet-0b4f418020349fb84", "subnet-0d762a41fb41d63e5" ], "wait_for_capacity_timeout": "10m", "wait_for_elb_capacity": null, "warm_pool": [] }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjo2MDAwMDAwMDAwMDAsInVwZGF0ZSI6NjAwMDAwMDAwMDAwfX0=", "dependencies": [ "aws_key_pair.kp-bastion-datasaker", "aws_launch_template.lt-dmz-bastion-datasaker", "aws_security_group.sg-dmz-datasaker", "aws_subnet.sbn-dmz-a", "aws_subnet.sbn-dmz-b", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_eip", "name": "eip-natgw-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "address": null, "allocation_id": "eipalloc-0136737cbb023c71d", "associate_with_private_ip": null, "association_id": "eipassoc-0ff5d589fed492a50", "carrier_ip": "", "customer_owned_ip": "", "customer_owned_ipv4_pool": "", "domain": "vpc", "id": "eipalloc-0136737cbb023c71d", "instance": "", "network_border_group": "ap-northeast-2", "network_interface": "eni-052f88aeb468c6ae6", "private_dns": "ip-172-21-0-12.ap-northeast-2.compute.internal", "private_ip": "172.21.0.12", "public_dns": "ec2-43-200-251-68.ap-northeast-2.compute.amazonaws.com", "public_ip": "43.200.251.68", "public_ipv4_pool": "amazon", "tags": { "Name": "eip-natgw-datasaker" }, "tags_all": { "Name": "eip-natgw-datasaker" }, "timeouts": null, "vpc": true }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjoxODAwMDAwMDAwMDAsInJlYWQiOjkwMDAwMDAwMDAwMCwidXBkYXRlIjozMDAwMDAwMDAwMDB9fQ==" } ] }, { "mode": "managed", "type": "aws_internet_gateway", "name": "igw-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:internet-gateway/igw-022757e5d9d9b36da", "id": "igw-022757e5d9d9b36da", "owner_id": "508259851457", "tags": { "Name": "igw-datasaker" }, "tags_all": { "Name": "igw-datasaker" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_key_pair", "name": "kp-bastion-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:key-pair/kp-bastion-datasaker", "fingerprint": "10:d1:18:c9:92:30:9f:fe:fd:c4:52:1b:20:2c:30:6d", "id": "kp-bastion-datasaker", "key_name": "kp-bastion-datasaker", "key_name_prefix": "", "key_pair_id": "key-0ff8e8e0c0d4b4e17", "key_type": "rsa", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv9Bk/20f0xHLQN1Mnub0VwsbRw7ggubeUZ+pUVaX9BD7uUud/ITktmTArbabLJLGgWx64la6+6VuQHauzX/cpMp4dVxoaySQDGPsB+V0WnXaq0pWop5BoJaPO75lpk/Kp7NFtn9x3315Rqmis1Df1UrQehMkqunnr2jWkil6iueAckztpsnqxlb8S+uVYiM7C4HsVx8XdOT3WtfUv+hzDlejy11nzi5T4HMT70O107N4g5CrEapluc7M3NfxCFhz5Gxu8P0dfJKLs9fFT4E8DRfGly5/cDcKbiJHSAZYRN6UwKr3z7LAw8aIW8JWflXn1fMZ92qdiT04kN8ZdVzyMpUiWMXJQPrfI2EHT/OHAympzKrXnT98oIqJANE4Eq72OG9Hrb6Tauk8Bde5/v3P9d7m5Zi9tx+01PZ1JQR+1dkJeV3Am6mjKWrxIowKPol2chnARoU7y1rEZGGi+09bD5hUq7KW6z61DUIlCMYF0Oq0IMs/voQP8zqpDmvSPNJc= hsgahm@ws-ubuntu", "tags": { "Name": "kp-bastion-datasaker" }, "tags_all": { "Name": "kp-bastion-datasaker" } }, "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", "create_before_destroy": true } ] }, { "mode": "managed", "type": "aws_launch_template", "name": "lt-dmz-bastion-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:launch-template/lt-0e09e47760cf44939", "block_device_mappings": [ { "device_name": "/dev/xvda", "ebs": [ { "delete_on_termination": "true", "encrypted": "true", "iops": 3000, "kms_key_id": "", "snapshot_id": "", "throughput": 125, "volume_size": 20, "volume_type": "gp3" } ], "no_device": "", "virtual_name": "" } ], "capacity_reservation_specification": [], "cpu_options": [], "credit_specification": [], "default_version": 1, "description": "", "disable_api_stop": false, "disable_api_termination": false, "ebs_optimized": "", "elastic_gpu_specifications": [], "elastic_inference_accelerator": [], "enclave_options": [], "hibernation_options": [], "iam_instance_profile": [], "id": "lt-0e09e47760cf44939", "image_id": "ami-0ea5eb4b05645aa8a", "instance_initiated_shutdown_behavior": "", "instance_market_options": [], "instance_requirements": [], "instance_type": "t3.small", "kernel_id": "", "key_name": "kp-bastion-datasaker", "latest_version": 5, "license_specification": [], "maintenance_options": [], "metadata_options": [ { "http_endpoint": "enabled", "http_protocol_ipv6": "disabled", "http_put_response_hop_limit": 3, "http_tokens": "required", "instance_metadata_tags": "disabled" } ], "monitoring": [ { "enabled": false } ], "name": "lt-dmz-bastion-datasaker", "name_prefix": "", "network_interfaces": [ { "associate_carrier_ip_address": "", "associate_public_ip_address": "true", "delete_on_termination": "true", "description": "", "device_index": 0, "interface_type": "", "ipv4_address_count": 0, "ipv4_addresses": [], "ipv4_prefix_count": 0, "ipv4_prefixes": [], "ipv6_address_count": 0, "ipv6_addresses": [], "ipv6_prefix_count": 0, "ipv6_prefixes": [], "network_card_index": 0, "network_interface_id": "", "private_ip_address": "", "security_groups": [ "sg-0943a344944f5ed76" ], "subnet_id": "" } ], "placement": [], "private_dns_name_options": [], "ram_disk_id": "", "security_group_names": [], "tag_specifications": [], "tags": { "Name": "lt-dmz-bastion-datasaker" }, "tags_all": { "Name": "lt-dmz-bastion-datasaker" }, "update_default_version": null, "user_data": "", "vpc_security_group_ids": [] }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_key_pair.kp-bastion-datasaker", "aws_security_group.sg-dmz-datasaker" ], "create_before_destroy": true } ] }, { "mode": "managed", "type": "aws_nat_gateway", "name": "natgw-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "allocation_id": "eipalloc-0136737cbb023c71d", "connectivity_type": "public", "id": "nat-0b7f00b0dad0aebc2", "network_interface_id": "eni-052f88aeb468c6ae6", "private_ip": "172.21.0.12", "public_ip": "43.200.251.68", "subnet_id": "subnet-0d762a41fb41d63e5", "tags": { "Name": "natgw-datasaker" }, "tags_all": { "Name": "natgw-datasaker" } }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_eip.eip-natgw-datasaker", "aws_internet_gateway.igw-datasaker", "aws_subnet.sbn-dmz-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route", "name": "r-0-0-0-0--0", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "carrier_gateway_id": "", "core_network_arn": "", "destination_cidr_block": "0.0.0.0/0", "destination_ipv6_cidr_block": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "igw-022757e5d9d9b36da", "id": "r-rtb-062998ea429f0b4a31080289494", "instance_id": "", "instance_owner_id": "", "local_gateway_id": "", "nat_gateway_id": "", "network_interface_id": "", "origin": "CreateRoute", "route_table_id": "rtb-062998ea429f0b4a3", "state": "active", "timeouts": null, "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_internet_gateway.igw-datasaker", "aws_route_table.rt-datasaker-pub", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route", "name": "r-__--0", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "carrier_gateway_id": "", "core_network_arn": "", "destination_cidr_block": "", "destination_ipv6_cidr_block": "::/0", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "igw-022757e5d9d9b36da", "id": "r-rtb-062998ea429f0b4a32750132062", "instance_id": "", "instance_owner_id": "", "local_gateway_id": "", "nat_gateway_id": "", "network_interface_id": "", "origin": "CreateRoute", "route_table_id": "rtb-062998ea429f0b4a3", "state": "active", "timeouts": null, "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_internet_gateway.igw-datasaker", "aws_route_table.rt-datasaker-pub", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route", "name": "route-private-rt-datasaker-dev-0-0-0-0--0", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "carrier_gateway_id": "", "core_network_arn": "", "destination_cidr_block": "0.0.0.0/0", "destination_ipv6_cidr_block": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "", "id": "r-rtb-0beefbb491d9651011080289494", "instance_id": "", "instance_owner_id": "", "local_gateway_id": "", "nat_gateway_id": "nat-0b7f00b0dad0aebc2", "network_interface_id": "", "origin": "CreateRoute", "route_table_id": "rtb-0beefbb491d965101", "state": "active", "timeouts": null, "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_eip.eip-natgw-datasaker", "aws_internet_gateway.igw-datasaker", "aws_nat_gateway.natgw-datasaker", "aws_route_table.rt-datasaker-dev", "aws_subnet.sbn-dmz-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route", "name": "route-private-rt-datasaker-iac-0-0-0-0--0", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "carrier_gateway_id": "", "core_network_arn": "", "destination_cidr_block": "0.0.0.0/0", "destination_ipv6_cidr_block": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "", "id": "r-rtb-0afbb9291fd78c4601080289494", "instance_id": "", "instance_owner_id": "", "local_gateway_id": "", "nat_gateway_id": "nat-0b7f00b0dad0aebc2", "network_interface_id": "", "origin": "CreateRoute", "route_table_id": "rtb-0afbb9291fd78c460", "state": "active", "timeouts": null, "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_eip.eip-natgw-datasaker", "aws_internet_gateway.igw-datasaker", "aws_nat_gateway.natgw-datasaker", "aws_route_table.rt-datasaker-iac", "aws_subnet.sbn-dmz-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table", "name": "rt-datasaker-dev", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:route-table/rtb-0beefbb491d965101", "id": "rtb-0beefbb491d965101", "owner_id": "508259851457", "propagating_vgws": [], "route": [ { "carrier_gateway_id": "", "cidr_block": "0.0.0.0/0", "core_network_arn": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "", "instance_id": "", "ipv6_cidr_block": "", "local_gateway_id": "", "nat_gateway_id": "nat-0b7f00b0dad0aebc2", "network_interface_id": "", "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" } ], "tags": { "Name": "rt-datasaker-dev" }, "tags_all": { "Name": "rt-datasaker-dev" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table", "name": "rt-datasaker-iac", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:route-table/rtb-0afbb9291fd78c460", "id": "rtb-0afbb9291fd78c460", "owner_id": "508259851457", "propagating_vgws": [], "route": [ { "carrier_gateway_id": "", "cidr_block": "0.0.0.0/0", "core_network_arn": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "", "instance_id": "", "ipv6_cidr_block": "", "local_gateway_id": "", "nat_gateway_id": "nat-0b7f00b0dad0aebc2", "network_interface_id": "", "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" } ], "tags": { "Name": "rt-datasaker-iac" }, "tags_all": { "Name": "rt-datasaker-iac" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table", "name": "rt-datasaker-pub", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:route-table/rtb-062998ea429f0b4a3", "id": "rtb-062998ea429f0b4a3", "owner_id": "508259851457", "propagating_vgws": [], "route": [ { "carrier_gateway_id": "", "cidr_block": "", "core_network_arn": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "igw-022757e5d9d9b36da", "instance_id": "", "ipv6_cidr_block": "::/0", "local_gateway_id": "", "nat_gateway_id": "", "network_interface_id": "", "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" }, { "carrier_gateway_id": "", "cidr_block": "0.0.0.0/0", "core_network_arn": "", "destination_prefix_list_id": "", "egress_only_gateway_id": "", "gateway_id": "igw-022757e5d9d9b36da", "instance_id": "", "ipv6_cidr_block": "", "local_gateway_id": "", "nat_gateway_id": "", "network_interface_id": "", "transit_gateway_id": "", "vpc_endpoint_id": "", "vpc_peering_connection_id": "" } ], "tags": { "Name": "rt-datasaker-pub" }, "tags_all": { "Name": "rt-datasaker-pub" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dev-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0627f343c27b3fb15", "route_table_id": "rtb-0beefbb491d965101", "subnet_id": "subnet-021536c4f12971c74" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-dev", "aws_subnet.sbn-dev-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dev-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0c4078a79542dfedd", "route_table_id": "rtb-0beefbb491d965101", "subnet_id": "subnet-0c90842daa15aa7c7" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-dev", "aws_subnet.sbn-dev-b", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dev-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0d2d78c9a5732501f", "route_table_id": "rtb-0beefbb491d965101", "subnet_id": "subnet-0ae3ab7ae241fe761" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-dev", "aws_subnet.sbn-dev-c", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dmz-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0cccbbf9004f3431b", "route_table_id": "rtb-062998ea429f0b4a3", "subnet_id": "subnet-0d762a41fb41d63e5" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-pub", "aws_subnet.sbn-dmz-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dmz-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0c00a25a4324cf2f9", "route_table_id": "rtb-062998ea429f0b4a3", "subnet_id": "subnet-0b4f418020349fb84" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-pub", "aws_subnet.sbn-dmz-b", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-dmz-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0e6a01d3bbf0f41e3", "route_table_id": "rtb-062998ea429f0b4a3", "subnet_id": "subnet-05b9f4f02955c3307" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-pub", "aws_subnet.sbn-dmz-c", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-iac-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0fa9b2133e43a0469", "route_table_id": "rtb-0afbb9291fd78c460", "subnet_id": "subnet-098225ee426615f0a" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-iac", "aws_subnet.sbn-iac-a", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-iac-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-00541f9ae239c0a01", "route_table_id": "rtb-0afbb9291fd78c460", "subnet_id": "subnet-04321c9a5150c8317" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-iac", "aws_subnet.sbn-iac-b", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_route_table_association", "name": "rta-iac-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "gateway_id": "", "id": "rtbassoc-0d495c6189944030b", "route_table_id": "rtb-0afbb9291fd78c460", "subnet_id": "subnet-0881ae89f2b5c3cbd" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_route_table.rt-datasaker-iac", "aws_subnet.sbn-iac-c", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group", "name": "sg-dev-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:security-group/sg-00be91bb5d8d3662e", "description": "Security group dev-datasaker", "egress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 65535 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 8 } ], "id": "sg-00be91bb5d8d3662e", "ingress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 22, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 22 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 8 } ], "name": "secg-dev-datasaker", "name_prefix": "", "owner_id": "508259851457", "revoke_rules_on_delete": false, "tags": { "Name": "sg-dev-datasaker" }, "tags_all": { "Name": "sg-dev-datasaker" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6OTAwMDAwMDAwMDAwfSwic2NoZW1hX3ZlcnNpb24iOiIxIn0=", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group", "name": "sg-dmz-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:security-group/sg-0943a344944f5ed76", "description": "Security group dmz-datasaker", "egress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 65535 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 8 } ], "id": "sg-0943a344944f5ed76", "ingress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 22, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 22 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 8 } ], "name": "secg-dmz-datasaker", "name_prefix": "", "owner_id": "508259851457", "revoke_rules_on_delete": false, "tags": { "Name": "sg-dmz-datasaker" }, "tags_all": { "Name": "sg-dmz-datasaker" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6OTAwMDAwMDAwMDAwfSwic2NoZW1hX3ZlcnNpb24iOiIxIn0=", "dependencies": [ "aws_vpc.vpc-datasaker" ], "create_before_destroy": true } ] }, { "mode": "managed", "type": "aws_security_group", "name": "sg-iac-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:security-group/sg-0bd4433b800af1c07", "description": "Security group iac-datasaker", "egress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 65535 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 8 } ], "id": "sg-0bd4433b800af1c07", "ingress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 22, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 22 }, { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "icmp", "security_groups": [], "self": false, "to_port": 0 } ], "name": "secg-iac-datasaker", "name_prefix": "", "owner_id": "508259851457", "revoke_rules_on_delete": false, "tags": { "Name": "sg-iac-datasaker" }, "tags_all": { "Name": "sg-iac-datasaker" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6OTAwMDAwMDAwMDAwfSwic2NoZW1hX3ZlcnNpb24iOiIxIn0=", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-engress-tcp-all-dev-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "id": "sgrule-2827480756", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-00be91bb5d8d3662e", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 65535, "type": "egress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dev-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-engress-tcp-all-dmz-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "id": "sgrule-1335572876", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-0943a344944f5ed76", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 65535, "type": "egress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dmz-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-engress-tcp-all-iac-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "id": "sgrule-2287612910", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-0bd4433b800af1c07", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 65535, "type": "egress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-iac-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-ingress-icmp-dev-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "id": "sgrule-2425217960", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "icmp", "security_group_id": "sg-00be91bb5d8d3662e", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 8, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dev-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-ingress-icmp-iac-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "id": "sgrule-2269989047", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "icmp", "security_group_id": "sg-0bd4433b800af1c07", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 0, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-iac-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-ingress-tcp-22to22-dev-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 22, "id": "sgrule-4048334944", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-00be91bb5d8d3662e", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 22, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dev-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-0-0-0-0--0-ingress-tcp-22to22-iac-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 22, "id": "sgrule-2060637527", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-0bd4433b800af1c07", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 22, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-iac-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-115-178-73-2--32-ingress-tcp-22to22-dmz-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "115.178.73.2/32" ], "description": null, "from_port": 22, "id": "sgrule-1796821016", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-0943a344944f5ed76", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 22, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dmz-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-from-115-178-73-91--32-ingress-tcp-22to22-dmz-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "115.178.73.91/32" ], "description": null, "from_port": 22, "id": "sgrule-3885655888", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "tcp", "security_group_id": "sg-0943a344944f5ed76", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 22, "type": "ingress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dmz-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-to-0-0-0-0--0-egress-icmp-dev-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "id": "sgrule-942255193", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "icmp", "security_group_id": "sg-00be91bb5d8d3662e", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 8, "type": "egress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-dev-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_security_group_rule", "name": "sgr-to-0-0-0-0--0-egress-icmp-iac-datasaker-io", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 2, "attributes": { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 8, "id": "sgrule-2322679084", "ipv6_cidr_blocks": null, "prefix_list_ids": null, "protocol": "icmp", "security_group_id": "sg-0bd4433b800af1c07", "self": false, "source_security_group_id": null, "timeouts": null, "to_port": 8, "type": "egress" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjIifQ==", "dependencies": [ "aws_security_group.sg-iac-datasaker", "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dev-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-021536c4f12971c74", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2a", "availability_zone_id": "apne2-az1", "cidr_block": "172.21.1.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-021536c4f12971c74", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dev-a.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dev-a.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dev-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-0c90842daa15aa7c7", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2b", "availability_zone_id": "apne2-az2", "cidr_block": "172.21.2.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-0c90842daa15aa7c7", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dev-b.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dev-b.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dev-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-0ae3ab7ae241fe761", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2c", "availability_zone_id": "apne2-az3", "cidr_block": "172.21.3.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-0ae3ab7ae241fe761", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dev-c.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dev-c.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dmz-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-0d762a41fb41d63e5", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2a", "availability_zone_id": "apne2-az1", "cidr_block": "172.21.0.0/28", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-0d762a41fb41d63e5", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dmz-a.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dmz-a.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dmz-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-0b4f418020349fb84", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2b", "availability_zone_id": "apne2-az2", "cidr_block": "172.21.0.16/28", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-0b4f418020349fb84", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dmz-b.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dmz-b.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-dmz-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-05b9f4f02955c3307", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2c", "availability_zone_id": "apne2-az3", "cidr_block": "172.21.0.32/28", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-05b9f4f02955c3307", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-dmz-c.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-dmz-c.datasaker", "SubnetType": "Public", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-iac-a", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-098225ee426615f0a", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2a", "availability_zone_id": "apne2-az1", "cidr_block": "172.21.4.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-098225ee426615f0a", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-iac-a.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-iac-a.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-iac-b", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-04321c9a5150c8317", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2b", "availability_zone_id": "apne2-az2", "cidr_block": "172.21.5.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-04321c9a5150c8317", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-iac-b.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-iac-b.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_subnet", "name": "sbn-iac-c", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:subnet/subnet-0881ae89f2b5c3cbd", "assign_ipv6_address_on_creation": false, "availability_zone": "ap-northeast-2c", "availability_zone_id": "apne2-az3", "cidr_block": "172.21.6.0/24", "customer_owned_ipv4_pool": "", "enable_dns64": false, "enable_resource_name_dns_a_record_on_launch": true, "enable_resource_name_dns_aaaa_record_on_launch": false, "id": "subnet-0881ae89f2b5c3cbd", "ipv6_cidr_block": "", "ipv6_cidr_block_association_id": "", "ipv6_native": false, "map_customer_owned_ip_on_launch": false, "map_public_ip_on_launch": false, "outpost_arn": "", "owner_id": "508259851457", "private_dns_hostname_type_on_launch": "resource-name", "tags": { "Name": "sbn-iac-c.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "tags_all": { "Name": "sbn-iac-c.datasaker", "SubnetType": "Private", "kubernetes.io/cluster/datasaker": "owned", "kubernetes.io/role/elb": "1", "kubernetes.io/role/internal-elb": "1" }, "timeouts": null, "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9", "dependencies": [ "aws_vpc.vpc-datasaker" ] } ] }, { "mode": "managed", "type": "aws_vpc", "name": "vpc-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:vpc/vpc-03cbb88e181ccb46e", "assign_generated_ipv6_cidr_block": true, "cidr_block": "172.21.0.0/16", "default_network_acl_id": "acl-065f8bec9dbad2106", "default_route_table_id": "rtb-01a448dbcf55051bf", "default_security_group_id": "sg-0d13c39fc35a8585c", "dhcp_options_id": "dopt-03658cf6324535d26", "enable_classiclink": false, "enable_classiclink_dns_support": false, "enable_dns_hostnames": true, "enable_dns_support": true, "id": "vpc-03cbb88e181ccb46e", "instance_tenancy": "default", "ipv4_ipam_pool_id": null, "ipv4_netmask_length": null, "ipv6_association_id": "vpc-cidr-assoc-0122be3d12ff2da6f", "ipv6_cidr_block": "2406:da12:f6a:f500::/56", "ipv6_cidr_block_network_border_group": "ap-northeast-2", "ipv6_ipam_pool_id": "", "ipv6_netmask_length": 0, "main_route_table_id": "rtb-01a448dbcf55051bf", "owner_id": "508259851457", "tags": { "Name": "vpc-datasaker" }, "tags_all": { "Name": "vpc-datasaker" } }, "sensitive_attributes": [], "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", "create_before_destroy": true } ] }, { "mode": "managed", "type": "aws_vpc_dhcp_options", "name": "vpc-dhcp-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:dhcp-options/dopt-03658cf6324535d26", "domain_name": "ap-northeast-2.compute.internal", "domain_name_servers": [ "AmazonProvidedDNS" ], "id": "dopt-03658cf6324535d26", "netbios_name_servers": [], "netbios_node_type": "", "ntp_servers": [], "owner_id": "508259851457", "tags": { "Name": "vpc-dhcp-datasaker" }, "tags_all": { "Name": "vpc-dhcp-datasaker" } }, "sensitive_attributes": [], "private": "bnVsbA==" } ] }, { "mode": "managed", "type": "aws_vpc_dhcp_options_association", "name": "vpc-dhcp-asso-datasaker", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 0, "attributes": { "dhcp_options_id": "dopt-03658cf6324535d26", "id": "dopt-03658cf6324535d26-vpc-03cbb88e181ccb46e", "vpc_id": "vpc-03cbb88e181ccb46e" }, "sensitive_attributes": [], "private": "bnVsbA==", "dependencies": [ "aws_vpc.vpc-datasaker", "aws_vpc_dhcp_options.vpc-dhcp-datasaker" ] } ] } ] }