Skip to content

merimastarlit/tf-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Live repo

This is a repo for resources created by Terraform

Managed by DSO team

In this repo you will find two folders:

  • gar
  • gke

In gar folder there is a terraform code to create Google Artifact Registry repo.

In gke folder there is a terraform code to create Google Kubernetes Engine cluster. There are the following files:

  1. provider.tf
  2. gke.tf
  3. variables.tf
  4. values.tfvars

In order to create a GKE, run these:

terraform init

terraform plan --var-file=values.tfvars

terraform apply --var-file=values.tfvars

For the official terraform documentation click here.

gke

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages