Support 100G Connections in AWS #19257
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/directconnect
Issues and PRs that pertain to the directconnect service.
Milestone
terraform-provider-aws/aws/validators.go
Line 1996 in a84a854
The validate function only goes up to 10Gbps. AWS now supports 100G: example
"locationCode": "CSVA1",
"locationName": "CoreSite VA1, Reston, VA",
"region": "us-east-1",
"availablePortSpeeds": [
"100G",
"1G",
"10G"
],
When invoking aws_dx_connection with
terraform reports
The text was updated successfully, but these errors were encountered: