diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index d307174..9bd7ebc 100644 --- a/operations/environments/dev/main.tf +++ b/operations/environments/dev/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13.0" + version = "4.14.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index c6d83ae..30ce8e3 100644 --- a/operations/environments/internal/main.tf +++ b/operations/environments/internal/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13.0" + version = "4.14.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index a2a5c76..802573b 100644 --- a/operations/environments/pr/main.tf +++ b/operations/environments/pr/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13.0" + version = "4.14.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 3c2fbab..58186b5 100644 --- a/operations/environments/prd/main.tf +++ b/operations/environments/prd/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13.0" + version = "4.14.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 541d880..1badd7d 100644 --- a/operations/environments/stg/main.tf +++ b/operations/environments/stg/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13.0" + version = "4.14.0" } }