Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 9, 2023
1 parent 33d2293 commit ffa9aa7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53.0, < 6"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53.0, < 6"
source = "hashicorp/google-beta"
}
}
}

0 comments on commit ffa9aa7

Please sign in to comment.