File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
user-pool-with-default-settings Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0]
11+
1012### Added
1113
1214- Add support for Terraform ` v1.x `
@@ -121,11 +123,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121123
122124<!-- markdown-link-check-disable -->
123125
124- [ unreleased ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5.1 ...HEAD
125- [ 0.5.1 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5 .0...v0.5.1
126+ [ unreleased ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.7.0 ...HEAD
127+ [ 0.7.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.6 .0...v0.7.0
126128
127129<!-- markdown-link-check-enable -->
128130
131+ [ 0.6.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.5.0...v0.6.0
129132[ 0.5.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.4.1...v0.5.0
130133[ 0.4.1 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.4.0...v0.4.1
131134[ 0.4.0 ] : https://github.com/mineiros-io/terraform-aws-cognito-user-pool/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -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.6 .0"
70+ version = "~> 0.7 .0"
7171
7272 name = "application-userpool"
7373}
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.6 .0"
15+ version = "~> 0.7 .0"
1616
1717 name = "complete-example-userpool"
1818
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.6 .0"
20+ version = " ~> 0.7 .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.6 .0"
16+ version = "~> 0.7 .0"
1717
1818 name = "example-userpool"
1919}
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.6 .0"
21+ version = " ~> 0.7 .0"
2222
2323 name = " example-userpool"
2424}
You can’t perform that action at this time.
0 commit comments