An open API service indexing awesome lists of open source software.

https://github.com/dippynark/tf-gke


https://github.com/dippynark/tf-gke

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# GKE

This repository contains resources for provisioning a best-practice GKE cluster Terraform.

## Quickstart

```
# edit state bucket name in Makefile
# edit terraform.tfvars.example and rename to terraform.tfvars
make init
make plan
make apply
```

## Cleanup

```
make destroy
```