mark snapshots as computed for ElastiCache clusters
This commit is contained in:
parent
887839ce23
commit
4d0699b9dd
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue