Slide 19
Slide 19 text
Terminal
$ terraform apply
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ aws_instance.web
id:
ami: "ami-032fb460"
# ...
aws_instance.web: Creating...
ami: "" => "ami-032fb460"
associate_public_ip_address: "" => ""
# …
aws_instance.web: Still creating... (10s elapsed)
aws_instance.web: Still creating... (20s elapsed)
aws_instance.web: Creation complete after 21s (ID:
i-062e80b6d9f079a17)
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.