Skip to content

vijay-kalvakolu/Advanced-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Advanced Terraform Reposotiresi covering all the modules

Remote state:

backend state file: used to maintain remote state.

We created a backend gcs bucket for backend terraform state file storge and called this in root directory inside backend.tf file. use tf init -backend-config"bucket=" (we didn;t explicitly hardcorded the bucket name in the file, we passed it manually)

Doesn't allo parllel use of the terraform state so no drifts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages