Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2024
1 parent 8f1f049 commit bff6016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/simple_example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.1.0, < 6.0"
version = ">= 5.1.0, < 6.5"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.1.0, < 6.0"
version = ">= 5.1.0, < 6.5"
}
}
}
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.1.0, < 6.0"
version = ">= 5.1.0, < 6.5"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.1.0, < 6.0"
version = ">= 5.1.0, < 6.5"
}
}

Expand Down

0 comments on commit bff6016

Please sign in to comment.