vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
129 stars 85 forks source link

Add utility to parse standard policy path #1218

Closed annakhm closed 3 months ago

annakhm commented 4 months ago

This utility will be used in generated resources

ksamoray commented 4 months ago

Can we utilize this (or share code with) in nsxtPolicyPathResourceImporterHelper? I've already added VPC support in PR #1217

annakhm commented 4 months ago

Can we utilize this (or share code with) in nsxtPolicyPathResourceImporterHelper? I've already added VPC support in PR #1217

Good point, I think nsxtPolicyPathResourceImporterHelper can use somewhat enhanced version of parseStandardPolicyPath. I can refactor it in a follow up OR when all involved PRs are merged