terraform/website/source/docs/providers
Paul Stack 177400dbbf provider/aws: Implement IPV6 Support for ec2 / VPC (#10538)
* provider/aws: Add support for IPV6 enabled VPC

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSVpc'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/12/09 14:07:31 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSVpc -timeout 120m
=== RUN   TestAccAWSVpc_importBasic
--- PASS: TestAccAWSVpc_importBasic (43.03s)
=== RUN   TestAccAWSVpc_basic
--- PASS: TestAccAWSVpc_basic (36.32s)
=== RUN   TestAccAWSVpc_enableIpv6
--- PASS: TestAccAWSVpc_enableIpv6 (29.37s)
=== RUN   TestAccAWSVpc_dedicatedTenancy
--- PASS: TestAccAWSVpc_dedicatedTenancy (36.63s)
=== RUN   TestAccAWSVpc_tags
--- PASS: TestAccAWSVpc_tags (67.54s)
=== RUN   TestAccAWSVpc_update
--- PASS: TestAccAWSVpc_update (66.16s)
=== RUN   TestAccAWSVpc_bothDnsOptionsSet
--- PASS: TestAccAWSVpc_bothDnsOptionsSet (16.82s)
=== RUN   TestAccAWSVpc_DisabledDnsSupport
--- PASS: TestAccAWSVpc_DisabledDnsSupport (36.52s)
=== RUN   TestAccAWSVpc_classiclinkOptionSet
--- PASS: TestAccAWSVpc_classiclinkOptionSet (38.13s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	739.543s
```

* provider/aws: New Resource: aws_egress_only_internet_gateway

```
make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSEgressOnlyInternetGateway_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/12/09 14:22:16 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSEgressOnlyInternetGateway_ -timeout 120m
=== RUN   TestAccAWSEgressOnlyInternetGateway_basic
--- PASS: TestAccAWSEgressOnlyInternetGateway_basic (32.67s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	32.692s
```

* provider/aws: Add IPV6 support to aws_subnet

```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSSubnet_'
% 1 ↵ ✹ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/02/27 19:08:34 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSubnet_
-timeout 120m
=== RUN   TestAccAWSSubnet_importBasic
--- PASS: TestAccAWSSubnet_importBasic (69.88s)
=== RUN   TestAccAWSSubnet_basic
--- PASS: TestAccAWSSubnet_basic (51.28s)
=== RUN   TestAccAWSSubnet_ipv6
--- PASS: TestAccAWSSubnet_ipv6 (90.39s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws211.574s
```

* provider/aws: Add support for running aws_instances with ipv6 addresses
2017-03-01 16:16:59 +00:00
..
alicloud website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
archive website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
arukas website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
atlas website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
aws provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00:00
azure website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
azurerm Add auto_upgrade_minor_version documentation (#12321) 2017-03-01 09:45:33 +00:00
bitbucket website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
chef website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
clc website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
cloudflare website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
cloudstack website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
cobbler website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
consul website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
datadog provider/datadog: Add datadog_user resource (#12268) 2017-02-27 10:38:54 +00:00
dme website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
dns website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
dnsimple website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
do provider/digitalocean: Add support for LoadBalancers (#12077) 2017-02-23 23:41:20 +02:00
docker website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
dyn website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
external "external" data source, for integrating with external programs (#8768) 2016-12-05 17:24:57 +00:00
fastly website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
github website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
google providers/google: google_project supports billing account (#11653) 2017-02-20 19:32:24 +02:00
grafana
heroku website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
icinga2 website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
ignition website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
influxdb website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
librato website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
logentries website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
mailgun website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
mysql website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
newrelic website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
nomad website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
ns1 website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
openstack provider/openstack: Rename provider to loadbalancer_provider (#12239) 2017-02-28 16:06:49 +00:00
opsgenie website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
packet website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
pagerduty website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
postgresql website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
powerdns website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
profitbricks website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
rabbitmq website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
rancher website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
random Add a prefix option to random_id provider 2017-02-16 11:08:17 -05:00
rundeck website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
scaleway Corrected example code, cleared up token confusion (#12177) 2017-02-22 23:30:24 +02:00
softlayer website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
spotinst New Provider: Spotinst (#5001) 2017-02-22 22:57:16 +02:00
statuscake website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
template website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
terraform website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
tls Add missing crl_signing 2017-02-16 08:42:16 -08:00
triton website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
ultradns website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
vault provider/vault: vault_policy resource (#10980) 2017-02-13 18:53:45 +00:00
vcd website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
vsphere fix #5448 - vm page was changed (#12094) 2017-02-20 14:40:09 +02:00
index.html.markdown website: fix up some wording on providers index 2016-06-09 16:44:28 -05:00