Skip to content

Commit

Permalink
Merge pull request #797 from nick-stroud/update-terraform-provider
Browse files Browse the repository at this point in the history
Rolling google terraform provider version to 4.46.0
  • Loading branch information
nick-stroud authored Dec 21, 2022
2 parents e9efbfd + 4492e3b commit aa0edda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/modulewriter/tfversions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.83, <= 4.44.1"
version = ">= 3.83, <= 4.46.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.83, <= 4.44.1"
version = ">= 3.83, <= 4.46.0"
}
}
}
Expand Down

0 comments on commit aa0edda

Please sign in to comment.