Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from jetstack/terraform-registry
Browse files Browse the repository at this point in the history
Terraform registry
  • Loading branch information
wwwil committed Apr 29, 2019
2 parents d243f93 + 7369c64 commit b2f2a7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,7 +1,9 @@
# Terraform Google GKE Module
# Terraform Google GKE Cluster

A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.

This module is availble on [Terraform registry](https://registry.terraform.io/modules/jetstack/gke-cluster/google/).

The module is designed to be used by Jetstack customers to make it easier for them to create clusters that are secure and follow Jetstack recommendations.
It gives them flexibility with certain properties so the cluster can be customised to their needs, but gives fixed values for properties that could lead to issues or insecurity.

Expand Down Expand Up @@ -58,8 +60,8 @@ These are:

## Usage

The module itself is located in the `gke/` directory and is designed to be used as part of a larger Terraform project.
There is also a minimal example project in the `example/` directory which can be used to show the GKE module in use.
The module itself is located in the root of this repo, and is designed to be used as part of a larger Terraform project.
There is also a minimal example project in the `example/` directory which can be used to show the module in use.

## License

Expand Down
4 changes: 2 additions & 2 deletions example/README.md
@@ -1,6 +1,6 @@
# Terraform Google GKE Module Example
# Terraform Google GKE Cluster Example

This example gives the minimum Terraform setup required to use the module.
This example project gives the minimum Terraform setup required to use the `terraform-google-gke-cluster` module.

## Prerequisites

Expand Down

0 comments on commit b2f2a7f

Please sign in to comment.