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 67d7f82 commit b8bf147Copy full SHA for b8bf147
main.tf
@@ -234,6 +234,7 @@ resource "aws_cognito_user_pool_client" "client" {
234
235
dynamic "token_validity_units" {
236
for_each = length(each.value.token_validity_units) > 0 ? [true] : []
237
+
238
content {
239
refresh_token = each.value.token_validity_units.refresh_token
240
access_token = each.value.token_validity_units.access_token
versions.tf
@@ -6,6 +6,6 @@ terraform {
6
required_version = ">= 0.12.20, < 2.0"
7
8
required_providers {
9
- aws = ">= 3.19, < 4.0"
+ aws = ">= 3.32, < 4.0"
10
}
11
0 commit comments