Skip to content

Commit

Permalink
chore(deps): update terraform google to ~> 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 9, 2024
1 parent 4c3a4de commit caca9e1
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 @@ -17,7 +17,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 6.12.0"
version = "~> 6.13.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/pubsub_channel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 6.12.0"
version = "~> 6.13.0"
}
}
}
Expand Down

0 comments on commit caca9e1

Please sign in to comment.