We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcb4e0 commit 233c599Copy full SHA for 233c599
.gitlab-ci.yml
@@ -1,7 +1,7 @@
1
---
2
variables:
3
TF_MIN_VERSION: "1.8"
4
- AZURERM_PROVIDER_MIN_VERSION: "4.0"
+ AZURERM_PROVIDER_MIN_VERSION: "4.31"
5
6
include:
7
- project: 'claranet/projects/cloud/azure/terraform/ci'
README.md
@@ -202,7 +202,7 @@ module "sql_single" {
202
| Name | Version |
203
|------|---------|
204
| azurecaf | ~> 1.2.28 |
205
-| azurerm | ~> 4.0 |
+| azurerm | ~> 4.31 |
206
207
## Modules
208
providers.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
- version = "~> 4.0"
+ version = "~> 4.31"
}
azurecaf = {
8
source = "claranet/azurecaf"
0 commit comments