An open API service indexing awesome lists of open source software.

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

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. |