Skip to content

Commit

Permalink
hashicorp#20068 logdeliveryconfigurations add computed schema to `dat…
Browse files Browse the repository at this point in the history
…a_source_aws_elasticache_replication_group`
  • Loading branch information
nickolivera committed Sep 23, 2021
1 parent efd693d commit 9e6e50c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/data_source_aws_elasticache_replication_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e6e50c

Please sign in to comment.