Clint
a3ae38d1bb
docs: Update AWS Data Source docs to have HCL formatted examples ( #13467 )
...
* docs: update AWS examples. Disntinguish between alb and alb listener datasource
* more hcl highlighting
* more hcl
* fix missing end quote in docs
* docs: finish updates to AWS data source highlights
Also updates layout to distinguish some resources
2017-04-07 10:54:28 -05:00
Paul Stack
0b0a76a3d5
provider/aws: Add the IPV6 cidr block to the vpc datasource ( #12529 )
...
Fixes : #12526
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccDataSourceAwsVpc_ipv6Associated'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/08 17:42:13 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccDataSourceAwsVpc_ipv6Associated -timeout 120m
=== RUN TestAccDataSourceAwsVpc_ipv6Associated
--- PASS: TestAccDataSourceAwsVpc_ipv6Associated (71.33s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws71.366s
```
2017-03-08 21:08:37 +02:00
James Turnbull
523fffe176
Data source docs missing `data.`
...
Several variables were missing the `data.` prefix in the new subnet and
VPC data source documentation.
2016-10-15 06:32:20 +11:00
Martin Atkins
aa0b6019f8
provider/aws: aws_vpc data source
2016-09-24 15:19:33 -07:00