diff --git a/README.md b/README.md index 0286995..405d00f 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,6 @@ If you don't know much about crons, check . :alarm-clock: All the cronjobs expressions are in UTC time ! Check your current timezone and do the maths. -## Compatibility - -This module is meant for use with Terraform >= 0.13 and `aws` provider >= 2. - ## Usage This module can be installed using Padok's registry. @@ -119,8 +115,8 @@ aws lambda invoke --function-name --payload '{"actio | Name | Version | |------|---------| -| [archive](#provider\_archive) | 2.3.0 | -| [aws](#provider\_aws) | 4.59.0 | +| [archive](#provider\_archive) | ~> 2.0 | +| [aws](#provider\_aws) | ~> 4.0 | ## Inputs @@ -133,7 +129,7 @@ aws lambda invoke --function-name --payload '{"actio | [custom\_iam\_lambda\_role](#input\_custom\_iam\_lambda\_role) | Use a custom role used for the lambda. Useful if you cannot create IAM ressource directly with your AWS profile, or to share a role between several resources. | `bool` | `false` | no | | [custom\_iam\_lambda\_role\_arn](#input\_custom\_iam\_lambda\_role\_arn) | Custom role arn used for the lambda. Used only if custom\_iam\_lambda\_role is set to true. | `string` | `null` | no | | [ec2\_schedule](#input\_ec2\_schedule) | Run the scheduler on EC2 instances. (only allows downscaling) | `bool` | `false` | no | -| [lambda\_timeout](#input\_lambda\_timeout) | Amount of time your Lambda Function has to run in seconds. | `number` | `10` | no | +| [lambda\_timeout](#input\_lambda\_timeout) | Amount of time your Lambda Function has to run in seconds. | `number` | `120` | no | | [rds\_schedule](#input\_rds\_schedule) | Run the scheduler on RDS. | `bool` | `true` | no | | [tags](#input\_tags) | Custom Resource tags | `map(string)` | `{}` | no |