Skip to content

Commit ef4fbaa

Browse files
committed
refactor templates
based off of hashicorp/terraform-plugin-docs#156 (comment)
1 parent 250d526 commit ef4fbaa

File tree

218 files changed

+213
-2031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+213
-2031
lines changed

docs/data-sources/certificate_key_pair.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get certificate-key pairs by name
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -42,5 +43,3 @@ data "authentik_certificate_key_pair" "generated" {
4243
- `fingerprint256` (String) SHA256-hashed certificate fingerprint Generated.
4344
- `id` (String) Generated.
4445
- `subject` (String) Generated.
45-
46-

docs/data-sources/flow.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get flows by Slug and/or designation
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -35,5 +36,3 @@ data "authentik_flow" "default-authorization-flow" {
3536
- `id` (String) The ID of this resource.
3637
- `name` (String) Generated.
3738
- `title` (String) Generated.
38-
39-

docs/data-sources/group.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get groups by pk or name
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -53,5 +54,3 @@ Read-Only:
5354
- `pk` (Number)
5455
- `uid` (String)
5556
- `username` (String)
56-
57-

docs/data-sources/groups.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get groups list
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -74,5 +75,3 @@ Read-Only:
7475
- `pk` (Number)
7576
- `uid` (String)
7677
- `username` (String)
77-
78-

docs/data-sources/property_mapping_ldap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get LDAP Property mappings
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -47,5 +48,3 @@ data "authentik_property_mapping_ldap" "test" {
4748

4849
- `expression` (String) Generated.
4950
- `id` (String) The ID of this resource.
50-
51-

docs/data-sources/property_mapping_saml.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get SAML Property mappings
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -48,5 +49,3 @@ data "authentik_property_mapping_saml" "test" {
4849
### Read-Only
4950

5051
- `id` (String) The ID of this resource.
51-
52-

docs/data-sources/property_mapping_scim.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get SCIM Property mappings
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -46,5 +47,3 @@ data "authentik_property_mapping_scim" "test" {
4647

4748
- `expression` (String) Generated.
4849
- `id` (String) The ID of this resource.
49-
50-

docs/data-sources/provider_oauth2_config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Get OAuth2 provider config
1111

1212

1313

14+
1415
<!-- schema generated by tfplugindocs -->
1516
## Schema
1617

@@ -29,5 +30,3 @@ Get OAuth2 provider config
2930
- `provider_info_url` (String) Generated.
3031
- `token_url` (String) Generated.
3132
- `user_info_url` (String) Generated.
32-
33-

docs/data-sources/provider_saml_metadata.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Get SAML Provider metadata
1111

1212

1313

14+
1415
<!-- schema generated by tfplugindocs -->
1516
## Schema
1617

@@ -23,5 +24,3 @@ Get SAML Provider metadata
2324

2425
- `id` (String) The ID of this resource.
2526
- `metadata` (String) SAML Metadata Generated.
26-
27-

docs/data-sources/scope_mapping.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get OAuth Scope mappings
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -50,5 +51,3 @@ data "authentik_scope_mapping" "test" {
5051
- `description` (String) Generated.
5152
- `expression` (String) Generated.
5253
- `id` (String) The ID of this resource.
53-
54-

docs/data-sources/source.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get Source by name, slug or managed
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -32,5 +33,3 @@ data "authentik_source" "inbuilt" {
3233
- `id` (String) The ID of this resource.
3334
- `name` (String) Generated.
3435
- `uuid` (String) Generated.
35-
36-

docs/data-sources/stage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get stages by name
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -31,5 +32,3 @@ data "authentik_stage" "default-authentication-identification" {
3132
### Read-Only
3233

3334
- `id` (String) The ID of this resource.
34-
35-

docs/data-sources/tenant.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get tenants by domain
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -44,5 +45,3 @@ data "authentik_tenant" "authentik-default" {
4445
### Read-Only
4546

4647
- `id` (String) The ID of this resource.
47-
48-

docs/data-sources/user.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get users by pk or username
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -44,5 +45,3 @@ data "authentik_user" "akadmin" {
4445
- `type` (String) Generated.
4546
- `uid` (String) Generated.
4647
- `uuid` (String) Generated.
47-
48-

docs/data-sources/users.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010
Get users list
1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -71,5 +72,3 @@ Read-Only:
7172
- `uid` (String)
7273
- `username` (String)
7374
- `uuid` (String)
74-
75-

docs/resources/application.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -67,5 +68,3 @@ resource "authentik_application" "name" {
6768
### Read-Only
6869

6970
- `id` (String) The ID of this resource.
70-
71-

docs/resources/blueprint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -40,5 +41,3 @@ resource "authentik_blueprint" "instance" {
4041
### Read-Only
4142

4243
- `id` (String) The ID of this resource.
43-
44-

docs/resources/certificate_key_pair.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -59,5 +60,3 @@ resource "authentik_certificate_key_pair" "name" {
5960
### Read-Only
6061

6162
- `id` (String) The ID of this resource.
62-
63-

docs/resources/enterprise_license.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description: |-
1111

1212

1313

14+
1415
<!-- schema generated by tfplugindocs -->
1516
## Schema
1617

@@ -25,5 +26,3 @@ description: |-
2526
- `id` (String) The ID of this resource.
2627
- `internal_users` (Number) Generated.
2728
- `name` (String) Generated.
28-
29-

docs/resources/event_rule.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description: |-
1111

1212

1313

14+
1415
<!-- schema generated by tfplugindocs -->
1516
## Schema
1617

@@ -28,5 +29,3 @@ description: |-
2829
### Read-Only
2930

3031
- `id` (String) The ID of this resource.
31-
32-

docs/resources/event_transport.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -46,5 +47,3 @@ resource "authentik_event_transport" "transport" {
4647
### Read-Only
4748

4849
- `id` (String) The ID of this resource.
49-
50-

docs/resources/flow.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -55,5 +56,3 @@ resource "authentik_flow_stage_binding" "dummy-flow" {
5556

5657
- `id` (String) The ID of this resource.
5758
- `uuid` (String) Generated.
58-
59-

docs/resources/flow_stage_binding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -51,5 +52,3 @@ resource "authentik_flow_stage_binding" "dummy-flow" {
5152
### Read-Only
5253

5354
- `id` (String) The ID of this resource.
54-
55-

docs/resources/group.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -42,5 +43,3 @@ resource "authentik_group" "group" {
4243
### Read-Only
4344

4445
- `id` (String) The ID of this resource.
45-
46-

docs/resources/outpost.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -50,5 +51,3 @@ resource "authentik_outpost" "outpost" {
5051
### Read-Only
5152

5253
- `id` (String) The ID of this resource.
53-
54-

docs/resources/policy_binding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -69,5 +70,3 @@ resource "authentik_policy_binding" "app-access" {
6970
### Read-Only
7071

7172
- `id` (String) The ID of this resource.
72-
73-

docs/resources/policy_dummy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -36,5 +37,3 @@ resource "authentik_policy_dummy" "name" {
3637
### Read-Only
3738

3839
- `id` (String) The ID of this resource.
39-
40-

docs/resources/policy_event_matcher.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |-
99

1010

1111

12+
1213
## Example Usage
1314

1415
```terraform
@@ -40,5 +41,3 @@ resource "authentik_policy_event_matcher" "name" {
4041
### Read-Only
4142

4243
- `id` (String) The ID of this resource.
43-
44-

0 commit comments

Comments
 (0)