-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide SSL security policy #45
Provide SSL security policy #45
Conversation
Addresses #46 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @richardj-bsquare
Looks good, but please rebuild README by executing these commands:
make init
make readme/deps
make readme
It will add the new variables and outputs to README.md
automatically.
In general, any changes to README should be made in README.yaml
(not in this case), and after that executing the commands above will rebuild README.yaml
into README.md
and add all new variables and outputs to README.md
thanks
Review comments addressed. |
Can we please merge this fix? |
@aknysh Is it now ok? |
113c781
to
c739bb0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change does fix the issue described. It would be cool if it backported into 0.6.0 and terraform registry as the deployment fails without these.
Please, backport to 0.6.0 and upgrade registry. |
This pull request is now in conflict. Could you fix it @richardj-bsquare? 🙏 |
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
Thanks for the update @richardj-bsquare ! Sorry for the long wait. I made some updates in order to expose this input to this module. |
what
Fixes the following error:
Which has been reported as an issue on the upstream project: cloudposse/terraform-aws-elastic-beanstalk-environment#81
references