Skip to content

Commit 9379d6e

Browse files
committed
chore(deps): πŸ”— bump AzureRM provider version to v4.31+
1 parent 2e9ff9d commit 9379d6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.gitlab-ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
variables:
33
TF_MIN_VERSION: "1.8"
4-
AZURERM_PROVIDER_MIN_VERSION: "4.15"
4+
AZURERM_PROVIDER_MIN_VERSION: "4.31"
55

66
include:
77
- project: "claranet/projects/cloud/azure/terraform/ci"

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "static_web_app" {
6262
| Name | Version |
6363
|------|---------|
6464
| azurecaf | ~> 1.2.28 |
65-
| azurerm | ~> 4.15 |
65+
| azurerm | ~> 4.31 |
6666

6767
## Modules
6868

β€Žproviders.tfβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "~> 4.15"
5+
version = "~> 4.31"
66
}
77
azurecaf = {
88
source = "claranet/azurecaf"

0 commit comments

Comments
Β (0)