Skip to content

terraform-google-cloud-kubernetes-engine is our Terraform module that provides Kubernetes Engine infrastructure on Google Cloud, and that was developed following the infrastructure standard as code using Terraform.

Notifications You must be signed in to change notification settings

letsrockthefuture/terraform-google-cloud-kubernetes-engine

Repository files navigation

terraform-google-cloud-kubernetes-engine (2nd)

terraform-google-cloud-kubernetes-engine is our Terraform module that provides Kubernetes Engine infrastructure on Google Cloud, and that was developed following the infrastructure standard as code using Terraform.

Usage

Set the project ID from your Google Cloud project:

export PROJECT_ID=YOUR_PROJECT_ID
export TF_VAR_project=$PROJECT_ID

gcloud config set project $PROJECT_ID
gcloud auth application-default login

Initializing Terraform and applying it's settings:

terraform init
terraform apply

To clean:

make clean

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

terraform-google-cloud-kubernetes-engine is our Terraform module that provides Kubernetes Engine infrastructure on Google Cloud, and that was developed following the infrastructure standard as code using Terraform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages