BACKWARDS INCOMPATIBILITIES / NOTES:
- This module is now compatible with Terraform 0.14 and higher.
BUGFIXES:
- Accept peering connection from acceptor end.
BUGFIXES:
- Accept peering connection from acceptor end.
BUGFIXES:
- Correctly request peering connection in multi region case.
IMPROVEMENTS:
- Log errors in lambda.
BUGFIXES:
- Correctly enhance VPC with region.
BUGFIXES:
- Fix construction of EC2 resource by region map.
IMPROVEMENTS:
- Add
search_regions
optional var to allow VPC search regions to be specified.
BACKWARDS INCOMPATIBILITIES / NOTES:
- Dependencies are now expected to be in the format '-<deployment_identifier>,...' to allow multiple deployments of the same component within a region with specific peering relationships. All existing dependency relationships will need to be updated to include the deployment identifier.
IMPROVEMENTS:
- The lambda can be configured with an AWS_SEARCH_REGIONS environment variable that allows for cross-region peering. Only the regions listed, as a comma separated string, will be searched during auto peering.
- The lambda now has a reserved concurrent execution of 1 to prevent parallel invocations.