Skip to content

Commit

Permalink
Update mmv1/third_party/terraform/services/compute/resource_compute_i…
Browse files Browse the repository at this point in the history
…nstance_group_manager.go.erb

Co-authored-by: Shuya Ma <[email protected]>
  • Loading branch information
askubis and shuyama1 authored Jan 25, 2024
1 parent 678c480 commit 2a953ad
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,6 @@ func expandUpdatePolicy(configured []interface{}) *compute.InstanceGroupManagerU
return updatePolicy
}

func flattenCreationTimestamp(v interface{}, d *schema.ResourceData, config *transport_tpg.Config) interface{} {
return v
}

func flattenAutoHealingPolicies(autoHealingPolicies []*compute.InstanceGroupManagerAutoHealingPolicy) []map[string]interface{} {
autoHealingPoliciesSchema := make([]map[string]interface{}, 0, len(autoHealingPolicies))
for _, autoHealingPolicy := range autoHealingPolicies {
Expand Down

0 comments on commit 2a953ad

Please sign in to comment.