Skip to content

Deploying Infrastructure on AWS using Terraform!

Notifications You must be signed in to change notification settings

krisztianharagos/terraform_aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform X AWS

Configure AWS on Base OS with IAM User Creds with proper permissions attached - aws configure

Initialize Terraform in terraform configuration directory- terraform init

Check resource creation plan - terraform plan

(optional)

Apply the Terraform Code - terraform apply

Destroy the Infrstructure - terraform destroy

(optional)

About

Deploying Infrastructure on AWS using Terraform!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 98.4%
  • HTML 1.6%