Skip to content

Commit

Permalink
./hack/update-expected.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 11, 2024
1 parent 2153e47 commit eaf4174
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/integration/update_cluster/ha_gce/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
2 changes: 1 addition & 1 deletion tests/integration/update_cluster/minimal_gce/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ terraform {
}
google = {
"source" = "hashicorp/google"
"version" = ">= 2.19.0"
"version" = ">= 5.11.0"
}
}
}

0 comments on commit eaf4174

Please sign in to comment.