mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
"subnet_group_name": &schema.Schema{
|
||||
|
Loading…
Reference in New Issue
Block a user