diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 69f6c599..18e77a1c 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -10,7 +10,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.48.0" + version = "4.50.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 2d280fef..cc4428fe 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.48.0" + version = "4.50.0" } modtm = { source = "Azure/modtm"