-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mineiros-io/mariux/tf14
feat: Add support for Terraform v0.14.x
- Loading branch information
Showing
10 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,16 @@ | |
[![AWS Provider Version][badge-tf-aws]][releases-aws-provider] | ||
[![Join Slack][badge-slack]][slack] | ||
|
||
# terraform-aws-cognito-user-pool | ||
# mineiros-io/cognito-user-pool/aws | ||
|
||
A [Terraform] module for deploying and managing | ||
[Cognito User Pools] | ||
on [Amazon Web Services (AWS)][AWS]. | ||
|
||
***This module supports Terraform v0.13 as well as v0.12.20 and above | ||
and is compatible with the terraform AWS provider v3 as well as v2.54 and above.*** | ||
*This module supports Terraform v0.14, v0.13 as well as v0.12.20 and above | ||
and is compatible with the terraform AWS provider v3 as well as v2.54 and above.* | ||
|
||
**We, [Mineiros][mineiros-library], offer [professional support][mineiros-pricing] for this module.** | ||
|
||
- [Module Features](#module-features) | ||
- [Getting Started](#getting-started) | ||
|
@@ -63,7 +65,7 @@ Most basic usage just setting required arguments: | |
```hcl | ||
module "terraform-aws-cognito-user-pool" { | ||
source = "mineiros-io/cognito-user-pool/aws" | ||
version = "~> 0.3.0" | ||
version = "~> 0.4.0" | ||
name = "application-userpool" | ||
} | ||
|
@@ -558,12 +560,15 @@ Copyright © 2020 [Mineiros GmbH][homepage] | |
|
||
[homepage]: https://mineiros.io/?ref=terraform-aws-cognito-user-pool | ||
|
||
[mineiros-library]: https://www.mineiros.io/solutions/terraform-library | ||
[mineiros-pricing]: https://www.mineiros.io/solutions/terraform-library#pricing | ||
|
||
[[email protected]]: mailto:[email protected] | ||
[badge-build]: https://github.com/mineiros-io/terraform-aws-lambda-function/workflows/CI/CD%20Pipeline/badge.svg | ||
|
||
[badge-semver]: https://img.shields.io/github/v/tag/mineiros-io/terraform-aws-cognito-user-pool.svg?label=latest&sort=semver | ||
[badge-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg | ||
[badge-terraform]: https://img.shields.io/badge/terraform-0.13%20and%200.12.20+-623CE4.svg?logo=terraform | ||
[badge-terraform]: https://img.shields.io/badge/terraform-0.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform | ||
[badge-slack]: https://img.shields.io/badge/[email protected]?logo=slack | ||
|
||
[build-status]: https://github.com/mineiros-io/terraform-aws-cognito-user-pool/actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters