We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007d51 commit 003165aCopy full SHA for 003165a
.circleci/config.yml
@@ -73,11 +73,15 @@ jobs:
73
command: |
74
bundle exec rake complete:overrides:apply || true
75
# Need to run twice due to frequent timing issues
76
+ # see https://github.com/unifio/terraform-aws-vpc/issues/39
77
bundle exec rake complete:overrides:apply
78
79
- run:
80
name: Test peering connection
81
82
+ bundle exec rake complete:peer-vpc:apply || true
83
+ # Need to run twice due to frequent timing issues
84
85
bundle exec rake complete:peer-vpc:apply
86
bundle exec rake peering:peer-connect:apply
87
0 commit comments