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

Commit

Permalink
Update Terraform providers and TFLint plugins (#409)
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 |
|---|---|---|---|
| [azuread](https://registry.terraform.io/providers/hashicorp/azuread)
([source](https://togithub.com/hashicorp/terraform-provider-azuread)) |
required_provider | patch | `2.37.1` -> `2.37.2` |
| [tfe](https://registry.terraform.io/providers/hashicorp/tfe)
([source](https://togithub.com/hashicorp/terraform-provider-tfe)) |
required_provider | minor | `~> 0.43.0` -> `~> 0.44.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-azuread</summary>

###
[`v2.37.2`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#&#8203;2372-April-20-2023)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.37.1...v2.37.2)

BUG FIXES:

- `azuread_group` - remove conditional ForceNew for the
`onpremises_group_type` property, resolve breaking change in v2.37.1
([#&#8203;1076](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1076))
- `azuread_group` - improve a workaround for reading Microsoft 365-only
properties for groups in a non-M365 tenant
([#&#8203;1076](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1076))
- `azuread_group` - improve a workaround for detecting unwanted changes
to the `description` property
([#&#8203;1074](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1074))

</details>

<details>
<summary>hashicorp/terraform-provider-tfe</summary>

###
[`v0.44.0`](https://togithub.com/hashicorp/terraform-provider-tfe/blob/HEAD/CHANGELOG.md#v0440-April-19-2023)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-tfe/compare/v0.43.0...v0.44.0)

FEATURES:

- **New Data Source**: `d/tfe_project` is a new data source to retrieve
project id and associated workspace ids, by
[@&#8203;hs26gill](https://togithub.com/hs26gill)
([#&#8203;829](https://togithub.com/hashicorp/terraform-provider-tfe/pull/829))
- **New Resource**: `r/tfe_project_variable_set` is a new resource to
apply variable sets to projects, by
[@&#8203;jbonhag](https://togithub.com/jbonhag) and
[@&#8203;rberecka](https://togithub.com/rberecka)
([#&#8203;837](https://togithub.com/hashicorp/terraform-provider-tfe/pull/837))
- **New Resource**: `r/tfe_no_code_module` is a new resource to manage
no-code settings for registry modules, by
[@&#8203;dsa0x](https://togithub.com/dsa0x)
([#&#8203;836](https://togithub.com/hashicorp/terraform-provider-tfe/pull/836))

**NOTE:** This resource is currently in beta and isn't generally
available to all users. It is subject to change or removal.

BUG FIXES:

- `r/tfe_workspace`: Only set `oauth_token_id` and
`github_app_installation_id` if configured, by
[@&#8203;moensch](https://togithub.com/moensch)
([#&#8203;835](https://togithub.com/hashicorp/terraform-provider-tfe/pull/835))

DEPRECATIONS:

- The `no_code` attribute in r/tfe_registry_module is deprecated in
favor of the new resource `tfe_no_code_module`, which provides a more
flexible interface for managing no-code settings for registry modules.
The `no_code` attribute will be removed in the next major release of the
provider. By [@&#8203;dsa0x](https://togithub.com/dsa0x)
([#&#8203;836](https://togithub.com/hashicorp/terraform-provider-tfe/pull/836))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" (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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thorsten Sauter <Thorsten.Sauter@gmail.com>
  • Loading branch information
renovate[bot] and ThorstenSauter committed Apr 20, 2023
1 parent d479f6b commit d09a5cf
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 66 deletions.
54 changes: 26 additions & 28 deletions infra/global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions infra/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "2.37.1"
version = "~> 2.37.2"
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.52.0"
version = "~> 3.52.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.43.0"
version = "~> 0.44.0"
}
}

Expand Down
28 changes: 13 additions & 15 deletions infra/production/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infra/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.52.0"
version = "~> 3.52.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.43.0"
version = "~> 0.44.0"
}
}

Expand Down
28 changes: 13 additions & 15 deletions infra/staging/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infra/staging/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.52.0"
version = "~> 3.52.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.43.0"
version = "~> 0.44.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<Using Include="Xunit" />
<Using Include="FluentAssertions" />
<Using Include="Xunit" />
</ItemGroup>
</Project>

0 comments on commit d09a5cf

Please sign in to comment.