
Īws_internet_gateway.sample_igw: Still destroying. Īws_instance.sample_ec2: Still destroying. Īws_route_table.sample_rt: Destruction complete after 0sĪws_internet_gateway.sample_igw: Destroying. Īws_main_route_table_association.sample_rt_vpc: Destruction complete after 1sĪws_route_table_association.sample_rt_subet_a: Destruction complete after 1sĪws_route_table.sample_rt: Destroying. Īws_route_table_association.sample_rt_subet_a: Destroying. Ws_main_route_table_association.sample_rt_vpc: Destroying. Īws_instance.sample_ec2: Creation complete after 32s Īpply complete ! Resources: 7 added, 0 changed, 0 destroyed. Īws_subnet.sample_subnet: Creation complete after 11s Īws_route_table_association.sample_rt_subet_a: Creating.Īws_route_table_association.sample_rt_subet_a: Creation complete after 1s Īws_instance.sample_ec2: Still creating. Īws_vpc.sample_vpc: Creation complete after 12s Īws_internet_gateway.sample_igw: Creating.Īws_internet_gateway.sample_igw: Creation complete after 0s Īws_route_table.sample_rt: Creation complete after 1s Īws_main_route_table_association.sample_rt_vpc: Creating.Īws_main_route_table_association.sample_rt_vpc: Creation complete after 0s Īws_subnet.sample_subnet: Still creating. Note: You didn 't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.Īws_vpc.sample_vpc: Still creating. Plan: 7 to add, 0 to change, 0 to destroy. + availability_zone = (known after apply )

+ associate_public_ip_address = (known after apply ) # aws_instance.sample_ec2 will be created Terraform will perform the following actions: Resource actions are indicated with the following symbols: Terraform used the selected providers to generate the following execution plan. Satsuton:terraform ma-sato $ terraform plan → Terraform has been successfully initialized!と表示されることを確認。 If you forget, otherĬommands will detect it and remind you to do so if necessary. Rerun this command to reinitialize your working directory. If you ever set or change modules or backend configuration for Terraform, Try running "terraform plan" to seeĪny changes that are required for your infrastructure. You may now begin working with Terraform.

Terraform has been successfully initialized! So that Terraform can guarantee to make the same selections by default when Include this file in your version control repository Installed hashicorp/aws v4.9.0 (signed by HashiCorp ) Finding latest version of hashicorp/aws. Satsuton:terraform ma-sato $ terraform init
