github terraform-aws-modules/terraform-aws-atlantis v4.0.0

latest releases: v4.3.0, v4.2.2, v4.2.1...
7 months ago

4.0.0 (2023-11-04)

⚠ BREAKING CHANGES

  • Refactor to use latest modules provided by terraform-aws-modules (#366)

Features

  • Nearly all resources have been removed/replaced with the latest terraform-aws-modules equivalents
    • The VPC module has been removed entirely since most users will already have an existing VPC implementation
    • SSM parameters are no longer created within the module - handling secrets has been moved out of the module and left to users discretion
  • Git provider specific implementation details have been removed from the root module. Users are able to pass the necessary Atlantis environment variables (or flags via container definition cmd) for the git provider of their choosing, as well as any other Atlantis settings they wish to utilize. Only the bare minimum Atlantis settings are provided in the module (Atlantis URL and port)
  • Examples have been updated/replaced with two examples that demonstrate usage with GitHub in both a "complete" setup where the module creates nearly all resources required (save for the necessary integration bits, etc.), as well as a separated setup that demonstrates how users can utilize an existing ECS cluster and/or application load balancer (ALB)
  • Doc examples have been updated and consolidated:
    • A supplemental doc section has been added that will be used to help demonstrate how users can integrate with other git providers such as GitLab and BitBucket, plus demonstrate common alternate configurations such as using a GitHub app for authenticated access
    • The ALB authenticated listener examples have been re-located to the ALB modules usage patterns docs. Since this module is really a wrapper around a collection of other modules the focus of the docs are really scoped to Atlantis specifics and any module level (think infrastructure level) changes are relegated to their respective module repository
  • The GitHub and GitLab provider blocks have been removed from their respective webhook sub-modules. Its better to let users specify this so that they have full access to how they wish to configure the providers

Don't miss a new terraform-aws-atlantis release

NewReleases is sending notifications on new releases.