Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ciiiii committed Jan 16, 2025
1 parent 9a9c09c commit 483eae9
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 108 deletions.
182 changes: 79 additions & 103 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: 1 addition & 5 deletions examples/root_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ terraform {

required_providers {
google = {
version = ">=4.60.0"
source = "hashicorp/google"
version = "~>5.19"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 5.19"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit 483eae9

Please sign in to comment.