Skip to content

Commit

Permalink
GRE tunnel resource implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Jan 28, 2024
1 parent 6816f38 commit 7596d42
Show file tree
Hide file tree
Showing 4 changed files with 699 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 @@ -467,6 +467,7 @@ func Provider() *schema.Provider {
"nsxt_policy_lb_passive_monitor_profile": resourceNsxtPolicyLBPassiveMonitorProfile(),
"nsxt_policy_lb_tcp_monitor_profile": resourceNsxtPolicyLBTcpMonitorProfile(),
"nsxt_policy_lb_udp_monitor_profile": resourceNsxtPolicyLBUdpMonitorProfile(),
"nsxt_policy_tier0_gateway_gre_tunnel": resourceNsxtPolicyTier0GatewayGRETunnel(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 7596d42

Please sign in to comment.