Skip to content

Releases: superblocksteam/terraform-aws-superblocks

v1.4.2

01 Nov 15:00
c86beb3
Compare
Choose a tag to compare

What's Changed

  • Allow configuration of autoscaling metric by @bruce-y in #38

Full Changelog: v1.4.1...v1.4.2

v1.4.1

01 Aug 23:13
Compare
Choose a tag to compare

What's Changed

  • Couple GRPC listener creation with presence of a certificate. by @bruce-y in #36

Full Changelog: v1.4.0...v1.4.1

v1.4.0

30 Jul 18:39
Compare
Choose a tag to compare

What's Changed

  • Remove dependency modules

Full Changelog: v1.3.2...v1.4.0

v1.3.2

08 Jul 18:48
5aeaeb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Mar 23:21
3bebe62
Compare
Choose a tag to compare

What's Changed

  • Add readme for repository credentials by @bruce-y in #27
  • Expose SUPERBLOCKS_ORCHESTRATOR_QUOTAS_DEFAULT_API_TIMEOUT by @ctan888 in #28

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

02 Feb 21:11
6994174
Compare
Choose a tag to compare

What's Changed

  • Update module version in readme and examples by @gzysk8 in #24
  • Add the ability to configure repository credentials for the ECS deployment by @adamholdenbuildops in #26

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0: Support for adding policies to ECS Task Execution Role (#20)

17 Nov 16:21
e936124
Compare
Choose a tag to compare
* Support for adding policies to ECS Task Execution Role

* Added support for adding additional IAM policies to the ECS Task Execution Role
  * Made `module.ecs.superblocks_agent_role` an output of ecs and top level modules
  * Added parameter to pass in an array of policy ARNs that would be attached to the ECS Task Execution Role
* Updated README.md
  * Added section on ECS Task Roles
    * Explained the difference between the two roles
    * Examples for ECS Task Execution Role
    * Example for creating and using the  ECS Task Role

* Converted managed_policy to attached policies via for_each

* The for_each actually did not work when starting from scratch, so updated to use count which does work

v1.1.1

20 Oct 00:32
a69560b
Compare
Choose a tag to compare
Address missing outputs if lb creation was not enabled in the terrafo…

v1.1.0

10 Oct 22:03
48c263b
Compare
Choose a tag to compare
Improve support for internal and external loadbalancers (#18)

v1.0.0

03 Oct 05:58
0d384c0
Compare
Choose a tag to compare
fix readme order (#16)