Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ So issues that exist on Vercel are likely to occur on this project too.

**Workaround:**

You should be able to run`terraform apply` again and the stack creation would progreed without this error.

- [Function decreases account's UnreservedConcurrentExecution below its minimum value](https://github.com/milliHQ/terraform-aws-next-js/tree/main/docs/known-issues/0001_reserved-concurrent-executions.md)
You should be able to run`terraform apply` again and the stack creation would proceed without this error.

## Contributing

Expand Down
43 changes: 0 additions & 43 deletions docs/known-issues/0001_reserved-concurrent-executions.md

This file was deleted.

3 changes: 0 additions & 3 deletions modules/statics-deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ module "deploy_trigger" {
create_package = false
local_existing_package = module.lambda_content.rel_path

# Prevent running concurrently
reserved_concurrent_executions = 1

cloudwatch_logs_retention_in_days = 14

allowed_triggers = {
Expand Down