Skip to content

Venkateshd279/terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'End To End Solution Architect' forum brings to you the terraform scripts for infrastructure provisioning in AWS, Azure and Google Cloud Platform

Terraform for AWS, Azure, GCP

For Terraform professional consultancy and Technical advisory please feel free to drop a note to som@e2eSolutionArchitect.com

Click here for Terraform articles

e2esa-bootcamp-posters-01

Click here for list of upcoming trainings.

HELPLINE(https://e2esolutionarchitect.com/helpline/)

Join the Slack channel

A New Version of HashiCorp Infrastructure Automation Certification Is Coming Soon. HashiCorp Certified: Terraform Associate (003)

e2eSA Online Video Tutorials Click here

IaC Code scanning by 'Checkov' Click here

e2eSA Solutions for Terraform

  • Initialize Terraform offline in Windows, Ubuntu Click here

How to execute

  • Step 1: terraform init
  • Step 2: terraform validate
  • Setp 3: terraform plan -var-file="app.tfvars" -var="createdby=e2esa"
  • Setp 4: terraform apply -var-file="app.tfvars" -var="createdby=e2esa"
  • Setp 5: terraform destroy -var-file="app.tfvars" -var="createdby=e2esa"

Tech Docs & KEDB Click here

  • Manage Multiple environments with backend configuration Click here

Terraform Advance Playlist

Projects

Terraform Modules

e2eSA modules published in Terraform Public Registry Click here

e2eSA CLOUD SKILLS BOOTCAMP

e2eSA CLOUD SKILLS BOOTCAMP e2eSA Talent Development Programs

About

Terraform for AWS, Azure, GCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 95.4%
  • Shell 3.2%
  • Other 1.4%