Skip to content

Commit

Permalink
Merge pull request #481 from vmware/ha_vip_id
Browse files Browse the repository at this point in the history
Assign UUID to ha vip resource upon import
  • Loading branch information
annakhm authored Oct 8, 2020
2 parents 0b2d799 + 660073b commit 7c3927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_tier0_gateway_ha_vip_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func resourceNsxtPolicyTier0GatewayHAVipConfigImport(d *schema.ResourceData, m i

d.Set("tier0_id", tier0ID)
d.Set("locale_service_id", localeServiceID)
d.SetId(localeServiceID)
d.SetId(newUUID())

return []*schema.ResourceData{d}, nil
}

0 comments on commit 7c3927f

Please sign in to comment.