File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ resource "random_pet" "filename" {
2626
2727module "hello" {
2828 source = " terraform-google-modules/gcloud/google"
29- version = " ~> 3 .0"
29+ version = " ~> 4 .0"
3030
3131 platform = " linux"
3232 upgrade = false
@@ -38,7 +38,7 @@ module "hello" {
3838
3939module "two" {
4040 source = " terraform-google-modules/gcloud/google"
41- version = " ~> 3 .0"
41+ version = " ~> 4 .0"
4242
4343 platform = " linux"
4444 upgrade = false
@@ -50,7 +50,7 @@ module "two" {
5050
5151module "goodbye" {
5252 source = " terraform-google-modules/gcloud/google"
53- version = " ~> 3 .0"
53+ version = " ~> 4 .0"
5454
5555 platform = " linux"
5656 upgrade = false
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ data "google_client_config" "default" {
8383
8484module "kubectl-imperative" {
8585 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
86- version = " ~> 3 .0"
86+ version = " ~> 4 .0"
8787
8888 project_id = var. project_id
8989 cluster_name = module. gke . name
@@ -96,7 +96,7 @@ module "kubectl-imperative" {
9696
9797module "kubectl-local-yaml" {
9898 source = " terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
99- version = " ~> 3 .0"
99+ version = " ~> 4 .0"
100100
101101 project_id = var. project_id
102102 cluster_name = module. gke . name
@@ -120,7 +120,7 @@ module "fleet" {
120120
121121module "kubectl-fleet-imperative" {
122122 source = " terraform-google-modules/gcloud/google//modules/kubectl-fleet-wrapper"
123- version = " ~> 3 .0"
123+ version = " ~> 4 .0"
124124
125125 membership_name = module. fleet . cluster_membership_id
126126 membership_project_id = module. fleet . project_id
@@ -133,7 +133,7 @@ module "kubectl-fleet-imperative" {
133133
134134module "kubectl-fleet-local-yaml" {
135135 source = " terraform-google-modules/gcloud/google//modules/kubectl-fleet-wrapper"
136- version = " ~> 3 .0"
136+ version = " ~> 4 .0"
137137
138138 membership_name = module. fleet . cluster_membership_id
139139 membership_project_id = module. fleet . project_id
Original file line number Diff line number Diff line change 1616
1717module "cli" {
1818 source = " terraform-google-modules/gcloud/google"
19- version = " ~> 3 .0"
19+ version = " ~> 4 .0"
2020
2121 platform = " linux"
2222 additional_components = [" kubectl" , " beta" ]
Original file line number Diff line number Diff line change 1616
1717module "cli" {
1818 source = " terraform-google-modules/gcloud/google"
19- version = " ~> 3 .0"
19+ version = " ~> 4 .0"
2020
2121 platform = " linux"
2222 additional_components = [" kubectl" , " beta" ]
@@ -27,7 +27,7 @@ module "cli" {
2727
2828module "cli-disabled" {
2929 source = " terraform-google-modules/gcloud/google"
30- version = " ~> 3 .0"
30+ version = " ~> 4 .0"
3131
3232 platform = " linux"
3333 additional_components = [" kubectl" , " beta" ]
You can’t perform that action at this time.
0 commit comments