Skip to content

Commit

Permalink
hashicorp#20068 logdeliveryconfigurations add read to `aws_elasticach…
Browse files Browse the repository at this point in the history
…e_cluster`
  • Loading branch information
nickolivera committed Sep 23, 2021
1 parent a6f405b commit 15ba4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_elasticache_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func resourceAwsElasticacheClusterRead(d *schema.ResourceData, meta interface{})
if err := elasticacheSetResourceDataFromCacheCluster(d, c); err != nil {
return err
}

d.Set("log_delivery_configurations", flattenAwsElasticacheLogDeliveryConfigurations(c.LogDeliveryConfigurations))
d.Set("snapshot_window", c.SnapshotWindow)
d.Set("snapshot_retention_limit", c.SnapshotRetentionLimit)

Expand Down

0 comments on commit 15ba4a8

Please sign in to comment.