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

New data sources: aws_dx_location and aws_dx_locations #9708

Closed
ewbankkit opened this issue Aug 9, 2019 · 2 comments · Fixed by #9735
Closed

New data sources: aws_dx_location and aws_dx_locations #9708

ewbankkit opened this issue Aug 9, 2019 · 2 comments · Fixed by #9735
Labels
new-data-source Introduces a new data source. service/directconnect Issues and PRs that pertain to the directconnect service.

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

New Direct Connect data sources:

  • aws_dx_locations to return the location codes of all AWS Direct Connect locations in the current region
  • aws_dx_location to return information about a specific AWS Direct Connect location in the current region

New or Affected Resource(s)

  • aws_dx_locations
  • aws_dx_location

Potential Terraform Configuration

data "aws_dx_locations" "available" {}

data "aws_dx_location" "location_0" {
  location_code = "${data.aws_dx_locations.available.location_codes[0]}"
}

References

Based on Direct Connect DescribeLocations API.

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Aug 9, 2019
@ghost ghost added the service/directconnect Issues and PRs that pertain to the directconnect service. label Aug 9, 2019
@bflad bflad added new-data-source Introduces a new data source. and removed enhancement Requests to existing resources that expand the functionality or scope. labels Aug 12, 2019
@ewbankkit
Copy link
Contributor Author

@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 Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. 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