Skip to content

Commit

Permalink
Update Terraform google to ~> 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and BjoernPetersen committed Feb 23, 2024
1 parent 9784f38 commit 3ce3cad
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
version = "~> 5.45.0"
}
google = {
version = "~> 5.14.0"
version = "~> 5.17.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/pubsub_channel/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
google = {
version = "~> 5.14.0"
version = "~> 5.17.0"
}
}
}
Expand Down

0 comments on commit 3ce3cad

Please sign in to comment.