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

docs: Updated description and examples of name_prefix argument #162

Merged
merged 3 commits into from
May 18, 2020

Conversation

nahuel242
Copy link
Contributor

…ME.md to adjust to the 6 character limit that the value can take. Fixes issue #161

Description

Motivation and Context

Updated description and examples of name_prefix argument in README.md to adjust to the 6 character limit that the value can take.
Related to issue #161

Breaking Changes

No

How Has This Been Tested?

No testing other than looking at the modified file as this is an update in the README.md

…ME.md to adjust to the 6 character limit that the value can take. Fixes issue terraform-aws-modules#161
README.md Outdated
@@ -252,7 +252,7 @@ module "lb" {
| load\_balancer\_type | The type of load balancer to create. Possible values are application or network. | `string` | `"application"` | no |
| load\_balancer\_update\_timeout | Timeout value when updating the ALB. | `string` | `"10m"` | no |
| name | The resource name and Name tag of the load balancer. | `string` | `null` | no |
| name\_prefix | The resource name prefix and Name tag of the load balancer. | `string` | `null` | no |
| name\_prefix | The resource name prefix and Name tag of the load balancer. Cannot be longer than 6 characters. | `string` | `null` | no |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the content of variables.tf where this description of variables is taken from by pre-commit-terraform hook.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the correction I didn't noticed that. I've commited a new change with the observation.

nahuel242 and others added 2 commits May 18, 2020 10:36
…ME.md and variables.tf to adjust to the 6 character limit that the value can take. Fixes issue terraform-aws-modules#161
@antonbabenko antonbabenko changed the title fix: updated description and examples of name_prefix argument in READ… docs: Updated description and examples of name_prefix argument May 18, 2020
@antonbabenko antonbabenko merged commit 6042451 into terraform-aws-modules:master May 18, 2020
@antonbabenko
Copy link
Member

Thanks, @nahuel242 !

v5.6.0 has been released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants