Skip to content

Commit

Permalink
Merge pull request vmware#1167 from ksamoray/inter_vrf_routing
Browse files Browse the repository at this point in the history
Add inter VRF routing resource
  • Loading branch information
ksamoray authored Apr 10, 2024
2 parents ea2effd + 5c42c7b commit 11170d4
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 0 deletions.
1 change: 1 addition & 0 deletions nsxt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ func Provider() *schema.Provider {
"nsxt_policy_distributed_flood_protection_profile_binding": resourceNsxtPolicyDistributedFloodProtectionProfileBinding(),
"nsxt_policy_gateway_flood_protection_profile": resourceNsxtPolicyGatewayFloodProtectionProfile(),
"nsxt_policy_gateway_flood_protection_profile_binding": resourceNsxtPolicyGatewayFloodProtectionProfileBinding(),
"nsxt_policy_tier0_inter_vrf_routing": resourceNsxtPolicyTier0InterVRFRouting(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 11170d4

Please sign in to comment.