opentofu/website/source/docs
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
..
commands Fix subcommand name 2017-01-05 23:21:01 +02:00
configuration Fix bullet points (Whitespace formatting) 2016-12-21 15:51:54 +01:00
import postgresql_database resource provider should now be feature complete. 2016-12-10 12:32:20 +11:00
internals Update the docs to indicate that TF_LOG_PLAN is append now. 2016-10-18 13:10:15 -07:00
modules Add CLI output example to Usage of Modules 2016-12-19 13:26:36 -05:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027) 2017-01-12 16:50:58 +02:00
provisioners Add documentation for Chef Provisioner Policyfile support 2016-12-01 10:43:49 -08:00
state Documentation update 2016-12-20 18:27:05 +01:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00