Skip to content

Commit

Permalink
build(deps): update terraform terraform-google-modules/cloud-storage/…
Browse files Browse the repository at this point in the history
…google to v8.0.3 (#1214)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-google-modules/cloud-storage/google](https://registry.terraform.io/modules/terraform-google-modules/cloud-storage/google)
([source](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage))
| module | patch | `8.0.2` -> `8.0.3` |

---

### Release Notes

<details>
<summary>terraform-google-modules/terraform-google-cloud-storage
(terraform-google-modules/cloud-storage/google)</summary>

###
[`v8.0.3`](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage/blob/HEAD/CHANGELOG.md#803-2024-12-01)

[Compare
Source](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v8.0.2...v8.0.3)

##### Bug Fixes

- add output type for internal_kms_configuration
([#&#8203;370](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage/issues/370))
([ddc3ab0](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage/commit/ddc3ab0822d4c42de8041ba29d200d55964e0c26))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ykzts-technology/mastodon-infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent f9cac97 commit 948043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "google_storage_hmac_key" "key" {

module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "8.0.2"
version = "8.0.3"

bucket_admins = {
(local.storage_bucket_name) = "serviceAccount:${google_service_account.gcs_service_account.email}",
Expand Down

0 comments on commit 948043f

Please sign in to comment.