init then plan.
`terraform plan` is the dry-run: it shows what would be
created, modified, destroyed. Always plan before apply.
TASK
----
Run:
terraform init
terraform plan
Pass when the plan output contains "to add".
Sign in to save your code and track progress across devices.