Skip to content

Commit

Permalink
aws_elasticsearch_domain auto_tune_options - set Computed: true
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelding committed Nov 15, 2021
1 parent 223a8a2 commit c5b3926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/elasticsearch/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func ResourceDomain() *schema.Resource {
"auto_tune_options": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit c5b3926

Please sign in to comment.