Skip to content

v0.52.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 24 Jun 21:00
cce5a7e
Fix: add depends_on instance profile for EB env @QuentinBtd (#267)

what

Add depends_on in elastic_beanstalk_environment

why

If instance profile is created after the environment, the creation of this last will failed.

references

I just encountered the problem;

The instance profile my-env-eb-ec2 associated with the environment does not exist.

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @osterman (#266)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#265)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows