forked from unifio/terraform-aws-vpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle.yml
26 lines (25 loc) · 782 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
machine:
services:
- docker
test:
override:
# Verify
- bin/covalence ci
# UAT
## Test DMZ only configuration
- bin/covalence basic:no-lan:apply
## Test defaults
- bin/covalence basic:defaults:apply
- bin/covalence basic:defaults:destroy
## Test some base module options and expand to 3 AZs
- bin/covalence basic:base-options:apply
## Test VPN gateway attachment
- bin/covalence basic:vpg-attach:apply
- bin/covalence basic:vpg-attach:destroy
## Test more options and overrides
- bin/covalence complete:overrides:apply
## Test peering connection
- bin/covalence complete:peer-vpc:apply
- bin/covalence peering:peer-connect:apply
- bin/covalence peering:destroy
- bin/covalence complete:destroy