shuntagami / learn-terraform-modules-use

Home Page:https://learn.hashicorp.com/tutorials/terraform/module-use?in=terraform/modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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