Skip to content

Commit b8bf147

Browse files
committed
feat: bump minimum version of aws provider to v3.32
1 parent 67d7f82 commit b8bf147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ resource "aws_cognito_user_pool_client" "client" {
234234

235235
dynamic "token_validity_units" {
236236
for_each = length(each.value.token_validity_units) > 0 ? [true] : []
237+
237238
content {
238239
refresh_token = each.value.token_validity_units.refresh_token
239240
access_token = each.value.token_validity_units.access_token

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.19, < 4.0"
9+
aws = ">= 3.32, < 4.0"
1010
}
1111
}

0 commit comments

Comments
 (0)