Skip to content

Commit

Permalink
Update examples versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-hamm committed Mar 8, 2024
1 parent 2875dff commit 1bccf22
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 70 deletions.
108 changes: 42 additions & 66 deletions examples/root_example/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/root_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~>4.0"
version = "~>5.19"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.3"
version = "~> 5.19"
}
helm = {
source = "hashicorp/helm"
version = "2.2.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.11.0"
version = "~> 2.27.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.19.0"
version = "~> 5.19"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down

0 comments on commit 1bccf22

Please sign in to comment.