This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update terraform tfe to ~> 0.48.0 (#495)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tfe](https://registry.terraform.io/providers/hashicorp/tfe) ([source](https://togithub.com/hashicorp/terraform-provider-tfe)) | required_provider | minor | `~> 0.47.0` -> `~> 0.48.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-tfe (tfe)</summary> ### [`v0.48.0`](https://togithub.com/hashicorp/terraform-provider-tfe/blob/HEAD/CHANGELOG.md#v0480-August-7-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-tfe/compare/v0.47.0...v0.48.0) BUG FIXES: - `r/tfe_workspace`: Fix panic when updating `trigger_patterns` attribute, by [@​liamstevens](https://togithub.com/liamstevens) [969](https://togithub.com/hashicorp/terraform-provider-tfe/pull/969) - `r/tfe_admin_organization_settings`: Allow reprovisioning when the parent organization has been deleted, by [@​ctrombley](https://togithub.com/ctrombley) [982](https://togithub.com/hashicorp/terraform-provider-tfe/pull/982) FEATURES: - **New Resource**: `r/tfe_saml_settings` manages SAML Settings, by [@​karvounis-form3](https://togithub.com/karvounis-form3) [970](https://togithub.com/hashicorp/terraform-provider-tfe/pull/970) - `d/tfe_saml_settings`: Add PrivateKey (sensitive), SignatureSigningMethod, and SignatureDigestMethod attributes, by [@​karvounis-form3](https://togithub.com/karvounis-form3) [970](https://togithub.com/hashicorp/terraform-provider-tfe/pull/970) - **New Resource**: `r/tfe_project_policy_set` is a new resource to attach/detach an existing `project` to an existing `policy set`, by [@​Netra2104](https://togithub.com/Netra2104) [972](https://togithub.com/hashicorp/terraform-provider-tfe/pull/972) - `d/tfe_policy_set`: Add `project_ids` attribute, by [@​Netra2104](https://togithub.com/Netra2104) [974](https://togithub.com/hashicorp/terraform-provider-tfe/pull/974/files) - `r/tfe_team_project_access`: Add a `custom` option to the `access` attribute as well as `project_access` and `workspace_access` attributes with various customizable permissions options to apply to a project and all of the workspaces therein, by [@​rberecka](https://togithub.com/rberecka) [983](https://togithub.com/hashicorp/terraform-provider-tfe/pull/983) - `d/team_project_access`: Add a `custom` option to the `access` attribute as well as `project_access` and `workspace_access` attributes, by [@​rberecka](https://togithub.com/rberecka) [983](https://togithub.com/hashicorp/terraform-provider-tfe/pull/983) NOTES: - The provider is now using go-tfe [v1.32.0](https://togithub.com/hashicorp/go-tfe/releases/tag/v1.32.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ThorstenSauter/NoPlan). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thorsten Sauter <[email protected]>
- Loading branch information