Skip to content

Commit

Permalink
test: Update Google provider constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
memes committed Oct 31, 2023
1 parent cde0042 commit b8a9355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org_id = "123456"
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 3.53, < 5.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 3.53, < 6.0 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.4 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.4 |

Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit b8a9355

Please sign in to comment.