Skip to content

Commit

Permalink
Move computeds that were in the wrong place.
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Nov 7, 2018
1 parent 3391763 commit a621ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ func resourceComputeInstanceGroupManager() *schema.Resource {
<% if version.nil? || version == 'ga' -%>
"rolling_update_policy": &schema.Schema{
Removed: "This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.",
Computed: true,
<% else -%>
"update_policy": &schema.Schema{
Computed: true,
<% end -%>
Type: schema.TypeList,
Optional: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ func resourceComputeRegionInstanceGroupManager() *schema.Resource {
<% if version.nil? || version == 'ga' -%>
"rolling_update_policy": &schema.Schema{
Removed: "This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.",
Computed: true,
<% else -%>
"update_policy": &schema.Schema{
Computed: true,
<% end -%>
Type: schema.TypeList,
Optional: true,
Expand Down

0 comments on commit a621ea1

Please sign in to comment.