Skip to content

Commit

Permalink
Merge pull request #1429 from modular-magician/codegen-pr-2743
Browse files Browse the repository at this point in the history
Mark min_cpu_platform as computed in instance as it is returned
  • Loading branch information
slevenick authored Nov 22, 2019
2 parents 91fc3b3 + c7f85a5 commit 30a179e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-beta/resource_compute_instance.go
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 30a179e

Please sign in to comment.