Skip to content

Commit cccc2d2

Browse files
committed
chore(deps): 🔗 bump AzureRM provider version to v4.31+
1 parent 4610652 commit cccc2d2

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
@@ -56,7 +56,7 @@ module "servicebus" {
5656
| Name | Version |
5757
|------|---------|
5858
| azurecaf | ~> 1.2.28 |
59-
| azurerm | ~> 4.0 |
59+
| azurerm | ~> 4.31 |
6060

6161
## Modules
6262

‎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)