Skip to content

Commit

Permalink
fix: upgraded versions.tf to include minor bumps from tpg v5 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
g-awmalik and apeabody authored Oct 20, 2023
1 parent 155c0f9 commit fb54a8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
32 changes: 0 additions & 32 deletions examples/basic/versions.tf

This file was deleted.

4 changes: 2 additions & 2 deletions test/setup/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 = ">= 3.53, < 5.0"
version = ">= 3.53"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.0"
version = ">= 3.53"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}
}

Expand Down

0 comments on commit fb54a8f

Please sign in to comment.