Skip to content

Commit 8306da6

Browse files
editing for indentation
1 parent 7aab759 commit 8306da6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/content/docs/cloudflare-one/identity/idp-integration/generic-saml.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ The following example requires Cloudflare provider version `>=4.40.0`.
6565

6666
2. Configure the [`cloudflare_zero_trust_access_identity_provider`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_access_identity_provider) resource:
6767

68-
```tf
69-
resource "cloudflare_zero_trust_access_identity_provider" "generic_saml_example" {
70-
account_id = var.cloudflare_account_id
71-
name = "Generic SAML example"
72-
type = "saml"
73-
config {
74-
sso_target_url = "https://example.com/1234/sso/saml"
75-
issuer_url = "https://example.com/1234"
76-
idp_public_cert = "-----BEGIN CERTIFICATE-----\nXXXXX\n-----END CERTIFICATE-----"
77-
sign_request = false
78-
email_attribute_name = "email"
79-
attributes = ["employeeID", "groups"]
80-
}
81-
}
82-
```
68+
```tf
69+
resource "cloudflare_zero_trust_access_identity_provider" "generic_saml_example" {
70+
account_id = var.cloudflare_account_id
71+
name = "Generic SAML example"
72+
type = "saml"
73+
config {
74+
sso_target_url = "https://example.com/1234/sso/saml"
75+
issuer_url = "https://example.com/1234"
76+
idp_public_cert = "-----BEGIN CERTIFICATE-----\nXXXXX\n-----END CERTIFICATE-----"
77+
sign_request = false
78+
email_attribute_name = "email"
79+
attributes = ["employeeID", "groups"]
80+
}
81+
}
82+
```
8383

8484
</TabItem> </Tabs>
8585

0 commit comments

Comments
 (0)