Skip to content
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

aws_elastic_beanstalk_environment_invalid_name_format #315

Merged
merged 15 commits into from
Mar 27, 2022

Conversation

samhpickering
Copy link
Contributor

Elastic Beanstalk environment names must match the regex ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$ or will create an error when being provisioned.
There is already a rule aws_elastic_beanstalk_environment_invalid_name generated from the SDK, but that only includes the length constraint of 4 to 40 characters.

@wata727
Copy link
Member

wata727 commented Mar 19, 2022

👍

Finally, please add the documentation to docs/rules/README.md

@wata727
Copy link
Member

wata727 commented Mar 27, 2022

We've made a major change to the upstream, so I've resolved the conflict and pushed it to your repository.
Merge this pull request. Thank you for your contribution.

@wata727 wata727 merged commit 69c3f2b into terraform-linters:master Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants