diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 95133483..7b04a522 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.53.0" + version = "4.54.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 33f51fb5..ac299dde 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -16,11 +16,11 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "3.6.0" + version = "3.7.0" } azurerm = { source = "hashicorp/azurerm" - version = "4.53.0" + version = "4.54.0" } modtm = { source = "Azure/modtm"