Learn Terraform Modules Create

Learn what Terraform modules are and when to create them.

This repo is a companion repo to the Use Modules from the Registry tutorial, containing Terraform configuration files to provision infrastructure using the vpc and ec2-instances modules.

First, Create a Credentials Variable Set.

Then, run below.

terraform login
terraform plan
terraform apply