provider/aws: elasticache_cluster engine_version is computed
fixes the TestAccAWSElasticacheCluster test
This commit is contained in:
parent
f1c8b555ab
commit
e7b101dba4
|
@ -53,6 +53,7 @@ func resourceAwsElasticacheCluster() *schema.Resource {
|
||||||
"engine_version": &schema.Schema{
|
"engine_version": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Computed: true,
|
||||||
ForceNew: true,
|
ForceNew: true,
|
||||||
},
|
},
|
||||||
"subnet_group_name": &schema.Schema{
|
"subnet_group_name": &schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue