Skip to content

Commit

Permalink
Mark min_cpu_platform as computed in instance as it is coming back fr…
Browse files Browse the repository at this point in the history
…om the API now
  • Loading branch information
slevenick committed Nov 22, 2019
1 parent 35abeef commit 2949c7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ func resourceComputeInstance() *schema.Resource {
"min_cpu_platform": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"project": {
Expand Down

0 comments on commit 2949c7a

Please sign in to comment.