Skip to content

Commit

Permalink
fix: Pin Kubernetes provider to 1.10 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Feb 11, 2020
1 parent 51fba38 commit 21d09ae
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions autogen/main/auth.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster-update-variant/auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster/auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions modules/beta-public-cluster/auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster-update-variant/auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster/auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "google_client_config" "default" {
Configure provider
*****************************************/
provider "kubernetes" {
version = "~> 1.10.0"
load_config_file = false
host = "https://${local.cluster_endpoint}"
token = data.google_client_config.default.access_token
Expand Down

0 comments on commit 21d09ae

Please sign in to comment.