Skip to content

Commit 3c5c6dc

Browse files
author
Marc Boudreau
committed
changing zone_awareness_config type to TypeList
1 parent 7a640ed commit 3c5c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/data_source_aws_elasticsearch_domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func dataSourceAwsElasticSearchDomain() *schema.Resource {
120120
Computed: true,
121121
},
122122
"zone_awareness_config": {
123-
Type: schema.TypeSet,
123+
Type: schema.TypeList,
124124
Computed: true,
125125
Elem: &schema.Resource{
126126
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)