terraform apply
$ terraform apply
省略 planの動作と同様な結果が表示されます Plan: 1 to add, 0 to change, 0 to destroy. Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value: yes 入力します aws_instance.demo: Creating... aws_instance.demo: Still creating... [10s elapsed] aws_instance.demo: Still creating... [20s elapsed] aws_instance.demo: Still creating... [30s elapsed] aws_instance.demo: Creation complete after 39s [id=ec2インスタンスID] Apply complete! Resources: 1 added, 0 changed, 0 destroyed.