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 providers and tflint plugins (#624)
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 |
|---|---|---|---|
| [azurerm](https://registry.terraform.io/providers/hashicorp/azurerm)
([source](https://togithub.com/hashicorp/terraform-provider-azurerm)) |
required_provider | minor | `~> 3.90.0` -> `~> 3.91.0` |
| [tfe](https://registry.terraform.io/providers/hashicorp/tfe)
([source](https://togithub.com/hashicorp/terraform-provider-tfe)) |
required_provider | minor | `~> 0.51.0` -> `~> 0.52.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-azurerm (azurerm)</summary>

###
[`v3.91.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3910-February-08-2024)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.90.0...v3.91.0)

FEATURES:

- **New Data Source**: `azurerm_databricks_access_connector`
([#&#8203;24769](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24769))
- **New Resource**:
`azurerm_data_protection_backup_policy_kubernetes_cluster`
([#&#8203;24718](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24718))
- **New Resource**: `azurerm_chaos_studio_experiment`
([#&#8203;24779](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24779))
- **New Resource**: `azurerm_chaos_studio_capability`
([#&#8203;24779](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24779))
- **New Resource**: `azurerm_dev_center_gallery`
([#&#8203;23760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23760))
- **New Resource:** `azurerm_kubernetes_fleet_member`
([#&#8203;24792](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24792))
- **New Resource:** `azurerm_iotcentral_organization`
([#&#8203;23132](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23132))
- **New Resource:**
`azurerm_spring_cloud_app_dynamics_application_performance_monitoring`
([#&#8203;24750](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24750))

ENHANCEMENTS:

- dependencies: updating to `v0.20240208.1095436` of
`github.com/hashicorp/go-azure-sdk/resource-manager`
([#&#8203;24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819))
- dependencies: updating to `v0.20240208.1095436` of
`github.com/hashicorp/go-azure-sdk/sdk`
([#&#8203;24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819))
- dependencies: refactor `azurerm_app_service_environment_v3` to use
`go-azure-sdk`
([#&#8203;24760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24760))
- dependencies: refactor `azurerm_role_definition` to use `go-azure-sdk`
([#&#8203;24266](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24266))
- `managedhsm`: updating to use the transport layer from
`hashicorp/go-azure-sdk` rather than `Azure/go-autorest`
([#&#8203;24761](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24761))
- `hdinsight`: updating to API Version `2023-07-01`
([#&#8203;24761](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24761))
- `streamanalytics`: updating to use the transport layer from
`hashicorp/go-azure-sdk` rather than `Azure/go-autorest`
([#&#8203;24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819))
- `azurerm_app_service_environment_v3` - support for the
`remote_debugging_enabled` property
([#&#8203;24760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24760))
- `azurerm_storage_account` - support for the `local_user_enabled`
property
([#&#8203;24800](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24800))
- `azurerm_log_analytics_workspace_table` - support for the
`total_retention_in_days` property
([#&#8203;24513](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24513))
- `azurerm_maching_learning_workspace` - support for the `feature_store`
and `kind` properties
([#&#8203;24716](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24716))
- `azurerm_traffic_manager_azure_endpoint` - support for the
`always_serve_enabled` property
([#&#8203;24573](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24573))
- `azurerm_traffic_manager_external_endpoint` - support for the
`always_serve_enabled` property
([#&#8203;24573](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24573))

BUG FIXES:

- `azurerm_api_management` - the `virtual_network_configuration`
property now updates correctly outside of `virtual_network_type`
([#&#8203;24569](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24569))

</details>

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

###
[`v0.52.0`](https://togithub.com/hashicorp/terraform-provider-tfe/blob/HEAD/CHANGELOG.md#v0520)

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

FEATURES:

- **New Resource**: `r/tfe_registry_provider` is a new resource for
managing public and private providers in the private registry, by
[@&#8203;tmatilai](https://togithub.com/tmatilai)
[1185](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1185)
- **New Data Source**: `d/tfe_registry_provider` is a new data source to
retrieve information about a public or private provider in the private
registry, by [@&#8203;tmatilai](https://togithub.com/tmatilai)
[1185](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1185)
- **New Data Source**: `d/tfe_registry_providers` is a new data source
to retrieve information about public and private providers in the
private registry, by [@&#8203;tmatilai](https://togithub.com/tmatilai)
[1185](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1185)
- **New Data Source**: `d/tfe_no_code_module` is a new data source to
retrieve information about a no-code module, by
[@&#8203;catsby](https://togithub.com/catsby)
[1242](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1242)
- **New Resource**: `r/tfe_sentinel_version` adds the ability for
Terraform Enterprise admins to configure settings for sentinel versions
([#&#8203;1202](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1202))
- **New Resource**: `r/tfe_opa_version` adds the ability for Terraform
Enterprise admins to configure settings for OPA versions
([#&#8203;1202](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1202))
- `r/tfe_policy_set`: Add `agent_enabled` and `policy_tool_version`
attributes to allow setting a policy runtime version to the policy set,
by [@&#8203;mrinalirao](https://togithub.com/mrinalirao)
[1234](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1234)
- `d/tfe_policy_set`: Add `agent_enabled` and `policy_tool_version`
attributes to get the policy runtime version of a policy set, by
[@&#8203;mrinalirao](https://togithub.com/mrinalirao)
[1234](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1234)
- `r/tfe_organization`: Add `aggregated_commit_status_enabled`
attribute, by [@&#8203;mjyocca](https://togithub.com/mjyocca)
[1169](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1169)
- `d/tfe_organization`: Add `aggregated_commit_status_enabled`
attribute, by [@&#8203;mjyocca](https://togithub.com/mjyocca)
[1169](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1169)

BUG FIXES:

- `r/tfe_workspace`: Fix panic on creation when `trigger_prefixes =
[""]`, by [@&#8203;nfagerlund](https://togithub.com/nfagerlund)
[1214](https://togithub.com/hashicorp/terraform-provider-tfe/pull/1214)

</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.

👻 **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://developer.mend.io/github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 9, 2024
1 parent dbe24e2 commit 581d01e
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 150 deletions.
96 changes: 48 additions & 48 deletions infra/global/.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/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down
96 changes: 48 additions & 48 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.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down
96 changes: 48 additions & 48 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.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down

0 comments on commit 581d01e

Please sign in to comment.