terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
Allow use of existing IAM role for EC2 instance profile
What
- Allow the user of the module to specify an existing IAM Role name for the instance profile
- This IAM role name will be used to create the instance profile that is assigned to the EC2 instances managed by Elastic Beanstalk
why
- Currently the module creates an IAM role and a series of permissions for the role.
- It is not possible to specify what permissions to use
- It is not possible to edit the permissions that are created
- This limitation severely limits the capability of the EC2 instances if they require other permissions to operate.
references
- This PR will close issue 70: closes#70
- https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/issues/70
Additional information
I was unable to build the readme.md. I ran
make init
make readme/deps
make readme
and received this error
$ make readme
Package terraform-docs already installed
make: gomplate: No such file or directory
make: *** [readme/build] Error 1
Please advise how to fix those errors.
Best, Joel
This pull request is now in conflict. Could you fix it @JBarna? 🙏
@JBarna please resolve the conflicts
still conflicts @boeser-stavvy thank you for taking care of this
This pull request is now in conflict. Could you fix it @JBarna? 🙏
This PR has been closed due to inactivity and merge conflicts. Please resolve the conflicts and reopen if necessary.
Thanks @JBarna for creating this pull request!
A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.
While you wait, make sure to review our contributor guidelines.
[!TIP]
Need help or want to ask for a PR review to be expedited?
Join us on Slack in the
#pr-reviews
channel.
[!IMPORTANT]
Cloud Posse Engineering Team Review Required
This pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes.
To expedite this process, reach out to us on Slack in the
#pr-reviews
channel.