Skip to content

Commit a6e1eca

Browse files
modular-magiciannat-henderson
authored andcommitted
Make redis alternativeLocationId computed (#1754)
1 parent bb6c757 commit a6e1eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/resource_redis_instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func resourceRedisInstance() *schema.Resource {
5656
},
5757
"alternative_location_id": {
5858
Type: schema.TypeString,
59+
Computed: true,
5960
Optional: true,
6061
ForceNew: true,
6162
},

0 commit comments

Comments
 (0)