opentofu/website/source
Paul Stack bcdabe7619 provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027)
* provider/aws: New DataSource: aws_elb_hosted_zone_id

This datasource is a list of all of the ELB DualStack Hosted Zone IDs.
This will allow us to reference the correct hosted zone id when creating
route53 alias records

There are many bugs for this - this is just the beginning of fixing them

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElbHostedZoneId_basic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/04 13:04:32 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSElbHostedZoneId_basic -timeout 120m
=== RUN   TestAccAWSElbHostedZoneId_basic
--- PASS: TestAccAWSElbHostedZoneId_basic (20.46s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	20.484s
```

* Update elb_hosted_zone_id.html.markdown
2017-01-12 16:50:58 +02:00
..
assets Revert "New provider arukas (#10862)" 2017-01-11 09:04:32 -06:00
docs provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027) 2017-01-12 16:50:58 +02:00
intro Updated the instructions to install Terraform (#11075) 2017-01-09 12:52:35 +00:00
layouts provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027) 2017-01-12 16:50:58 +02:00
upgrade-guides website: 0.8 is released 2016-12-13 11:55:06 -08:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb website: Adding gitter link to the community page 2016-10-07 01:09:50 +01:00
downloads.html.erb website: fix upgrade guide link 2016-12-13 15:17:48 -08:00
feature-card-write.svg add and style feature-card graphics 2016-10-04 16:03:46 -07:00
index.html.erb Website: update latest callout to mention 0.8 2017-01-06 09:47:59 -05:00
robots.txt Add robots.txt 2014-10-21 23:20:26 -04:00
security.html.erb Add security page (#9717) 2016-11-01 13:56:08 +00:00
sitemap.xml.builder Add sitemap 2014-10-21 23:20:21 -04:00