provider/aws: elasticache_cluster engine_version is computed

fixes the TestAccAWSElasticacheCluster test
This commit is contained in:
Paul Hinze 2015-05-07 08:42:28 -05:00
parent f1c8b555ab
commit e7b101dba4
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func resourceAwsElasticacheCluster() *schema.Resource {
"engine_version": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},
"subnet_group_name": &schema.Schema{