We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ef4c9 commit adef6b6Copy full SHA for adef6b6
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### BREAKING
11
+
12
+- Minimum version of the aws provider has been bumped to `3.50.0` to ensure
13
+ support for the `enable_token_revocation` in the `aws_cognito_user_pool_client`
14
+ resource.
15
16
## [0.8.0]
17
18
### BREAKING
versions.tf
@@ -6,6 +6,6 @@ terraform {
6
required_version = ">= 0.12.20, < 2.0"
required_providers {
- aws = ">= 3.32, < 4.0"
+ aws = ">= 3.50, < 4.0"
}
0 commit comments