v2.0.0
What's Changed
- v2 Refactor (BREAKING CHANGES) by @AutomationD in #46
- Namespace is not required anymore
- ALB moved to it's own file
- EFS moved into it's own file
- ECR moved into it's own file
- IAM instance profile name doesn't include namespace (only if it's part of
var.name
) - Cloudwatch ECS events name renamed (use
-
instead of_
0 - Cluster name can't be inferred anymore (must be passed via parameter). Also is mandatory now.
- ECR Repo name doesn't use namespace (only if it's included by the
var.name
- Docker image can be inferred from the ECR repo name (if managed)
- EFS share creation separated from EFS share mount
- Added ability to provide efs file system id explicitly (if it's not managed)
- Bridgecrew tests removed (product discontinued)
- Minor directory restructure
- Variables ordering and updates
- Minor reformatting & language updates
- Precommit workflow added
- Simple example added to README
- Submodules README files added
- Complete Examples updated
- Added .editorconfig
Full Changelog: v1.5.0...v2.0.0