Skip to content

Commit

Permalink
Mark min_cpu_platform as computed in instance as it is returned (#2743)
Browse files Browse the repository at this point in the history
Merged PR #2743.
  • Loading branch information
slevenick authored and modular-magician committed Nov 22, 2019
1 parent d4716f7 commit 2ac1e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 2ac1e3c

Please sign in to comment.