We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7edace commit cfd97c9Copy full SHA for cfd97c9
website/docs/r/federated_settings_org_configs.html.markdown
@@ -21,7 +21,7 @@ resource "mongodbatlas_federated_settings_org_config" "org_connection" {
21
org_id = "627a9683ea7ff7f74de306f14"
22
domain_restriction_enabled = false
23
domain_allow_list = ["mydomain.com"]
24
- dentity_provider_id = "0oad4fas87jL7f75Xnk1297"
+ identity_provider_id = "0oad4fas87jL7f75Xnk1297"
25
}
26
27
data "mongodbatlas_federated_settings_org_configs" "org_configs_ds" {
0 commit comments