https://github.com/flaconi/terraform-aws-cognito-client
https://github.com/flaconi/terraform-aws-cognito-client
aws terraform terraform-module
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaconi/terraform-aws-cognito-client
- Owner: Flaconi
- Created: 2021-02-10T12:14:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T14:29:58.000Z (over 3 years ago)
- Last Synced: 2025-11-10T12:22:25.477Z (8 months ago)
- Topics: aws, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform AWS Cognito Client
This module will create AWS Cognito User Pool Client
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 0.12.26 |
| [aws](#requirement\_aws) | >= 3 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 3 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_cognito_user_pool_client.client](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_client) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [user\_pool\_id](#input\_user\_pool\_id) | (Required) The Id of the user pool where the resource server is applied for. | `string` | n/a | yes |
| [clients](#input\_clients) | (Optional) A list of objects with the clients definitions. | `any` | `[]` | no |
## Outputs
| Name | Description |
|------|-------------|
| [client\_secrets](#output\_client\_secrets) | The secrets of all created Cognito User Pool Client resources. |
| [clients](#output\_clients) | All Cognito User Pool Client resources associated with the Cognito User Pool. |