Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd <to the correct directory where terraformfilelive.tf >
#terraform init ( only the first time, will download provider module )
terraform plan
terraform apply  ( type "yes" to confirm )
terraform destroy ( at the end  and type "yes" to confirm)

...