Make redis alternativeLocationId computed (#1754)

This commit is contained in:
The Magician 2018-07-26 17:35:18 -07:00 committed by Nathan McKinley
parent bb6c757ad1
commit a6e1ecad7a

View File

@ -56,6 +56,7 @@ func resourceRedisInstance() *schema.Resource {
},
"alternative_location_id": {
Type: schema.TypeString,
Computed: true,
Optional: true,
ForceNew: true,
},