File tree Expand file tree Collapse file tree 8 files changed +23
-17
lines changed
user-pool-with-default-settings Expand file tree Collapse file tree 8 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.6.0]
10+ ### Added
11+ - feat: feat: add support for Terraform ` v0.15 `
12+
13+ ### Changed
14+ - feat: upgrade terratest to ` v1.34.0 `
15+ - build: upgrade build-tools to ` v0.11.0 `
16+ - build: upgrade pre-commit-hooks to ` v0.2.3 `
17+
918## [ 0.5.0]
1019### Added
1120- Add support for ` account_recovery_mechanisms `
@@ -80,9 +89,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8089- Add unit tests for basic use cases.
8190
8291<!-- markdown-link-check-disable -->
83- [ Unreleased ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5.0 ...HEAD
84- [ 0.5.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.4.1 ...v0.5.0
92+ [ Unreleased ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5.1 ...HEAD
93+ [ 0.5.1 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5.0 ...v0.5.1
8594<!-- markdown-link-check-enable -->
95+ [ 0.5.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.4.1...v0.5.0
8696[ 0.4.1 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.4.0...v0.4.1
8797[ 0.4.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.3.0...v0.4.0
8898[ 0.3.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A [Terraform] module for deploying and managing
1212[ Cognito User Pools]
1313on [ Amazon Web Services (AWS)] [ AWS ] .
1414
15- * This module supports Terraform v0.14, v0.13 as well as v0.12.20 and above
15+ * This module supports Terraform v0.15, v0. 14, v0.13 as well as v0.12.20 and above
1616and is compatible with the terraform AWS provider v3.19 and above.*
1717
1818The last version supporting terraform AWS provider v2.x is v0.4.1.
@@ -67,7 +67,7 @@ Most basic usage just setting required arguments:
6767``` hcl
6868module "terraform-aws-cognito-user-pool" {
6969 source = "mineiros-io/cognito-user-pool/aws"
70- version = "~> 0.5 .0"
70+ version = "~> 0.6 .0"
7171
7272 name = "application-userpool"
7373}
@@ -589,7 +589,7 @@ Copyright © 2020 [Mineiros GmbH][homepage]
589589
590590[ badge-semver ] : https://img.shields.io/github/v/tag/mineiros-io/terraform-aws-cognito-user-pool.svg?label=latest&sort=semver
591591[ badge-license ] : https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg
592- [ badge-terraform ] : https://img.shields.io/badge/terraform-0.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform
592+ [ badge-terraform ] : https://img.shields.io/badge/terraform-0.15%20|%200. 14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform
593593[ badge-slack ] :
https://img.shields.io/badge/[email protected] ?logo=slack 594594
595595[ build-status ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/actions
Original file line number Diff line number Diff line change 1111- [ user-pool-with-default-settings/] Deploy a Cognito User Pool with custom settings.
1212
1313<!-- References -->
14- <!-- markdown-link-check-disable -->
1514[ complete/ ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/blob/master/examples/complete
1615[ user-pool-with-default-settings/ ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/blob/master/examples/user-pool-with-default-settings
17- <!-- markdown-link-check-enable -->
1816
1917[ homepage ] : https://mineiros.io/?ref=terraform-aws-cognito-user-pool
2018
2321[ badge-slack ] :
https://img.shields.io/badge/[email protected] ?logo=slack 2422[ badge-semver ] : https://img.shields.io/github/v/tag/mineiros-io/terraform-aws-cognito-user-pool.svg?label=latest&sort=semver
2523
26- <!-- markdown-link-check-disable -->
2724[ releases-github ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/releases
28- <!-- markdown-link-check-enable -->
2925[ releases-terraform ] : https://github.com/hashicorp/terraform/releases
3026[ apache20 ] : https://opensource.org/licenses/Apache-2.0
3127[ slack ] : https://join.slack.com/t/mineiros-community/shared_invite/zt-ehidestg-aLGoIENLVs6tvwJ11w9WGg
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ shows how to deploy a Cognito User Pool with custom settings.
1212``` hcl
1313module "cognito_user_pool" {
1414 source = "mineiros-io/cognito-user-pool/aws"
15- version = "~> 0.5 .0"
15+ version = "~> 0.6 .0"
1616
1717 name = "complete-example-userpool"
1818
@@ -140,9 +140,7 @@ Run `terraform destroy` to destroy all resources again.
140140
141141<!-- References -->
142142
143- <!-- markdown-link-check-disable -->
144143[ main.tf ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/tree/master/examples/complete/main.tf
145- <!-- markdown-link-check-enable -->
146144
147145[ homepage ] : https://mineiros.io/?ref=terraform-module-template
148146
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ provider "aws" {
1717
1818module "cognito_user_pool" {
1919 source = " mineiros-io/cognito-user-pool/aws"
20- version = " ~> 0.5 .0"
20+ version = " ~> 0.6 .0"
2121
2222 name = " complete-example-userpool"
2323
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defined in the [variables.tf] file of this module.
1313``` hcl
1414module "cognito_user_pool" {
1515 source = "mineiros-io/cognito-user-pool/aws"
16- version = "~> 0.5 .0"
16+ version = "~> 0.6 .0"
1717
1818 name = "example-userpool"
1919}
@@ -47,10 +47,8 @@ Run `terraform destroy` to destroy all resources again.
4747
4848<!-- References -->
4949
50- <!-- markdown-link-check-disable -->
5150[ main.tf ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/tree/master/examples/user-pool-with-default-settings/main.tf
5251[ variables.tf ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/tree/master/variables.tf
53- <!-- markdown-link-check-enable -->
5452
5553[ homepage ] : https://mineiros.io/?ref=terraform-module-template
5654
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ provider "aws" {
1818
1919module "cognito_user_pool" {
2020 source = " mineiros-io/cognito-user-pool/aws"
21- version = " ~> 0.5 .0"
21+ version = " ~> 0.6 .0"
2222
2323 name = " example-userpool"
2424}
Original file line number Diff line number Diff line change 1+ # ------------------------------------------------------------------------------
2+ # SET TERRAFORM AND PROVIDER REQUIREMENTS FOR RUNNING THIS MODULE
3+ # ------------------------------------------------------------------------------
4+
15terraform {
26 required_version = " >= 0.12.20, < 0.16"
37
You can’t perform that action at this time.
0 commit comments