Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upprovider/aws: Support `aws_elasticsearch_domain` upgrades to `elasticsearch_version` 2.3 #7860
Conversation
stack72
added
enhancement
provider/aws
labels
Jul 29, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Depends on #7857 |
radeksimko
added
the
waiting-response
label
Jul 29, 2016
stack72
referenced this pull request
Aug 2, 2016
Closed
Allow Elasticsearch version to be specified #7911
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Zordrak
commented
Aug 2, 2016
|
Crying out for a pull here... |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
@radeksimko over to you sir :) |
stack72
removed
the
waiting-response
label
Aug 5, 2016
radeksimko
reviewed
Aug 5, 2016
| "github.com/hashicorp/terraform/helper/resource" | ||
| "github.com/hashicorp/terraform/terraform" | ||
| ) | ||
| func TestAccAWSElasticSearchDomain_basic(t *testing.T) { | ||
| var domain elasticsearch.ElasticsearchDomainStatus | ||
| ri := acctest.RandInt() |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
radeksimko
Aug 5, 2016
Member
LGTM
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElasticSearchDomain_'
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSElasticSearchDomain_ -timeout 120m
=== RUN TestAccAWSElasticSearchDomain_basic
--- PASS: TestAccAWSElasticSearchDomain_basic (1609.44s)
=== RUN TestAccAWSElasticSearchDomain_v23
--- PASS: TestAccAWSElasticSearchDomain_v23 (1597.24s)
=== RUN TestAccAWSElasticSearchDomain_complex
--- PASS: TestAccAWSElasticSearchDomain_complex (1819.84s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 5026.551s
|
LGTM
|
radeksimko
merged commit 744b266
into
master
Aug 5, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
radeksimko
deleted the
aws-es-2.3
branch
Aug 5, 2016
kwilczynski
referenced this pull request
Aug 17, 2016
Closed
Add support for AWS elasticsearch service version #8246
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stack72 commentedJul 29, 2016
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