diff --git a/README.md b/README.md index 45e1a42..75e31f8 100644 --- a/README.md +++ b/README.md @@ -224,13 +224,13 @@ Terraform documentation is generated automatically using [pre-commit hooks](http | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/autoscaling/README.md b/examples/autoscaling/README.md index 4d08596..fda84bc 100644 --- a/examples/autoscaling/README.md +++ b/examples/autoscaling/README.md @@ -20,13 +20,13 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/autoscaling/versions.tf b/examples/autoscaling/versions.tf index 7ea0158..0f3bde3 100644 --- a/examples/autoscaling/versions.tf +++ b/examples/autoscaling/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } } diff --git a/examples/global-cluster/README.md b/examples/global-cluster/README.md index d65f305..b99853a 100644 --- a/examples/global-cluster/README.md +++ b/examples/global-cluster/README.md @@ -20,15 +20,15 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | | [random](#requirement\_random) | >= 2.2 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | -| [aws.secondary](#provider\_aws.secondary) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | +| [aws.secondary](#provider\_aws.secondary) | >= 5.60 | | [random](#provider\_random) | >= 2.2 | ## Modules diff --git a/examples/global-cluster/versions.tf b/examples/global-cluster/versions.tf index 50297cf..3f15dd6 100644 --- a/examples/global-cluster/versions.tf +++ b/examples/global-cluster/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } random = { diff --git a/examples/multi-az/README.md b/examples/multi-az/README.md index e8a3627..c725c72 100644 --- a/examples/multi-az/README.md +++ b/examples/multi-az/README.md @@ -20,13 +20,13 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/multi-az/versions.tf b/examples/multi-az/versions.tf index 7ea0158..0f3bde3 100644 --- a/examples/multi-az/versions.tf +++ b/examples/multi-az/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } } diff --git a/examples/mysql/README.md b/examples/mysql/README.md index 6151b6c..f2d8cf1 100644 --- a/examples/mysql/README.md +++ b/examples/mysql/README.md @@ -20,13 +20,13 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/mysql/versions.tf b/examples/mysql/versions.tf index 7ea0158..0f3bde3 100644 --- a/examples/mysql/versions.tf +++ b/examples/mysql/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } } diff --git a/examples/postgresql/README.md b/examples/postgresql/README.md index e06d6ba..abb3e14 100644 --- a/examples/postgresql/README.md +++ b/examples/postgresql/README.md @@ -20,13 +20,13 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/postgresql/versions.tf b/examples/postgresql/versions.tf index 7ea0158..0f3bde3 100644 --- a/examples/postgresql/versions.tf +++ b/examples/postgresql/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } } diff --git a/examples/s3-import/README.md b/examples/s3-import/README.md index 76dc63b..167abc2 100644 --- a/examples/s3-import/README.md +++ b/examples/s3-import/README.md @@ -49,13 +49,13 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | ## Modules diff --git a/examples/s3-import/versions.tf b/examples/s3-import/versions.tf index 7ea0158..0f3bde3 100644 --- a/examples/s3-import/versions.tf +++ b/examples/s3-import/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } } diff --git a/examples/serverless/README.md b/examples/serverless/README.md index d7f1120..0fcc889 100644 --- a/examples/serverless/README.md +++ b/examples/serverless/README.md @@ -20,14 +20,14 @@ Note that this example may create resources which cost money. Run `terraform des | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | >= 5.59 | +| [aws](#requirement\_aws) | >= 5.60 | | [random](#requirement\_random) | >= 3.5 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 5.59 | +| [aws](#provider\_aws) | >= 5.60 | | [random](#provider\_random) | >= 3.5 | ## Modules diff --git a/examples/serverless/main.tf b/examples/serverless/main.tf index e8f3c49..1e7e4a4 100644 --- a/examples/serverless/main.tf +++ b/examples/serverless/main.tf @@ -56,6 +56,7 @@ module "aurora_postgresql" { min_capacity = 2 max_capacity = 16 seconds_until_auto_pause = 300 + seconds_before_timeout = 600 timeout_action = "ForceApplyCapacityChange" } diff --git a/examples/serverless/versions.tf b/examples/serverless/versions.tf index 51786a5..464656a 100644 --- a/examples/serverless/versions.tf +++ b/examples/serverless/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } random = { source = "hashicorp/random" diff --git a/main.tf b/main.tf index 64e4f4d..3976f1a 100644 --- a/main.tf +++ b/main.tf @@ -114,6 +114,7 @@ resource "aws_rds_cluster" "this" { max_capacity = try(scaling_configuration.value.max_capacity, null) min_capacity = try(scaling_configuration.value.min_capacity, null) seconds_until_auto_pause = try(scaling_configuration.value.seconds_until_auto_pause, null) + seconds_before_timeout = try(scaling_configuration.value.seconds_before_timeout, null) timeout_action = try(scaling_configuration.value.timeout_action, null) } } diff --git a/versions.tf b/versions.tf index 7ea0158..0f3bde3 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.59" + version = ">= 5.60" } } }