Created
February 28, 2023 15:16
-
-
Save salecharohit/c3c7dfb5d024bcdb950b2858c639e555 to your computer and use it in GitHub Desktop.
Terraform Debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m[1mdata.aws_availability_zones.availability_zones: Reading...[0m[0m | |
[0m[1mdata.aws_ami.ubuntu: Reading...[0m[0m | |
[0m[1mdata.aws_availability_zones.availability_zones: Read complete after 1s [id=us-east-1][0m | |
[0m[1mdata.aws_ami.ubuntu: Read complete after 1s [id=ami-07dc2dd8e0efbc46a][0m | |
Terraform used the selected providers to generate the following execution | |
plan. Resource actions are indicated with the following symbols: | |
[32m+[0m create | |
[0m | |
Terraform will perform the following actions: | |
[1m # aws_instance.web-template[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_instance" "web-template" { | |
[32m+[0m [0m[1m[0mami[0m[0m = "ami-07dc2dd8e0efbc46a" | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massociate_public_ip_address[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcpu_core_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcpu_threads_per_core[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdisable_api_stop[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdisable_api_termination[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mebs_optimized[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mget_password_data[0m[0m = false | |
[32m+[0m [0m[1m[0mhost_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mhost_resource_group_arn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0miam_instance_profile[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_initiated_shutdown_behavior[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_state[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_type[0m[0m = "t3.micro" | |
[32m+[0m [0m[1m[0mipv6_address_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_addresses[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkey_name[0m[0m = "ubuntu" | |
[32m+[0m [0m[1m[0mmonitoring[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0moutpost_arn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpassword_data[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mplacement_group[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mplacement_partition_number[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprimary_network_interface_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_dns[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecondary_private_ips[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_groups[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-web-template" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-web-template" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtenancy[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0muser_data[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0muser_data_base64[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0muser_data_replace_on_change[0m[0m = false | |
[32m+[0m [0m[1m[0mvpc_security_group_ids[0m[0m = (known after apply) | |
[32m+[0m [0mcapacity_reservation_specification { | |
[32m+[0m [0m[1m[0mcapacity_reservation_preference[0m[0m = (known after apply) | |
[32m+[0m [0mcapacity_reservation_target { | |
[32m+[0m [0m[1m[0mcapacity_reservation_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcapacity_reservation_resource_group_arn[0m[0m = (known after apply) | |
} | |
} | |
[32m+[0m [0mebs_block_device { | |
[32m+[0m [0m[1m[0mdelete_on_termination[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdevice_name[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mencrypted[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0miops[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkms_key_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msnapshot_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mthroughput[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_size[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_type[0m[0m = (known after apply) | |
} | |
[32m+[0m [0menclave_options { | |
[32m+[0m [0m[1m[0menabled[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mephemeral_block_device { | |
[32m+[0m [0m[1m[0mdevice_name[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mno_device[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvirtual_name[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mmaintenance_options { | |
[32m+[0m [0m[1m[0mauto_recovery[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mmetadata_options { | |
[32m+[0m [0m[1m[0mhttp_endpoint[0m[0m = "disabled" | |
[32m+[0m [0m[1m[0mhttp_put_response_hop_limit[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mhttp_tokens[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_metadata_tags[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mnetwork_interface { | |
[32m+[0m [0m[1m[0mdelete_on_termination[0m[0m = false | |
[32m+[0m [0m[1m[0mdevice_index[0m[0m = 0 | |
[32m+[0m [0m[1m[0mnetwork_card_index[0m[0m = 0 | |
[32m+[0m [0m[1m[0mnetwork_interface_id[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mprivate_dns_name_options { | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mhostname_type[0m[0m = (known after apply) | |
} | |
[32m+[0m [0mroot_block_device { | |
[32m+[0m [0m[1m[0mdelete_on_termination[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdevice_name[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mencrypted[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0miops[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkms_key_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mthroughput[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_size[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mvolume_type[0m[0m = (known after apply) | |
} | |
} | |
[1m # aws_key_pair.generated_key[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_key_pair" "generated_key" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mfingerprint[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkey_name[0m[0m = "ubuntu" | |
[32m+[0m [0m[1m[0mkey_name_prefix[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkey_pair_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkey_type[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_key[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = (known after apply) | |
} | |
[1m # aws_network_interface.ubuntu[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_network_interface" "ubuntu" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minterface_type[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv4_prefix_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv4_prefixes[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_address_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_address_list[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_address_list_enabled[0m[0m = false | |
[32m+[0m [0m[1m[0mipv6_addresses[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_prefix_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_prefixes[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mmac_address[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0moutpost_arn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_name[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip_list[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip_list_enabled[0m[0m = false | |
[32m+[0m [0m[1m[0mprivate_ips[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ips_count[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_groups[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msource_dest_check[0m[0m = true | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Name" = "ubuntu_network_interface" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Name" = "ubuntu_network_interface" | |
} | |
[32m+[0m [0mattachment { | |
[32m+[0m [0m[1m[0mattachment_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdevice_index[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance[0m[0m = (known after apply) | |
} | |
} | |
[1m # local_file.ubuntu_key[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "local_file" "ubuntu_key" { | |
[32m+[0m [0m[1m[0mcontent[0m[0m = (sensitive value) | |
[32m+[0m [0m[1m[0mdirectory_permission[0m[0m = "0777" | |
[32m+[0m [0m[1m[0mfile_permission[0m[0m = "400" | |
[32m+[0m [0m[1m[0mfilename[0m[0m = "ubuntu_key.pem" | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
} | |
[1m # tls_private_key.ubuntu[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "tls_private_key" "ubuntu" { | |
[32m+[0m [0m[1m[0malgorithm[0m[0m = "RSA" | |
[32m+[0m [0m[1m[0mecdsa_curve[0m[0m = "P224" | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_key_openssh[0m[0m = (sensitive value) | |
[32m+[0m [0m[1m[0mprivate_key_pem[0m[0m = (sensitive value) | |
[32m+[0m [0m[1m[0mprivate_key_pem_pkcs8[0m[0m = (sensitive value) | |
[32m+[0m [0m[1m[0mpublic_key_fingerprint_md5[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_key_fingerprint_sha256[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_key_openssh[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_key_pem[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mrsa_bits[0m[0m = 4096 | |
} | |
[1m # module.generic_sg_egress.aws_security_group.security_group[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group" "security_group" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdescription[0m[0m = "Allow servers to connect to outbound internet" | |
[32m+[0m [0m[1m[0megress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mingress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname_prefix[0m[0m = "generic_sg_egress-" | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mrevoke_rules_on_delete[0m[0m = false | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.generic_sg_egress.aws_security_group_rule.security_group_rule[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group_rule" "security_group_rule" { | |
[32m+[0m [0m[1m[0mcidr_blocks[0m[0m = [ | |
[32m+[0m [0m"0.0.0.0/0", | |
] | |
[32m+[0m [0m[1m[0mfrom_port[0m[0m = 0 | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprotocol[0m[0m = "-1" | |
[32m+[0m [0m[1m[0msecurity_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_group_rule_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mself[0m[0m = false | |
[32m+[0m [0m[1m[0msource_security_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mto_port[0m[0m = 0 | |
[32m+[0m [0m[1m[0mtype[0m[0m = "egress" | |
} | |
[1m # module.port_22.aws_security_group.security_group[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group" "security_group" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdescription[0m[0m = "Allow Port 22" | |
[32m+[0m [0m[1m[0megress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mingress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname_prefix[0m[0m = "port_22-" | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mrevoke_rules_on_delete[0m[0m = false | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.port_22.aws_security_group_rule.security_group_rule[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group_rule" "security_group_rule" { | |
[32m+[0m [0m[1m[0mcidr_blocks[0m[0m = [ | |
[32m+[0m [0m"0.0.0.0/0", | |
] | |
[32m+[0m [0m[1m[0mfrom_port[0m[0m = 22 | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprotocol[0m[0m = "tcp" | |
[32m+[0m [0m[1m[0msecurity_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_group_rule_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mself[0m[0m = false | |
[32m+[0m [0m[1m[0msource_security_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mto_port[0m[0m = 22 | |
[32m+[0m [0m[1m[0mtype[0m[0m = "ingress" | |
} | |
[1m # module.port_443.aws_security_group.security_group[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group" "security_group" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdescription[0m[0m = "Allow Port 443" | |
[32m+[0m [0m[1m[0megress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mingress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname_prefix[0m[0m = "port_443-" | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mrevoke_rules_on_delete[0m[0m = false | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.port_443.aws_security_group_rule.security_group_rule[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group_rule" "security_group_rule" { | |
[32m+[0m [0m[1m[0mcidr_blocks[0m[0m = [ | |
[32m+[0m [0m"0.0.0.0/0", | |
] | |
[32m+[0m [0m[1m[0mfrom_port[0m[0m = 443 | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprotocol[0m[0m = "tcp" | |
[32m+[0m [0m[1m[0msecurity_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_group_rule_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mself[0m[0m = false | |
[32m+[0m [0m[1m[0msource_security_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mto_port[0m[0m = 443 | |
[32m+[0m [0m[1m[0mtype[0m[0m = "ingress" | |
} | |
[1m # module.port_80.aws_security_group.security_group[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group" "security_group" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdescription[0m[0m = "Allow Port 80" | |
[32m+[0m [0m[1m[0megress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mingress[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname_prefix[0m[0m = "port_80-" | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mrevoke_rules_on_delete[0m[0m = false | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.port_80.aws_security_group_rule.security_group_rule[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_security_group_rule" "security_group_rule" { | |
[32m+[0m [0m[1m[0mcidr_blocks[0m[0m = [ | |
[32m+[0m [0m"0.0.0.0/0", | |
] | |
[32m+[0m [0m[1m[0mfrom_port[0m[0m = 80 | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprotocol[0m[0m = "tcp" | |
[32m+[0m [0m[1m[0msecurity_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msecurity_group_rule_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mself[0m[0m = false | |
[32m+[0m [0m[1m[0msource_security_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mto_port[0m[0m = 80 | |
[32m+[0m [0m[1m[0mtype[0m[0m = "ingress" | |
} | |
[1m # module.ssmw-instance-id.aws_ssm_parameter.ssm_parameter[0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_ssm_parameter" "ssm_parameter" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdata_type[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdescription[0m[0m = "Web Instance ID" | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minsecure_value[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mkey_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mname[0m[0m = "/instance_id/web_id" | |
[32m+[0m [0m[1m[0moverwrite[0m[0m = true | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ssm-/instance_id/web_id" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ssm-/instance_id/web_id" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtier[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtype[0m[0m = "String" | |
[32m+[0m [0m[1m[0mvalue[0m[0m = (sensitive value) | |
[32m+[0m [0m[1m[0mversion[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_eip.nat[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_eip" "nat" { | |
[32m+[0m [0m[1m[0mallocation_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massociation_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcarrier_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcustomer_owned_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdomain[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnetwork_border_group[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnetwork_interface[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_dns[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_ipv4_pool[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc[0m[0m = true | |
} | |
[1m # module.networking.module.vpc.aws_internet_gateway.this[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_internet_gateway" "this" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_nat_gateway.this[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_nat_gateway" "this" { | |
[32m+[0m [0m[1m[0mallocation_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mconnectivity_type[0m[0m = "public" | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnetwork_interface_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpublic_ip[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
} | |
[1m # module.networking.module.vpc.aws_route.private_nat_gateway[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route" "private_nat_gateway" { | |
[32m+[0m [0m[1m[0mdestination_cidr_block[0m[0m = "0.0.0.0/0" | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_owner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnat_gateway_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnetwork_interface_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0morigin[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mstate[0m[0m = (known after apply) | |
[32m+[0m [0mtimeouts { | |
[32m+[0m [0m[1m[0mcreate[0m[0m = "5m" | |
} | |
} | |
[1m # module.networking.module.vpc.aws_route.public_internet_gateway[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route" "public_internet_gateway" { | |
[32m+[0m [0m[1m[0mdestination_cidr_block[0m[0m = "0.0.0.0/0" | |
[32m+[0m [0m[1m[0mgateway_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_owner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mnetwork_interface_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0morigin[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mstate[0m[0m = (known after apply) | |
[32m+[0m [0mtimeouts { | |
[32m+[0m [0m[1m[0mcreate[0m[0m = "5m" | |
} | |
} | |
[1m # module.networking.module.vpc.aws_route_table.private[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table" "private" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpropagating_vgws[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table.public[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table" "public" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mpropagating_vgws[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.database[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "database" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.database[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "database" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.database[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "database" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.private[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "private" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.private[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "private" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.private[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "private" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.public[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "public" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.public[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "public" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_route_table_association.public[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_route_table_association" "public" { | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mroute_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0msubnet_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.database[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "database" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1a" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.21.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.database[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "database" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1b" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.22.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.database[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "database" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1c" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.23.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.private[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "private" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1a" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.11.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.private[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "private" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1b" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.12.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.private[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "private" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1c" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.13.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.public[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "public" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1a" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.1.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = true | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.public[1][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "public" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1b" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.2.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = true | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_subnet.public[2][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_subnet" "public" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0massign_ipv6_address_on_creation[0m[0m = false | |
[32m+[0m [0m[1m[0mavailability_zone[0m[0m = "us-east-1c" | |
[32m+[0m [0m[1m[0mavailability_zone_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.3.0/24" | |
[32m+[0m [0m[1m[0menable_dns64[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_a_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0menable_resource_name_dns_aaaa_record_on_launch[0m[0m = false | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_native[0m[0m = false | |
[32m+[0m [0m[1m[0mmap_public_ip_on_launch[0m[0m = true | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mprivate_dns_hostname_type_on_launch[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mvpc_id[0m[0m = (known after apply) | |
} | |
[1m # module.networking.module.vpc.aws_vpc.this[0][0m will be created[0m[0m | |
[0m [32m+[0m[0m resource "aws_vpc" "this" { | |
[32m+[0m [0m[1m[0marn[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mcidr_block[0m[0m = "10.0.0.0/16" | |
[32m+[0m [0m[1m[0mdefault_network_acl_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdefault_route_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdefault_security_group_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mdhcp_options_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0menable_classiclink[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0menable_classiclink_dns_support[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0menable_dns_hostnames[0m[0m = true | |
[32m+[0m [0m[1m[0menable_dns_support[0m[0m = true | |
[32m+[0m [0m[1m[0menable_network_address_usage_metrics[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mid[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0minstance_tenancy[0m[0m = "default" | |
[32m+[0m [0m[1m[0mipv6_association_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mipv6_cidr_block_network_border_group[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mmain_route_table_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mowner_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mtags[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
[32m+[0m [0m[1m[0mtags_all[0m[0m = { | |
[32m+[0m [0m"Environment" = "dev" | |
[32m+[0m [0m"Name" = "ec2-vpc" | |
[32m+[0m [0m"terraform-managed" = "true" | |
} | |
} | |
[0m[1mPlan:[0m 40 to add, 0 to change, 0 to destroy. | |
[0m[0m | |
[1mChanges to Outputs:[0m[0m | |
[32m+[0m [0m[1m[0minstance_id[0m[0m = (known after apply) | |
[32m+[0m [0m[1m[0mserver_ip[0m[0m = (known after apply) | |
[0m[1mtls_private_key.ubuntu: Creating...[0m[0m | |
[0m[1mtls_private_key.ubuntu: Creation complete after 0s [id=28937d77b141ebbb129b4362514cee808639b37a][0m | |
[0m[1mlocal_file.ubuntu_key: Creating...[0m[0m | |
[0m[1mlocal_file.ubuntu_key: Creation complete after 0s [id=41167fbbcfb72d3014ae1c0d6c282cd8ee22d9d1][0m | |
[0m[1maws_key_pair.generated_key: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_vpc.this[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_eip.nat[0]: Creating...[0m[0m | |
[0m[1maws_key_pair.generated_key: Creation complete after 3s [id=ubuntu][0m | |
[0m[1mmodule.networking.module.vpc.aws_eip.nat[0]: Creation complete after 3s [id=eipalloc-0b9caecb5b2d1abaa][0m | |
[0m[1mmodule.networking.module.vpc.aws_vpc.this[0]: Still creating... [10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_vpc.this[0]: Creation complete after 17s [id=vpc-0019837a0f8256986][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table.private[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table.public[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_internet_gateway.this[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[1]: Creation complete after 2s [id=subnet-02bca7dfba9b6e28a][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table.private[0]: Creation complete after 2s [id=rtb-021987169b12b3eb5][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[1]: Creation complete after 3s [id=subnet-0f6e6ab42712a6965][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[0]: Creation complete after 3s [id=subnet-0f217547be3a600c5][0m | |
[0m[1mmodule.networking.module.vpc.aws_internet_gateway.this[0]: Creation complete after 3s [id=igw-04ad14e6d8e2d41fb][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.private[2]: Creation complete after 3s [id=subnet-0579f9178aaef5a18][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[0]: Creation complete after 3s [id=subnet-009d39ae298a0f2f4][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table.public[0]: Creation complete after 3s [id=rtb-02445e34c3144d513][0m | |
[0m[1mmodule.networking.module.vpc.aws_route.public_internet_gateway[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.database[2]: Creation complete after 2s [id=subnet-077771f1df3ddd57d][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[0]: Creation complete after 1s [id=rtbassoc-0454553d70b8199e8][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[2]: Creation complete after 1s [id=rtbassoc-0b9f036b070ae9b2c][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.private[1]: Creation complete after 1s [id=rtbassoc-0df0ff8bca8b4d9f6][0m | |
[0m[1mmodule.networking.module.vpc.aws_route.public_internet_gateway[0]: Creation complete after 2s [id=r-rtb-02445e34c3144d5131080289494][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[0]: Creation complete after 1s [id=rtbassoc-05dd8f1022c7dfeb6][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[1]: Creation complete after 1s [id=rtbassoc-0a1d6e883275e1392][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.database[2]: Creation complete after 1s [id=rtbassoc-0fafa672491e04bfc][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[0]: Still creating... [10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[1]: Still creating... [10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[2]: Still creating... [10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[1]: Creation complete after 13s [id=subnet-045f4244018ba1377][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[0]: Creation complete after 13s [id=subnet-041ffcb97c04426c9][0m | |
[0m[1mmodule.networking.module.vpc.aws_subnet.public[2]: Creation complete after 13s [id=subnet-0ee71a09fedab0386][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[2]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[1]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[0]: Creation complete after 1s [id=rtbassoc-07e78b30f4b31e5a1][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[1]: Creation complete after 1s [id=rtbassoc-0bbec24d03a332c1e][0m | |
[0m[1mmodule.networking.module.vpc.aws_route_table_association.public[2]: Creation complete after 1s [id=rtbassoc-035469cbf541bdfe8][0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [20s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [30s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [40s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [50s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [1m0s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [1m10s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [1m20s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [1m30s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Still creating... [1m40s elapsed][0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_nat_gateway.this[0]: Creation complete after 1m49s [id=nat-07caa09d34f83dd7c][0m | |
[0m[1mmodule.networking.module.vpc.aws_route.private_nat_gateway[0]: Creating...[0m[0m | |
[0m[1mmodule.networking.module.vpc.aws_route.private_nat_gateway[0]: Creation complete after 2s [id=r-rtb-021987169b12b3eb51080289494][0m | |
[0m[1mmodule.generic_sg_egress.aws_security_group.security_group: Creating...[0m[0m | |
[0m[1mmodule.port_22.aws_security_group.security_group: Creating...[0m[0m | |
[0m[1mmodule.port_80.aws_security_group.security_group: Creating...[0m[0m | |
[0m[1mmodule.port_443.aws_security_group.security_group: Creating...[0m[0m | |
[0m[1mmodule.generic_sg_egress.aws_security_group.security_group: Creation complete after 5s [id=sg-0c7189b0c52e59e4e][0m | |
[0m[1mmodule.generic_sg_egress.aws_security_group_rule.security_group_rule: Creating...[0m[0m | |
[0m[1mmodule.port_80.aws_security_group.security_group: Creation complete after 5s [id=sg-02393bbafb37ceb03][0m | |
[0m[1mmodule.port_80.aws_security_group_rule.security_group_rule: Creating...[0m[0m | |
[0m[1mmodule.port_22.aws_security_group.security_group: Creation complete after 6s [id=sg-0eb17a8bccaa120df][0m | |
[0m[1mmodule.port_22.aws_security_group_rule.security_group_rule: Creating...[0m[0m | |
[0m[1mmodule.port_443.aws_security_group.security_group: Creation complete after 6s [id=sg-005a0a357b22da483][0m | |
[0m[1mmodule.port_443.aws_security_group_rule.security_group_rule: Creating...[0m[0m | |
[0m[1maws_network_interface.ubuntu: Creating...[0m[0m | |
[0m[1mmodule.port_80.aws_security_group_rule.security_group_rule: Creation complete after 2s [id=sgrule-3314170492][0m | |
[0m[1mmodule.generic_sg_egress.aws_security_group_rule.security_group_rule: Creation complete after 2s [id=sgrule-1420582209][0m | |
[0m[1mmodule.port_22.aws_security_group_rule.security_group_rule: Creation complete after 1s [id=sgrule-3018360882][0m | |
[0m[1mmodule.port_443.aws_security_group_rule.security_group_rule: Creation complete after 1s [id=sgrule-280212388][0m | |
[0m[1maws_network_interface.ubuntu: Creation complete after 2s [id=eni-0657bf02791bf9e2c][0m | |
[0m[1maws_instance.web-template: Creating...[0m[0m | |
[0m[1maws_instance.web-template: Still creating... [10s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Provisioning with 'file'...[0m[0m | |
[0m[1maws_instance.web-template: Still creating... [20s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Still creating... [30s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Still creating... [40s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Still creating... [50s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Still creating... [1m0s elapsed][0m[0m | |
[0m[1maws_instance.web-template: Still creating... [1m10s elapsed][0m[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment