cloudposse / terraform-aws-vpc-peering-multi-account

Terraform module to provision a VPC peering across multiple VPCs in different accounts by using multiple providers
https://cloudposse.com/accelerate
Apache License 2.0
129 stars 92 forks source link

wait few seconds before attaching options to peering #11

Closed etwillbefine closed 4 years ago

etwillbefine commented 5 years ago

Not sure if this is something you want to have in the master but it solves https://github.com/cloudposse/terraform-aws-vpc-peering-multi-account/issues/8.

Outside of the module there is no way awaiting the peering connection to become active.

No BC

/cc @aknysh @jdn-za

We can also put more effort into and check the current peering status in a sleep loop