https://github.com/dippynark/tf-gke
https://github.com/dippynark/tf-gke
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dippynark/tf-gke
- Owner: dippynark
- Created: 2018-10-23T13:23:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T13:23:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T12:11:36.046Z (over 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```