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 resource: aws_dx_connection_accepter #9366

Closed
kevinkirkup opened this issue Jul 16, 2019 · 4 comments · Fixed by #16489
Closed

New resource: aws_dx_connection_accepter #9366

kevinkirkup opened this issue Jul 16, 2019 · 4 comments · Fixed by #16489
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/directconnect Issues and PRs that pertain to the directconnect service.
Milestone

Comments

@kevinkirkup
Copy link

kevinkirkup commented Jul 16, 2019

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

Need to add an acceptor similar to aws_dx_hosted_private_virtual_interface_accepter for accepting DirectConnect Connections(aws_dx_connection). Currently the user has to to accept this through the CLI or go in to the AWS Console to do this.

New or Affected Resource(s)

  • aws_dx_connection
  • aws_dx_hosted_private_virtual_interface_accepter

Potential Terraform Configuration

resource "aws_dx_connection" "hoge" {
  name      = "tf-dx-connection"
  bandwidth = "1Gbps"
  location  = "EqDC2"
}

resource "aws_dx_connection_accepter" "accepter" {
  provider             = "aws.accepter"
  connection_id = "${aws_dx_connection.creator.id}"
  
  tags = {
    Side = "Accepter"
  }
}

References

@kevinkirkup kevinkirkup added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 16, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 16, 2019
@kevinkirkup
Copy link
Author

kevinkirkup commented Jul 16, 2019

In the aws-cli this corresponds to:

$ aws directconnect confirm-connection --connection-id dxcon-ffyg7mg9

https://github.com/aws/aws-cli/blob/4ff0cbacbac69a21d4dd701921fe0759cf7852ed/awscli/examples/directconnect/create-connection.rst

@kevinkirkup
Copy link
Author

kevinkirkup commented Jul 16, 2019

@kevinkirkup kevinkirkup reopened this Jul 16, 2019
@kevinkirkup kevinkirkup changed the title New resource: aws_dx_public_virtual_interface_accepter/aws_dx_public_virtual_interface_accepter New resource: aws_dx_connection_accepter Jul 16, 2019
kevinkirkup pushed a commit to pureport/terraform-provider-aws that referenced this issue Jul 17, 2019
Resolves hashicorp#9366

Using the `aws_dx_hosted_public_virtual_interface_accepter` as an example, create an accepter for
AWS DirectConnect Connections.
kevinkirkup pushed a commit to pureport/terraform-provider-aws that referenced this issue Jul 26, 2019
Resolves hashicorp#9366

Using the `aws_dx_hosted_public_virtual_interface_accepter` as an example, create an accepter for
AWS DirectConnect Connections.
@aeschright aeschright added the new-resource Introduces a new resource. label Aug 2, 2019
@DrFaust92 DrFaust92 added the service/directconnect Issues and PRs that pertain to the directconnect service. label May 21, 2020
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 2021
@github-actions github-actions bot added this to the v3.62.0 milestone Oct 6, 2021
@github-actions
Copy link

github-actions bot commented Oct 8, 2021

This functionality has been released in v3.62.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

github-actions bot commented Jun 3, 2022

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 Jun 3, 2022
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. new-resource Introduces a new resource. service/directconnect Issues and PRs that pertain to the directconnect service.
Projects
None yet
4 participants