Skip to content

Commit

Permalink
refactor templates
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Dec 5, 2023
1 parent 250d526 commit ef4fbaa
Show file tree
Hide file tree
Showing 218 changed files with 213 additions and 2,031 deletions.
3 changes: 1 addition & 2 deletions docs/data-sources/certificate_key_pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get certificate-key pairs by name


## Example Usage

```terraform
Expand Down Expand Up @@ -42,5 +43,3 @@ data "authentik_certificate_key_pair" "generated" {
- `fingerprint256` (String) SHA256-hashed certificate fingerprint Generated.
- `id` (String) Generated.
- `subject` (String) Generated.


3 changes: 1 addition & 2 deletions docs/data-sources/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get flows by Slug and/or designation


## Example Usage

```terraform
Expand All @@ -35,5 +36,3 @@ data "authentik_flow" "default-authorization-flow" {
- `id` (String) The ID of this resource.
- `name` (String) Generated.
- `title` (String) Generated.


3 changes: 1 addition & 2 deletions docs/data-sources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get groups by pk or name


## Example Usage

```terraform
Expand Down Expand Up @@ -53,5 +54,3 @@ Read-Only:
- `pk` (Number)
- `uid` (String)
- `username` (String)


3 changes: 1 addition & 2 deletions docs/data-sources/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get groups list


## Example Usage

```terraform
Expand Down Expand Up @@ -74,5 +75,3 @@ Read-Only:
- `pk` (Number)
- `uid` (String)
- `username` (String)


3 changes: 1 addition & 2 deletions docs/data-sources/property_mapping_ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get LDAP Property mappings


## Example Usage

```terraform
Expand Down Expand Up @@ -47,5 +48,3 @@ data "authentik_property_mapping_ldap" "test" {

- `expression` (String) Generated.
- `id` (String) The ID of this resource.


3 changes: 1 addition & 2 deletions docs/data-sources/property_mapping_saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get SAML Property mappings


## Example Usage

```terraform
Expand Down Expand Up @@ -48,5 +49,3 @@ data "authentik_property_mapping_saml" "test" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/data-sources/property_mapping_scim.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get SCIM Property mappings


## Example Usage

```terraform
Expand Down Expand Up @@ -46,5 +47,3 @@ data "authentik_property_mapping_scim" "test" {

- `expression` (String) Generated.
- `id` (String) The ID of this resource.


3 changes: 1 addition & 2 deletions docs/data-sources/provider_oauth2_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Get OAuth2 provider config




<!-- schema generated by tfplugindocs -->
## Schema

Expand All @@ -29,5 +30,3 @@ Get OAuth2 provider config
- `provider_info_url` (String) Generated.
- `token_url` (String) Generated.
- `user_info_url` (String) Generated.


3 changes: 1 addition & 2 deletions docs/data-sources/provider_saml_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Get SAML Provider metadata




<!-- schema generated by tfplugindocs -->
## Schema

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

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


3 changes: 1 addition & 2 deletions docs/data-sources/scope_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get OAuth Scope mappings


## Example Usage

```terraform
Expand Down Expand Up @@ -50,5 +51,3 @@ data "authentik_scope_mapping" "test" {
- `description` (String) Generated.
- `expression` (String) Generated.
- `id` (String) The ID of this resource.


3 changes: 1 addition & 2 deletions docs/data-sources/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get Source by name, slug or managed


## Example Usage

```terraform
Expand All @@ -32,5 +33,3 @@ data "authentik_source" "inbuilt" {
- `id` (String) The ID of this resource.
- `name` (String) Generated.
- `uuid` (String) Generated.


3 changes: 1 addition & 2 deletions docs/data-sources/stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get stages by name


## Example Usage

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

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


3 changes: 1 addition & 2 deletions docs/data-sources/tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get tenants by domain


## Example Usage

```terraform
Expand Down Expand Up @@ -44,5 +45,3 @@ data "authentik_tenant" "authentik-default" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/data-sources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get users by pk or username


## Example Usage

```terraform
Expand Down Expand Up @@ -44,5 +45,3 @@ data "authentik_user" "akadmin" {
- `type` (String) Generated.
- `uid` (String) Generated.
- `uuid` (String) Generated.


3 changes: 1 addition & 2 deletions docs/data-sources/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-

Get users list


## Example Usage

```terraform
Expand Down Expand Up @@ -71,5 +72,3 @@ Read-Only:
- `uid` (String)
- `username` (String)
- `uuid` (String)


3 changes: 1 addition & 2 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -67,5 +68,3 @@ resource "authentik_application" "name" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -40,5 +41,3 @@ resource "authentik_blueprint" "instance" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/certificate_key_pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -59,5 +60,3 @@ resource "authentik_certificate_key_pair" "name" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/enterprise_license.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: |-




<!-- schema generated by tfplugindocs -->
## Schema

Expand All @@ -25,5 +26,3 @@ description: |-
- `id` (String) The ID of this resource.
- `internal_users` (Number) Generated.
- `name` (String) Generated.


3 changes: 1 addition & 2 deletions docs/resources/event_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: |-




<!-- schema generated by tfplugindocs -->
## Schema

Expand All @@ -28,5 +29,3 @@ description: |-
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/event_transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -46,5 +47,3 @@ resource "authentik_event_transport" "transport" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -55,5 +56,3 @@ resource "authentik_flow_stage_binding" "dummy-flow" {

- `id` (String) The ID of this resource.
- `uuid` (String) Generated.


3 changes: 1 addition & 2 deletions docs/resources/flow_stage_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -51,5 +52,3 @@ resource "authentik_flow_stage_binding" "dummy-flow" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -42,5 +43,3 @@ resource "authentik_group" "group" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/outpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -50,5 +51,3 @@ resource "authentik_outpost" "outpost" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/policy_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -69,5 +70,3 @@ resource "authentik_policy_binding" "app-access" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/policy_dummy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -36,5 +37,3 @@ resource "authentik_policy_dummy" "name" {
### Read-Only

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


3 changes: 1 addition & 2 deletions docs/resources/policy_event_matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |-




## Example Usage

```terraform
Expand Down Expand Up @@ -40,5 +41,3 @@ resource "authentik_policy_event_matcher" "name" {
### Read-Only

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


Loading

0 comments on commit ef4fbaa

Please sign in to comment.