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] authored Aug 26, 2024
1 parent 12d56f7 commit 6913378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/dns_response_policy/version.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 = ">= 4.75, < 6"
version = ">= 4.75, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.75, < 6"
version = ">= 4.75, < 7"
}
}

Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.40, < 6"
version = ">= 4.40, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 6"
version = ">= 4.40, < 7"
}
}

Expand Down

0 comments on commit 6913378

Please sign in to comment.