diff --git a/dev-infrastructure/templates/region.bicep b/dev-infrastructure/templates/region.bicep index 924c65227..256ce75ab 100644 --- a/dev-infrastructure/templates/region.bicep +++ b/dev-infrastructure/templates/region.bicep @@ -70,6 +70,6 @@ module maestroInfra '../modules/maestro/maestro-infra.bicep' = { maestroKeyVaultName: maestroKeyVaultName kvCertOfficerManagedIdentityName: maestroKeyVaultCertOfficerMSIName publicNetworkAccess: 'Enabled' - minimumTlsVersionAllowed: eventGridMinimumTlsVersionAllowed + minimumTlsVersionAllowed: maestroEventGridMinimumTlsVersionAllowed } }