Skip to content

v2.0.0

Compare
Choose a tag to compare
@AutomationD AutomationD released this 08 May 12:30
· 18 commits to main since this release
6a64966

What's Changed

  • 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