[Enhancement]: aws_dx_connection add support for 400Gbps direct connects #41244
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/directconnect
Issues and PRs that pertain to the directconnect service.
Description
The required
bandwidth
argument does not recognize400Gbps
as a valid value. This makes it impossible to configure 400Gbps dedicated direct connects within Terraform.Affected Resource(s) and/or Data Source(s)
aws_dx_connection
Potential Terraform Configuration
References
AWS launch announcement introducing 400Gbps Direct Connects
AWS Direct Connect API Documentation referencing 400Gbps as a supported value for dedicated direct connects
Terraform resource documentation does not include 400Gbps as supported option
/internal/service/directconnect/validate.go does not allow
400Gbps
as a supported valueWould you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: