Skip to content

Commit

Permalink
hashicorp#20068 logdeliveryconfigurations add output to `data_source_…
Browse files Browse the repository at this point in the history
…aws_elasticache_replication_group`
  • Loading branch information
nickolivera committed Sep 23, 2021
1 parent 9875634 commit d15921f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/data_source_aws_elasticache_replication_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ func dataSourceAwsElasticacheReplicationGroupRead(d *schema.ResourceData, meta i
}
}

d.Set("log_delivery_configurations", flattenAwsElasticacheLogDeliveryConfigurations(rg.LogDeliveryConfigurations))

if rg.MultiAZ != nil {
switch strings.ToLower(aws.StringValue(rg.MultiAZ)) {
case elasticache.MultiAZStatusEnabled:
Expand Down

0 comments on commit d15921f

Please sign in to comment.