What's Changed
- Fixing generate_identifier and generate_identifier_ss by @LeoDiazL in #67
- S3 access logs lifecycle policy by @LeoDiazL in #68
- enhance traffic visibility by @LeoDiazL in #70
- Bump EFS module to current standards by @LeoDiazL in #72
- EKS Bump by @LeoDiazL in #73
- Cleanup and fixes to last EKS push by @LeoDiazL in #74
- EKS Multiple fixes by @LeoDiazL in #75
- Fixing VPC Availability zone isuse by @LeoDiazL in #76
- Adjusting bucket check by @LeoDiazL in #77
- Add new footer, bump checkout action, new AWS DB Cert and expose outputs by @LeoDiazL in #78
- Adding dynamic block to aws_subnets filter by @LeoDiazL in #79
In particular, this release:
- The aws_resource_identifier was set to be fixed to a certain length. If the user exceeded this length, action would fail. Now it repeats the behavior of what happens with long repository names.
- There was no ELB logs cleanup. Now is set to 90 days.
- Add EFS options and better handling, exposing needed outputs for reusability
- Fixes to support new EKS action.
- New options to add a nat gateway to the VPC
- Changed the way we validate buckets to store the Terraform statefile
- Added a nice footer when the action finishes.
- Fixed a long-lived bug with the VPC AZ.
Full Changelog: v0.0.12...v0.0.13