diff --git a/infra/modules/copilot_studio/power_platform_core.tf b/infra/modules/copilot_studio/power_platform_core.tf index e02cfc7b..787b9aab 100644 --- a/infra/modules/copilot_studio/power_platform_core.tf +++ b/infra/modules/copilot_studio/power_platform_core.tf @@ -74,7 +74,5 @@ resource "powerplatform_managed_environment" "this" { max_limit_user_sharing = var.power_platform_managed_environment.max_limit_user_sharing solution_checker_mode = var.power_platform_managed_environment.solution_checker_mode suppress_validation_emails = var.power_platform_managed_environment.suppress_validation_emails - maker_onboarding_markdown = var.power_platform_managed_environment.maker_onboarding_markdown - maker_onboarding_url = var.power_platform_managed_environment.maker_onboarding_url } diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index e8bab4ae..878d29f1 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.55.0" + version = "4.56.0" } modtm = { source = "Azure/modtm" @@ -18,7 +18,7 @@ terraform { } powerplatform = { source = "microsoft/power-platform" - version = "3.9.1" + version = "4.0.0" } random = { source = "hashicorp/random" diff --git a/infra/modules/copilot_studio/variables.tf b/infra/modules/copilot_studio/variables.tf index c49dfb42..dfa2c2fe 100644 --- a/infra/modules/copilot_studio/variables.tf +++ b/infra/modules/copilot_studio/variables.tf @@ -57,8 +57,6 @@ variable "power_platform_managed_environment" { max_limit_user_sharing = number solution_checker_mode = string suppress_validation_emails = bool - maker_onboarding_markdown = string - maker_onboarding_url = string }) description = <