Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.42 KB

terraform-scripts.md

File metadata and controls

23 lines (12 loc) · 1.42 KB

Terraform scripts

Terraform Modules

The Terraform scripts in this repo use Terraform modules to create the PROD cluster. The two modules used are:

An example of using the modules together is available. The input variables for each of the modules are listed in their README files (cluster , node pools).

Terraform scripts

The PROD cluster terraform config is available in the masterbranch in a file called prod-cluster.tf.

The TF file name can be changed to anything else. It also can be split to multiple files (e.g, variables.tf & outputs.tf & main.tf)

Terraform state

The terraform state files are stored in Google buckets.

  • For the PROD cluster: it is stored in a bucket called: pi-ostelco-prod-terraform-state in the pi-ostelco-prod project.