Terraform - Passing type Object as a parameter to Azure Template Deployment
问题 I am tying to to provision Azure AD Domain Service using Terraform by giving Terraform the Azure ARM template, this is because Terrafrom does not support provisioning Azure AD Domain Service natively. I have exported the ARM Template and it's parameters, one of the parameters is called "notificationSettings" which is a type Object and looks like below : "notificationSettings": { "value": { "notifyGlobalAdmins": "Enabled", "notifyDcAdmins": "Enabled", "additionalRecipients": [] } } Other