| aws_route_table.public: Creating... | |
| route.#: "" => "1" | |
| route.648222489.cidr_block: "" => "0.0.0.0/0" | |
| route.648222489.gateway_id: "" => "igw-fdfcbd98" | |
| route.648222489.instance_id: "" => "" | |
| route.648222489.network_interface_id: "" => "" | |
| route.648222489.vpc_peering_connection_id: "" => "" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-public" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.public.1: Creating... | |
| availability_zone: "" => "us-east-1b" | |
| cidr_block: "" => "10.0.254.0/24" | |
| map_public_ip_on_launch: "" => "1" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-public-us-east-1b" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.public.0: Creating... | |
| availability_zone: "" => "us-east-1a" | |
| cidr_block: "" => "10.0.253.0/24" | |
| map_public_ip_on_launch: "" => "1" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-public-us-east-1a" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.public.1: Creation complete | |
| aws_subnet.public.0: Creation complete | |
| aws_route_table.public: Creation complete | |
| aws_route_table_association.public.0: Creating... | |
| route_table_id: "" => "rtb-ec25d388" | |
| subnet_id: "" => "subnet-84656dbe" | |
| aws_route_table_association.public.1: Creating... | |
| route_table_id: "" => "rtb-ec25d388" | |
| subnet_id: "" => "subnet-77396300" | |
| aws_route_table_association.public.0: Creation complete | |
| aws_route_table_association.public.1: Creation complete | |
| aws_route_table.private: Creating... | |
| route.#: "" => "1" | |
| route.3955844503.cidr_block: "" => "0.0.0.0/0" | |
| route.3955844503.gateway_id: "" => "" | |
| route.3955844503.instance_id: "" => "i-68c17081" | |
| route.3955844503.network_interface_id: "" => "" | |
| route.3955844503.vpc_peering_connection_id: "" => "" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-private" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.private.0: Creating... | |
| availability_zone: "" => "us-east-1a" | |
| cidr_block: "" => "10.0.1.0/24" | |
| map_public_ip_on_launch: "" => "0" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-private-us-east-1a" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.private.1: Creating... | |
| availability_zone: "" => "us-east-1b" | |
| cidr_block: "" => "10.0.2.0/24" | |
| map_public_ip_on_launch: "" => "0" | |
| tags.#: "" => "1" | |
| tags.Name: "" => "emp2-private-us-east-1b" | |
| vpc_id: "" => "vpc-b5171dd0" | |
| aws_subnet.private.0: Creation complete | |
| aws_route_table.private: Creation complete | |
| aws_route_table_association.private.1: Creating... | |
| route_table_id: "" => "rtb-f025d394" | |
| subnet_id: "" => "subnet-77396300" | |
| aws_route_table_association.private.0: Creating... | |
| route_table_id: "" => "rtb-f025d394" | |
| subnet_id: "" => "subnet-84656dbe" | |
| aws_subnet.private.1: Creation complete | |
| aws_route_table_association.private.1: Error: 1 error(s) occurred: | |
| * Resource.AlreadyAssociated: the specified association for route table rtb-f025d394 conflicts with an existing association | |
| status code: 400, request id: [] | |
| aws_route_table_association.private.0: Error: 1 error(s) occurred: | |
| * Resource.AlreadyAssociated: the specified association for route table rtb-f025d394 conflicts with an existing association | |
| status code: 400, request id: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment