Skip to content

Commit adef6b6

Browse files
committed
fix: bump minimum version of aws provider to v3.50.0 to ensure support for enable_token_revocation
1 parent c1ef4c9 commit adef6b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.8.0]
1117

1218
### BREAKING

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ terraform {
66
required_version = ">= 0.12.20, < 2.0"
77

88
required_providers {
9-
aws = ">= 3.32, < 4.0"
9+
aws = ">= 3.50, < 4.0"
1010
}
1111
}

0 commit comments

Comments
 (0)