terraform/website/source/docs
Paul Stack 744b266995 provider/aws: Support `aws_elasticsearch_domain` upgrades to (#7860)
`elasticsearch_version` 2.3

Fixes #7836
This will allow ElasticSearch domains to be deployed with version 2.3 of
ElasticSearch

The other slight modifications are to stop dereferencing values before
passing to d.Set in the Read func. It is safer to pass the pointer to
d.Set and allow that to dereference if there is a value

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElasticSearchDomain_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSElasticSearchDomain_ -timeout 120m
=== RUN   TestAccAWSElasticSearchDomain_basic
--- PASS: TestAccAWSElasticSearchDomain_basic (1611.74s)
=== RUN   TestAccAWSElasticSearchDomain_v23
--- PASS: TestAccAWSElasticSearchDomain_v23 (1898.80s)
=== RUN   TestAccAWSElasticSearchDomain_complex
--- PASS: TestAccAWSElasticSearchDomain_complex (1802.44s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	5313.006s
```

Update resource_aws_elasticsearch_domain.go
2016-08-05 08:59:15 +01:00
..
commands website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
configuration Correct typo in `length()` documentation (#7947) 2016-08-03 18:48:00 +01:00
import docs: Tidy up importabable resources list 2016-08-03 07:15:26 -07:00
internals website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
modules website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
plugins website: basic docs on import 2016-05-18 12:57:03 -06:00
providers provider/aws: Support `aws_elasticsearch_domain` upgrades to (#7860) 2016-08-05 08:59:15 +01:00
provisioners Update documentation 2016-07-08 19:34:59 +01:00
state Fix link to the remote state link post 0.7.x. (#7946) 2016-08-03 19:45:14 +01:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00