Skip to content

naeemark/terraform-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Samples

Commonly used use cases to deploy the required infrastructure quickly.



Direcotories

Developer Setup

To setup the project locally you need to clone this repo, from main branch or some latest TAG

cd to the required sample subdirectory

# initialize the project
$ terraform init

# to Validate
$ terraform validate

# to plan
$ terraform plan

# Apply the changes to aws cloud
$ terraform apply

# Cleanup
$ terraform destroy

Configuration

  • Terraform should be installed
  • ⚠️ AWS Credentials should be setup as defualt profile of local machine

Pre-reqs

  • terrafom (used Terraform v1.4.3-dev)
  • aws credentials
  • VS Code

Contribution

  • Forks are always appreciated

About

Different common use cases to deploy quick infra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published