- Policies
- Integrations
- Applications
- Entitlements
Getting started with ConductorOne’s Terraform provider
Find ConductorOne’s Terraform provider on the Terraform registry.
Specialized Terraform capabilities
ConductorOne has built some specialized capabilities in Terraform to address use cases unique to this manner of setting up and using our product. These capabilities do not have equivalents in the web UI.Merge an IdP group with a C1 group
Traditionally, creating a group in an IdP and then configuring its properties in C1 required a multi-step, manual process. You’d have to run Terraform against the IdP, wait for C1 to sync the new group, and then run a separate Terraform script against C1 after manually matching the group names. This was inefficient and prone to errors. Now, with the Group ID as a join key, you can perform a single Terraform run that creates a group in C1 and simultaneously merges that group with the corresponding IdP group. This eliminates the need to wait for multiple C1 syncs and dramatically simplifies your group management process. Here are sample Terraform files demonstrating how to use thematch_baton_id key to sync a C1 group with Okta:
okta.tf file: