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

Support 100G Connections in AWS #19257

Closed
rogbert6 opened this issue May 6, 2021 · 2 comments · Fixed by #20364
Closed

Support 100G Connections in AWS #19257

rogbert6 opened this issue May 6, 2021 · 2 comments · Fixed by #20364
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/directconnect Issues and PRs that pertain to the directconnect service.
Milestone

Comments

@rogbert6
Copy link

rogbert6 commented May 6, 2021

func validateDxConnectionBandWidth() schema.SchemaValidateFunc {

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

resource "aws_dx_connection" "iad2-100g-dx-connection_1" {
  bandwidth = "100Gbps"
  location  = CSVA1
  name      = "CSVA1-100G-1"
}

terraform reports

╷
│ Error: expected bandwidth to be one of [1Gbps 2Gbps 5Gbps 10Gbps 50Mbps 100Mbps 200Mbps 300Mbps 400Mbps 500Mbps], got 100Gbps
│ 
│   on iad2.tf line 3, in resource "aws_dx_connection" "iad2-100g-dx-connection_1":
│    3:   bandwidth = "100Gbps"
│ 
╵
@ghost ghost added the service/directconnect Issues and PRs that pertain to the directconnect service. label May 6, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label May 6, 2021
@anGie44 anGie44 added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels May 6, 2021
@github-actions github-actions bot added this to the v3.52.0 milestone Jul 29, 2021
@github-actions
Copy link

This functionality has been released in v3.52.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. Thank you!

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/directconnect Issues and PRs that pertain to the directconnect service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants