Skip to content

Commit

Permalink
build(deps): update terraform terraform-google-modules/service-accoun…
Browse files Browse the repository at this point in the history
…ts/google to v4.4.3 (#1224)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-google-modules/service-accounts/google](https://registry.terraform.io/modules/terraform-google-modules/service-accounts/google)
([source](https://redirect.github.com/terraform-google-modules/terraform-google-service-accounts))
| module | patch | `4.4.2` -> `4.4.3` |

---

### Release Notes

<details>
<summary>terraform-google-modules/terraform-google-service-accounts
(terraform-google-modules/service-accounts/google)</summary>

###
[`v4.4.3`](https://redirect.github.com/terraform-google-modules/terraform-google-service-accounts/blob/HEAD/CHANGELOG.md#443-2024-12-13)

##### Bug Fixes

- update display metadata for simple-sa module
([#&#8203;141](https://redirect.github.com/terraform-google-modules/terraform-google-service-accounts/issues/141))
([fa6c691](https://redirect.github.com/terraform-google-modules/terraform-google-service-accounts/commit/fa6c691008b41ae34b785607d28501615f4400e8))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 26417dc commit eda6277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "service_accounts" {
source = "terraform-google-modules/service-accounts/google"
version = "4.4.2"
version = "4.4.3"

generate_keys = true
names = ["terraform"]
Expand Down

0 comments on commit eda6277

Please sign in to comment.