diff --git a/components/infrastructure/provider.tf b/components/infrastructure/provider.tf index bc09cd2..cf5cc32 100644 --- a/components/infrastructure/provider.tf +++ b/components/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.117.0" + version = "4.12.0" } azapi = { source = "Azure/azapi"