Skip to content

Commit

Permalink
changing zone_awareness_config type to TypeList
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Boudreau committed Aug 27, 2019
1 parent 7a640ed commit 3c5c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_elasticsearch_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func dataSourceAwsElasticSearchDomain() *schema.Resource {
Computed: true,
},
"zone_awareness_config": {
Type: schema.TypeSet,
Type: schema.TypeList,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 3c5c6dc

Please sign in to comment.