Paul Stack
|
7311ba22ea
|
provider/aws: Add IPv6 Support to aws_route_table (#12640)
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRouteTable_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/13 10:11:09 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRouteTable_ -timeout 120m
=== RUN TestAccAWSRouteTable_importBasic
--- PASS: TestAccAWSRouteTable_importBasic (63.14s)
=== RUN TestAccAWSRouteTable_complex
--- PASS: TestAccAWSRouteTable_complex (241.57s)
=== RUN TestAccAWSRouteTable_basic
--- PASS: TestAccAWSRouteTable_basic (91.26s)
=== RUN TestAccAWSRouteTable_instance
--- PASS: TestAccAWSRouteTable_instance (158.18s)
=== RUN TestAccAWSRouteTable_ipv6
--- PASS: TestAccAWSRouteTable_ipv6 (48.99s)
=== RUN TestAccAWSRouteTable_tags
--- PASS: TestAccAWSRouteTable_tags (71.68s)
=== RUN TestAccAWSRouteTable_vpcPeering
--- PASS: TestAccAWSRouteTable_vpcPeering (58.33s)
=== RUN TestAccAWSRouteTable_vgwRoutePropagation
--- PASS: TestAccAWSRouteTable_vgwRoutePropagation (59.64s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 780.400s
```
|
2017-03-14 12:38:25 +02:00 |
Clint
|
01e8bd1f70
|
provider/aws: Fix import of RouteTable with destination prefixes (#9686)
* add test failure
* provider/aws: Skip import of routes that contain destination prefix ids
|
2016-10-29 01:01:17 +02:00 |
Mitchell Hashimoto
|
2d5745328b
|
providers/aws: import main route table association
|
2016-05-16 10:03:57 -07:00 |
Mitchell Hashimoto
|
ab7b5dab2d
|
providers/aws: route tables import assocations
|
2016-05-16 10:03:57 -07:00 |
Mitchell Hashimoto
|
a1035804d4
|
providers/aws: route table import should ignore default rule
|
2016-05-16 10:03:57 -07:00 |
Mitchell Hashimoto
|
08b7f67227
|
providers/aws: route table import
|
2016-05-16 10:03:57 -07:00 |