Skip to content

Commit

Permalink
downgraded min_master_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Jul 1, 2019
1 parent 222b5fd commit 8a916ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Terraform modules

A set of Terraform modules for configuring production infrastructure with Google Cloud Platform

## Supported version

```
terraform {
required_version = ">= 0.11"
required_providers = {
google = ">= 2.9.1"
google-beta = ">= 2.9.1"
}
}
```
2 changes: 1 addition & 1 deletion cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "description" {

variable "min_master_version" {
description = "Minimum kubernetes master version"
default = "1.12.7-gke.24"
default = "1.12.5-gke.10"
}

variable "master_ipv4_cidr_block" {
Expand Down

0 comments on commit 8a916ab

Please sign in to comment.