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

Allow to wait until peering is complete in aws_ec2_transit_gateway_peering_attachment #26754

Open
arein opened this issue Sep 11, 2022 · 1 comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/transitgateway Issues and PRs that pertain to the transitgateway service.

Comments

@arein
Copy link

arein commented Sep 11, 2022

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 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
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently I see creating EC2 Transit Gateway Route Table Association (tgw-rtb-0adce2d3feec543ec_tgw-attach-094dc7f1085117982): IncorrectState: tgw-attach-094dc7f1085117982 is in invalid state when initially creating the peering from resources depending on the peering.

That's because the peering has not yet been established (there is manual intervention required). Autoaccepting doesn't seem to work in my case (maybe I should research that).

However, indifferent of that it would be great to have a flag to instruct the resource to wait until the peering is complete.

New or Affected Resource(s)

  • aws_ec2_transit_gateway_peering_attachment
@arein arein added the enhancement Requests to existing resources that expand the functionality or scope. label Sep 11, 2022
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/transitgateway Issues and PRs that pertain to the transitgateway service. labels Sep 11, 2022
@justinretzolk justinretzolk removed the needs-triage Waiting for first response or review from a maintainer. label Sep 12, 2022
@mattwilder
Copy link
Contributor

An alternative solution to this problem is outlined in #36261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/transitgateway Issues and PRs that pertain to the transitgateway service.
Projects
None yet
Development

No branches or pull requests

3 participants