Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/project-factor…
Browse files Browse the repository at this point in the history
…y/google to v16 (GoogleCloudPlatform#959)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google)
([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory))
| module | major | `15.0` -> `16.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>terraform-google-modules/terraform-google-project-factory
(terraform-google-modules/project-factory/google)</summary>

###
[`v16.0.0`](https://togithub.com/terraform-google-modules/terraform-google-project-factory/blob/HEAD/CHANGELOG.md#1600-2024-08-14)

[Compare
Source](https://togithub.com/terraform-google-modules/terraform-google-project-factory/compare/v15.0.1...v16.0.0)

##### ⚠ BREAKING CHANGES

- **TPG>=5.33:** add support for setting cloud armor tier of the project
([#&#8203;921](https://togithub.com/terraform-google-modules/terraform-google-project-factory/issues/921))

##### Features

- **TPG>=5.33:** add support for setting cloud armor tier of the project
([#&#8203;921](https://togithub.com/terraform-google-modules/terraform-google-project-factory/issues/921))
([895b501](https://togithub.com/terraform-google-modules/terraform-google-project-factory/commit/895b501edb3f6b21e2ad6b8f9656a4994b501dd3))

##### Bug Fixes

- ignore changes on firebase label
([#&#8203;931](https://togithub.com/terraform-google-modules/terraform-google-project-factory/issues/931))
([e424a35](https://togithub.com/terraform-google-modules/terraform-google-project-factory/commit/e424a3531381d71d1ba37300de3e94eca89209ae))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: Eric Dong <[email protected]>
  • Loading branch information
renovate-bot and gericdong authored Aug 21, 2024
1 parent 64fc948 commit 927fb96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project-services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "15.0"
version = "16.0"
disable_services_on_destroy = false

project_id = var.project_id
Expand Down

0 comments on commit 927fb96

Please sign in to comment.