Skip to content

Commit

Permalink
Merge pull request #400 from terraform-providers/cont_prof
Browse files Browse the repository at this point in the history
Context profile
  • Loading branch information
enhaocui authored Aug 5, 2020
2 parents ecec573 + 1393f69 commit 4176866
Show file tree
Hide file tree
Showing 13 changed files with 1,663 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 @@ -281,6 +281,7 @@ func Provider() terraform.ResourceProvider {
"nsxt_policy_bgp_config": resourceNsxtPolicyBgpConfig(),
"nsxt_policy_dhcp_relay": resourceNsxtPolicyDhcpRelayConfig(),
"nsxt_policy_dhcp_server": resourceNsxtPolicyDhcpServer(),
"nsxt_policy_context_profile": resourceNsxtPolicyContextProfile(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 4176866

Please sign in to comment.