Releases: superblocksteam/terraform-aws-superblocks
Releases · superblocksteam/terraform-aws-superblocks
v1.4.2
v1.4.1
v1.4.0
v1.3.2
What's Changed
- support grpc by @frankgreco in #29
- Support request by @bruce-y in #30
- Remove deprecated field by @bruce-y in #31
- Remove other deprecated field by @bruce-y in #32
New Contributors
- @frankgreco made their first contribution in #29
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
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
- @gzysk8 made their first contribution in #24
- @adamholdenbuildops made their first contribution in #26
Full Changelog: v1.2.0...v1.3.0
v1.2.0: Support for adding policies to ECS Task Execution Role (#20)
* 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