mark snapshots as computed for ElastiCache clusters

This commit is contained in:
clint shryock 2015-11-19 16:19:49 -06:00
parent 887839ce23
commit 4d0699b9dd
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ func resourceAwsElasticacheCluster() *schema.Resource {
"snapshot_window": &schema.Schema{ "snapshot_window": &schema.Schema{
Type: schema.TypeString, Type: schema.TypeString,
Optional: true, Optional: true,
Computed: true,
}, },
"snapshot_retention_limit": &schema.Schema{ "snapshot_retention_limit": &schema.Schema{