-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Resource aws_vpc_dhcp_options should trim trailing . from domain_name #7800
Comments
Hi @rlees85 Did you manage to get a workaround for the manipulation of the end dot in the |
Its
With is a simple regex that removes any |
Hi @rlees85, thanks again for creating this issue! With the proposed changes in #14220 to remove the trailing period in Route53 Zone resources, resources like |
This has been released in version 3.0.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
n/a
Panic Output
n/a
Expected Behavior
The output of the route53_zone name to be accepted into the
domain_name
for DHCP options.Actual Behavior
There is now a trailing dot, that the DHCP option set resource accepts but breaks all DHCP clients.
Similar:
#6535
#6389
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: