Skip to content

Commit 233c599

Browse files
committed
chore(deps): 🔗 bump AzureRM provider version to v4.31+
1 parent 6fcb4e0 commit 233c599

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.0"
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
@@ -202,7 +202,7 @@ module "sql_single" {
202202
| Name | Version |
203203
|------|---------|
204204
| azurecaf | ~> 1.2.28 |
205-
| azurerm | ~> 4.0 |
205+
| azurerm | ~> 4.31 |
206206

207207
## Modules
208208

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.0"
5+
version = "~> 4.31"
66
}
77
azurecaf = {
88
source = "claranet/azurecaf"

0 commit comments

Comments
 (0)