Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '10.03.2022 06:15 [DIGGER] Initiating infra deployment
- 10.03.2022 06:15 Initializing modules...
- 10.03.2022 06:15 Downloading registry.terraform.io/terraform-aws-modules/vpc/aws 3.16.0 for vpc...
- 10.03.2022 06:15 - vpc in .terraform/modules/vpc
- 10.03.2022 06:15
- 10.03.2022 06:15 Initializing the backend...
- 10.03.2022 06:15
- 10.03.2022 06:15 Successfully configured the backend "s3"! Terraform will automatically
- 10.03.2022 06:15 use this backend unless the backend configuration changes.
- 10.03.2022 06:15
- 10.03.2022 06:15 Initializing provider plugins...
- 10.03.2022 06:15 - Finding hashicorp/aws versions matching ">= 3.73.0, ~> 4.0"...
- 10.03.2022 06:15 - Finding hashicorp/archive versions matching "1.3.0"...
- 10.03.2022 06:15 - Finding hashicorp/local versions matching "1.4.0"...
- 10.03.2022 06:15 - Finding hashicorp/template versions matching "2.1.2"...
- 10.03.2022 06:15 - Installing hashicorp/template v2.1.2...
- 10.03.2022 06:15 - Installed hashicorp/template v2.1.2 (signed by HashiCorp)
- 10.03.2022 06:15 - Installing hashicorp/aws v4.33.0...
- 10.03.2022 06:15 - Installed hashicorp/aws v4.33.0 (signed by HashiCorp)
- 10.03.2022 06:15 - Installing hashicorp/archive v1.3.0...
- 10.03.2022 06:15 - Installed hashicorp/archive v1.3.0 (signed by HashiCorp)
- 10.03.2022 06:15 - Installing hashicorp/local v1.4.0...
- 10.03.2022 06:15 - Installed hashicorp/local v1.4.0 (signed by HashiCorp)
- 10.03.2022 06:15
- 10.03.2022 06:15 Terraform has created a lock file .terraform.lock.hcl to record the provider
- 10.03.2022 06:15 selections it made above. Include this file in your version control repository
- 10.03.2022 06:15 so that Terraform can guarantee to make the same selections by default when
- 10.03.2022 06:15 you run "terraform init" in the future.
- 10.03.2022 06:15
- 10.03.2022 06:15 Terraform has been successfully initialized!
- 10.03.2022 06:15
- 10.03.2022 06:15 You may now begin working with Terraform. Try running "terraform plan" to see
- 10.03.2022 06:15 any changes that are required for your infrastructure. All Terraform commands
- 10.03.2022 06:15 should now work.
- 10.03.2022 06:15
- 10.03.2022 06:15 If you ever set or change modules or backend configuration for Terraform,
- 10.03.2022 06:15 rerun this command to reinitialize your working directory. If you forget, other
- 10.03.2022 06:15 commands will detect it and remind you to do so if necessary.
- 10.03.2022 06:15
- 10.03.2022 06:15 Terraform used the selected providers to generate the following execution
- 10.03.2022 06:15 plan. Resource actions are indicated with the following symbols:
- 10.03.2022 06:15 + create
- 10.03.2022 06:15
- 10.03.2022 06:15 Terraform will perform the following actions:
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_egress_only_internet_gateway.this[0] will be created
- 10.03.2022 06:15 + resource "aws_egress_only_internet_gateway" "this" {
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + tags = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + tags_all = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + vpc_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_internet_gateway.this[0] will be created
- 10.03.2022 06:15 + resource "aws_internet_gateway" "this" {
- 10.03.2022 06:15 + arn = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + owner_id = (known after apply)
- 10.03.2022 06:15 + tags = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + tags_all = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + vpc_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route.private_ipv6_egress[0] will be created
- 10.03.2022 06:15 + resource "aws_route" "private_ipv6_egress" {
- 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
- 10.03.2022 06:15 + egress_only_gateway_id = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + instance_id = (known after apply)
- 10.03.2022 06:15 + instance_owner_id = (known after apply)
- 10.03.2022 06:15 + network_interface_id = (known after apply)
- 10.03.2022 06:15 + origin = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + state = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route.private_ipv6_egress[1] will be created
- 10.03.2022 06:15 + resource "aws_route" "private_ipv6_egress" {
- 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
- 10.03.2022 06:15 + egress_only_gateway_id = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + instance_id = (known after apply)
- 10.03.2022 06:15 + instance_owner_id = (known after apply)
- 10.03.2022 06:15 + network_interface_id = (known after apply)
- 10.03.2022 06:15 + origin = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + state = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route.public_internet_gateway[0] will be created
- 10.03.2022 06:15 + resource "aws_route" "public_internet_gateway" {
- 10.03.2022 06:15 + destination_cidr_block = "0.0.0.0/0"
- 10.03.2022 06:15 + gateway_id = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + instance_id = (known after apply)
- 10.03.2022 06:15 + instance_owner_id = (known after apply)
- 10.03.2022 06:15 + network_interface_id = (known after apply)
- 10.03.2022 06:15 + origin = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + state = (known after apply)
- 10.03.2022 06:15
- 10.03.2022 06:15 + timeouts {
- 10.03.2022 06:15 + create = "5m"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route.public_internet_gateway_ipv6[0] will be created
- 10.03.2022 06:15 + resource "aws_route" "public_internet_gateway_ipv6" {
- 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
- 10.03.2022 06:15 + gateway_id = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + instance_id = (known after apply)
- 10.03.2022 06:15 + instance_owner_id = (known after apply)
- 10.03.2022 06:15 + network_interface_id = (known after apply)
- 10.03.2022 06:15 + origin = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + state = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route_table.private[0] will be created
- 10.03.2022 06:15 + resource "aws_route_table" "private" {
- 10.03.2022 06:15 + arn = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + owner_id = (known after apply)
- 10.03.2022 06:15 + propagating_vgws = (known after apply)
- 10.03.2022 06:15 + route = (known after apply)
- 10.03.2022 06:15 + tags = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc-private"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + tags_all = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc-private"
- 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + vpc_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route_table.public[0] will be created
- 10.03.2022 06:15 + resource "aws_route_table" "public" {
- 10.03.2022 06:15 + arn = (known after apply)
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + owner_id = (known after apply)
- 10.03.2022 06:15 + propagating_vgws = (known after apply)
- 10.03.2022 06:15 + route = (known after apply)
- 10.03.2022 06:15 + tags = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc-public"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + tags_all = {
- 10.03.2022 06:15 + "Name" = "Default-13147-vpc-public"
- 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:15 }
- 10.03.2022 06:15 + vpc_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route_table_association.private[0] will be created
- 10.03.2022 06:15 + resource "aws_route_table_association" "private" {
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + subnet_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route_table_association.private[1] will be created
- 10.03.2022 06:15 + resource "aws_route_table_association" "private" {
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:15 + subnet_id = (known after apply)
- 10.03.2022 06:15 }
- 10.03.2022 06:15
- 10.03.2022 06:15 # module.vpc.aws_route_table_association.public[0] will be created
- 10.03.2022 06:15 + resource "aws_route_table_association" "public" {
- 10.03.2022 06:15 + id = (known after apply)
- 10.03.2022 06:15 + route_table_id = (known after apply)
- 10.03.2022 06:16 + subnet_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_route_table_association.public[1] will be created
- 10.03.2022 06:16 + resource "aws_route_table_association" "public" {
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + route_table_id = (known after apply)
- 10.03.2022 06:16 + subnet_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_subnet.private[0] will be created
- 10.03.2022 06:16 + resource "aws_subnet" "private" {
- 10.03.2022 06:16 + arn = (known after apply)
- 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
- 10.03.2022 06:16 + availability_zone = "us-east-1a"
- 10.03.2022 06:16 + availability_zone_id = (known after apply)
- 10.03.2022 06:16 + cidr_block = "10.0.3.0/24"
- 10.03.2022 06:16 + enable_dns64 = false
- 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
- 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
- 10.03.2022 06:16 + ipv6_native = false
- 10.03.2022 06:16 + map_public_ip_on_launch = false
- 10.03.2022 06:16 + owner_id = (known after apply)
- 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
- 10.03.2022 06:16 + tags = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1a"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + tags_all = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1a"
- 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + vpc_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_subnet.private[1] will be created
- 10.03.2022 06:16 + resource "aws_subnet" "private" {
- 10.03.2022 06:16 + arn = (known after apply)
- 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
- 10.03.2022 06:16 + availability_zone = "us-east-1b"
- 10.03.2022 06:16 + availability_zone_id = (known after apply)
- 10.03.2022 06:16 + cidr_block = "10.0.4.0/24"
- 10.03.2022 06:16 + enable_dns64 = false
- 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
- 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
- 10.03.2022 06:16 + ipv6_native = false
- 10.03.2022 06:16 + map_public_ip_on_launch = false
- 10.03.2022 06:16 + owner_id = (known after apply)
- 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
- 10.03.2022 06:16 + tags = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1b"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + tags_all = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1b"
- 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + vpc_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_subnet.public[0] will be created
- 10.03.2022 06:16 + resource "aws_subnet" "public" {
- 10.03.2022 06:16 + arn = (known after apply)
- 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
- 10.03.2022 06:16 + availability_zone = "us-east-1a"
- 10.03.2022 06:16 + availability_zone_id = (known after apply)
- 10.03.2022 06:16 + cidr_block = "10.0.1.0/24"
- 10.03.2022 06:16 + enable_dns64 = false
- 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
- 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
- 10.03.2022 06:16 + ipv6_native = false
- 10.03.2022 06:16 + map_public_ip_on_launch = true
- 10.03.2022 06:16 + owner_id = (known after apply)
- 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
- 10.03.2022 06:16 + tags = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1a"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + tags_all = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1a"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + vpc_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_subnet.public[1] will be created
- 10.03.2022 06:16 + resource "aws_subnet" "public" {
- 10.03.2022 06:16 + arn = (known after apply)
- 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
- 10.03.2022 06:16 + availability_zone = "us-east-1b"
- 10.03.2022 06:16 + availability_zone_id = (known after apply)
- 10.03.2022 06:16 + cidr_block = "10.0.2.0/24"
- 10.03.2022 06:16 + enable_dns64 = false
- 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
- 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
- 10.03.2022 06:16 + ipv6_native = false
- 10.03.2022 06:16 + map_public_ip_on_launch = true
- 10.03.2022 06:16 + owner_id = (known after apply)
- 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
- 10.03.2022 06:16 + tags = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1b"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + tags_all = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1b"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + vpc_id = (known after apply)
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 # module.vpc.aws_vpc.this[0] will be created
- 10.03.2022 06:16 + resource "aws_vpc" "this" {
- 10.03.2022 06:16 + arn = (known after apply)
- 10.03.2022 06:16 + assign_generated_ipv6_cidr_block = true
- 10.03.2022 06:16 + cidr_block = "10.0.0.0/16"
- 10.03.2022 06:16 + default_network_acl_id = (known after apply)
- 10.03.2022 06:16 + default_route_table_id = (known after apply)
- 10.03.2022 06:16 + default_security_group_id = (known after apply)
- 10.03.2022 06:16 + dhcp_options_id = (known after apply)
- 10.03.2022 06:16 + enable_classiclink = (known after apply)
- 10.03.2022 06:16 + enable_classiclink_dns_support = (known after apply)
- 10.03.2022 06:16 + enable_dns_hostnames = false
- 10.03.2022 06:16 + enable_dns_support = true
- 10.03.2022 06:16 + id = (known after apply)
- 10.03.2022 06:16 + instance_tenancy = "default"
- 10.03.2022 06:16 + ipv6_association_id = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block = (known after apply)
- 10.03.2022 06:16 + ipv6_cidr_block_network_border_group = (known after apply)
- 10.03.2022 06:16 + main_route_table_id = (known after apply)
- 10.03.2022 06:16 + owner_id = (known after apply)
- 10.03.2022 06:16 + tags = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 + tags_all = {
- 10.03.2022 06:16 + "Name" = "Default-13147-vpc"
- 10.03.2022 06:16 + "deployed_by" = "digger"
- 10.03.2022 06:16 + "digger-target" = "target-network"
- 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
- 10.03.2022 06:16 }
- 10.03.2022 06:16 }
- 10.03.2022 06:16
- 10.03.2022 06:16 Plan: 17 to add, 0 to change, 0 to destroy.
- 10.03.2022 06:16
- 10.03.2022 06:16 Changes to Outputs:
- 10.03.2022 06:16 + default_security_group_id = (known after apply)
- 10.03.2022 06:16 + private_subnet_ids = [
- 10.03.2022 06:16 + (known after apply),
- 10.03.2022 06:16 + (known after apply),
- 10.03.2022 06:16 ]
- 10.03.2022 06:16 + public_subnet_ids = [
- 10.03.2022 06:16 + (known after apply),
- 10.03.2022 06:16 + (known after apply),
- 10.03.2022 06:16 ]
- 10.03.2022 06:16 + vpc_id = (known after apply)
- 10.03.2022 06:16 module.vpc.aws_vpc.this[0]: Creating...
- 10.03.2022 06:16 [DIGGER] Infra deployment failed with unexpected error'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement