Skip to content

Commit

Permalink
Made compute instance resource affinity computed (#4926)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Jun 29, 2021
1 parent af2f9b5 commit 57d7b3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ func resourceComputeInstance() *schema.Resource {
"reservation_affinity": {
Type: schema.TypeList,
MaxItems: 1,
Computed: true,
Optional: true,
ForceNew: true,
Description: `Specifies the reservations that this instance can consume from.`,
Expand Down

0 comments on commit 57d7b3e

Please sign in to comment.