Skip to content

borgeslima/gcp-terraform-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure as Code GCP-Driven

Infrastructure as code, also referred to as IaC, is an IT practice that codifies and manages underlying IT infrastructure as software. The purpose of infrastructure as code is to enable developers or operations teams to automatically manage, monitor and provision resources, rather than manually configure discrete hardware devices and operating systems. Infrastructure as code is sometimes referred to as programmable or software-defined infrastructure.

License License License License

Requirements

  • GCLOUD CLI
  • Terraform CLI (v1.3.6)

How to start project

Replace whit your environment.

$ gcloud auth login
$ terragrunt init 
$ terragrunt plan 
$ terragrunt apply 

Get the GKE Context

gcloud container clusters get-credentials ${CLUSTERNAME} --region ${REGION} --project ${PROJECT_ID}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages