Skip to content

Commit

Permalink
chore(deps): update terraform google-beta to >= 3.73.0 (#1346)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate[bot] and apeabody committed Aug 5, 2022
1 parent 4f0d19e commit 7940d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/acm-terraform-blog-part1/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "3.73.0"
version = ">= 3.73.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/acm-terraform-blog-part2/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "3.73.0"
version = ">= 3.73.0"
}
}
}
Expand Down

0 comments on commit 7940d26

Please sign in to comment.