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

service/networkmanager: Defects in attachment resources #34502

Open
2 of 9 tasks
gdavison opened this issue Nov 21, 2023 · 1 comment
Open
2 of 9 tasks

service/networkmanager: Defects in attachment resources #34502

gdavison opened this issue Nov 21, 2023 · 1 comment
Labels
bug Addresses a defect in current functionality. service/networkmanager Issues and PRs that pertain to the networkmanager service.

Comments

@gdavison
Copy link
Contributor

gdavison commented Nov 21, 2023

Terraform Core Version

N/A

AWS Provider Version

5.26.0

Affected Resource(s)

  • aws_networkmanager_attachment_accepter
  • aws_networkmanager_connect_attachment
  • aws_networkmanager_site_to_site_vpn_attachment
  • aws_networkmanager_transit_gateway_route_table_attachment
  • aws_networkmanager_vpc_attachment

Expected Behavior

N/A

Actual Behavior

While investigating #34501, I discovered the following issues:

  1. aws_networkmanager_attachment_accepter:

  2. aws_networkmanager_vpc_attachment:

  3. aws_networkmanager_connect_attachment:

    • incorrectly returns error stating that non-accepted attachments cannot be deleted
    • acceptance tests do not test behaviour when acceptance is required
  4. aws_networkmanager_site_to_site_vpn_attachment:

    • incorrectly returns error stating that non-accepted attachments cannot be deleted
    • acceptance tests do not test behaviour when acceptance is required
  5. aws_networkmanager_transit_gateway_route_table_attachment:

    • acceptance tests do not associate VPC attachment with a network segment, which is required for correct configuration
    • acceptance tests do not test behaviour when acceptance is required

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

N/A

Steps to Reproduce

N/A

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@gdavison gdavison added the bug Addresses a defect in current functionality. label Nov 21, 2023
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the service/networkmanager Issues and PRs that pertain to the networkmanager service. label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. service/networkmanager Issues and PRs that pertain to the networkmanager service.
Projects
None yet
Development

No branches or pull requests

1 participant