hashicorp / terraform-provider-azuread

Terraform provider for Azure Active Directory
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs
Mozilla Public License 2.0
419 stars 287 forks source link

Feature: Add new provider to update the Synchronization Job Schema #1429

Open terrymandin opened 1 month ago

terrymandin commented 1 month ago

Community Note

Description

Please provide a provider to update the syncronization job schema. As this feature is not available, we need to call the graph API to update the template. Because there is complex JSON involved and did not have access to a Terraform provider, we end up writing the solution in Python and calling it using terraform data. If possible, provide a capability to update attributes mapping without performing json payload manipulation.

New or Affected Resource(s)

Potential Terraform Configuration

I'll leave the Terraform configuration to the pros, and instead provide our requirements:

  1. Set users' federated status so that they're authenticated by the external identity provider.
  2. Disable notification emails being sent to the user when their account is created or updated.

References