Skip to content

ahakimx/terraform-aws

Repository files navigation

terraform-aws

Overview

This repo is a guide for provisioning AWS resources using Terraform.

Requirements

  • Install terraform on your machine, tutorials here
  • AWS Account (can use free tier)

Guide

cd [directory_you_want] # select directory you want, and use the below command:

terraform init
terraform fmt
terraform validate
terraform plan
terraform apply
Example:

Provisioning EC2 with terraform.

cd ec2
terraform init
terraform fmt
terraform validate
terraform plan
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published