Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): update terraform tfe to ~> 0.48.0 (#495)
Browse files Browse the repository at this point in the history
[![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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;Netra2104](https://togithub.com/Netra2104)
[972](https://togithub.com/hashicorp/terraform-provider-tfe/pull/972)
- `d/tfe_policy_set`: Add `project_ids` attribute, by
[@&#8203;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
[@&#8203;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 [@&#8203;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
renovate[bot] and ThorstenSauter authored Aug 8, 2023
1 parent 92b3bab commit 059452b
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 42 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: 'coverage/**/coverage.cobertura.xml'
fail_ci_if_error: true
26 changes: 13 additions & 13 deletions infra/global/.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 infra/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.47.0"
version = "~> 0.48.0"
}
}

Expand Down
26 changes: 13 additions & 13 deletions infra/production/.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 infra/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.47.0"
version = "~> 0.48.0"
}
}

Expand Down
26 changes: 13 additions & 13 deletions infra/staging/.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 infra/staging/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.47.0"
version = "~> 0.48.0"
}
}

Expand Down

0 comments on commit 059452b

Please sign in to comment.