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

Update the document to warn users about to 32 characters hard requirements for domain names from AWS #9

Open
joecharles33 opened this issue Sep 30, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@joecharles33
Copy link
Member

Is your feature request related to a problem? Please describe.
AWS have a 32 characters hard requirements for domain names .. anything longer will raise the following exception

failed: [localhost] (item=/root/deploy/terraform/shaman/control-plane) => {"ansible_loop_var": "item", "changed": false, "item": "/root/deploy/terraform/shaman/control-plane", "msg": "Terraform plan could not be created\r\nSTDOUT: Refreshing Terraform state in-memory prior to plan...\nThe refreshed state will be used to calculate this plan, but will not be\npersisted to local or remote state storage.\n\ndata.aws_lb_target_group.int_6443_tg: Refreshing state...\ndata.aws_lb_target_group.int_22623_tg: Refreshing state...\ndata.aws_security_group.master-sg: Refreshing state...\n\r\n\r\nSTDERR: \nError: Error retrieving LB Target Group: ValidationError: Target group name 'spartaeast-production-22623-int-tg' cannot be longer than '32' characters\n\tstatus code: 400, request id: 49e18849-3bfd-4997-863a-629384def8b6\n\n\n\nError: Error retrieving LB Target Group: ValidationError: Target group name 'spartaeast-production-6443-int-tg' cannot be longer than '32' characters\n\tstatus code: 400, request id: 2b86ceea-d686-4be9-8116-559bfb57c309\n\n\n"}

Describe the solution you'd like
Warn end user about the requirements to avoid long domain names that will exceed that requirement

@joecharles33 joecharles33 added the enhancement New feature or request label Sep 30, 2020
@usrbinkat usrbinkat added the good first issue Good for newcomers label Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants