diff --git a/aws/data_source_aws_elasticache_replication_group.go b/aws/data_source_aws_elasticache_replication_group.go index a8a2d4a8fe01..3341c50a844f 100644 --- a/aws/data_source_aws_elasticache_replication_group.go +++ b/aws/data_source_aws_elasticache_replication_group.go @@ -69,6 +69,11 @@ func dataSourceAwsElasticacheReplicationGroup() *schema.Resource { Type: schema.TypeString, Computed: true, }, + "log_delivery_configurations": { + Type: schema.TypeList, + Computed: true, + Elem: getAwsElasticacheLogDeliveryConfigurationsComputedSchema(), + }, "snapshot_window": { Type: schema.TypeString, Computed: true,