-
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 #65 from mineiros-io/soerenmartius/aws-provider-4
Add support for newly released AWS provider v4.x
- Loading branch information
Showing
12 changed files
with
112 additions
and
732 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
repos: | ||
- repo: https://github.com/mineiros-io/pre-commit-hooks | ||
rev: v0.3.0 | ||
rev: v0.3.1 | ||
hooks: | ||
- id: terraform-fmt | ||
- id: terraform-validate | ||
exclude: ^examples|.terraform/ | ||
- id: tflint | ||
- id: golangci-lint | ||
- id: phony-targets | ||
- id: markdown-link-check | ||
args: ['-p'] # When adding the -p flag, markdown-link-check will always with an exit code 0, even if dead links are found | ||
verbose: true # Forces the output of the hook to be printed even when the hook passes. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[![Build Status](https://github.com/mineiros-io/terraform-aws-cognito-user-pool/workflows/CI/CD%20Pipeline/badge.svg)](https://github.com/mineiros-io/terraform-aws-cognito-user-pool/actions) | ||
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/mineiros-io/terraform-aws-cognito-user-pool.svg?label=latest&sort=semver)](https://github.com/mineiros-io/terraform-aws-cognito-user-pool/releases) | ||
[![Terraform Version](https://img.shields.io/badge/terraform-1.x%20|%200.15%20|%200.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform)](https://github.com/hashicorp/terraform/releases) | ||
[![AWS Provider Version](https://img.shields.io/badge/AWS-3.19+-F8991D.svg?logo=terraform)](https://github.com/terraform-providers/terraform-provider-aws/releases) | ||
[![AWS Provider Version](https://img.shields.io/badge/AWS-3.50+-F8991D.svg?logo=terraform)](https://github.com/terraform-providers/terraform-provider-aws/releases) | ||
[![Join Slack](https://img.shields.io/badge/[email protected]?logo=slack)](https://mineiros.io/slack) | ||
|
||
# terraform-aws-cognito-user-pool | ||
|
@@ -13,9 +13,7 @@ A [Terraform] module for deploying and managing | |
on [Amazon Web Services (AWS)][AWS]. | ||
|
||
*This module supports Terraform v1.x, v0.15, v0.14, v0.13 as well as v0.12.20 and above | ||
and is compatible with the Terraform AWS provider v3.19 and above.* | ||
|
||
The last version supporting Terraform AWS provider v2.x is v0.4.1. | ||
and is compatible with the Terraform AWS provider v3.50 and above. | ||
|
||
|
||
- [Module Features](#module-features) | ||
|
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
Oops, something went wrong.