Skip to content

v0.39.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 19:09
· 14 commits to main since this release
8a38b85
Change mixed instances policy fields to optional @pagmerek (#126)

what

  • change variable field of mixed_instances_policy to optional

why

In my other PR for terraform ECS component I changed the default value of variable that is being passed here. Without this change terraform will complain that there is no such field as instances_distribution/override

references

NOTE: This PR must be merged first and then I will change version of ASG component in ECS component