Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.9.3
AWS Provider Version
5.66.0
Affected Resource(s)
aws_customer_gateway
Expected Behavior
Creating a aws_customer_gateway resource without specifying
bgp_asn
(Optional) should maintain the defaults.Actual Behavior
Creating a aws_customer_gateway resource without specifying
bgp_asn
(Optional) will result in a recreation on a latter applyRelevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Create the aws_customer_gateway run terraform apply a second time the
aws_customer_gateway
will be recreatedDebug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None