hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.17k forks source link

aws_dx_locations: add Direct Connect Locations & Speed + filter capability #26438

Closed rjouhann closed 3 weeks ago

rjouhann commented 2 years ago

Community Note

Description

Could we add the details on the AWS Direct Connect Locations as it listed on this page?

Currently, we only get the location_codes

aws_dx_locations = {
  "id" = "us-west-1"
  "location_codes" = toset([
    "CSOW",
    "CSSV2",
    "CSSV4",
    "EqLA3",
    "EqSV5",
    "PNP51",
  ])
}

It would be also great to be able to filter on those fields, example:

filter {
  location_address = "CoreSite NY1, New York, NY"
}

New or Affected Resource(s)

References

github-actions[bot] commented 1 month ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!