Skip to content

Commit

Permalink
Add inter VRF routing resource
Browse files Browse the repository at this point in the history
Fixes: #1051

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Apr 9, 2024
1 parent d8f4f3c commit 5c42c7b
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 5c42c7b

Please sign in to comment.