Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbdiniz committed Oct 5, 2021
1 parent 9200cbb commit 2a1e3c4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,34 @@ The following resources will be created:

<!--- BEGIN_TF_DOCS --->

## Requirements

| Name | Version |
|------|---------|
| terraform | >= 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| aws | n/a |
| tls | n/a |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| audiences | Also known as client ID, audience is a value that identifies the application that is registered with an OpenID Connect provider. | `list(string)` | n/a | yes |
| identity\_provider\_url | Specify the secure OpenID Connect URL for authentication requests. | `string` | n/a | yes |
| oidc\_thumbprint | Thumbprint of OIDC host. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html | `string` | `""` | no |
| roles | List of roles to create. | `list(any)` | `[]` | no |

## Outputs

| Name | Description |
|------|-------------|
| identity\_provider\_arn | n/a |
| roles | n/a |

<!--- END_TF_DOCS --->

Expand Down

0 comments on commit 2a1e3c4

Please sign in to comment.