diff --git a/aws/resource_aws_elasticsearch_domain_test.go b/aws/resource_aws_elasticsearch_domain_test.go index d3cfb9136afb..c016cf491a71 100644 --- a/aws/resource_aws_elasticsearch_domain_test.go +++ b/aws/resource_aws_elasticsearch_domain_test.go @@ -154,13 +154,13 @@ func TestAccAWSElasticSearchDomain_update(t *testing.T) { CheckDestroy: testAccCheckESDomainDestroy, Steps: []resource.TestStep{ { - Config: testAccESDomainConfig_ClusterUpdate(ri, 2, 23), + Config: testAccESDomainConfig_ClusterUpdate(ri, 2, 22), Check: resource.ComposeTestCheckFunc( testAccCheckESDomainExists("aws_elasticsearch_domain.example", &input), ), }, { - Config: testAccESDomainConfig_ClusterUpdate(ri, 4, 24), + Config: testAccESDomainConfig_ClusterUpdate(ri, 4, 23), Check: resource.ComposeTestCheckFunc( testAccCheckESDomainExists("aws_elasticsearch_domain.example", &input), testAccCheckESNumberOfInstances(2, input.ElasticsearchClusterConfig),