Skip to content

Commit

Permalink
Remove redundant data source
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Oct 17, 2024
1 parent ff0ac0a commit 01d21ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nsxt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func Provider() *schema.Provider {
"nsxt_manager_info": dataSourceNsxtManagerInfo(),
"nsxt_vpc": dataSourceNsxtVPC(),
"nsxt_vpc_group": dataSourceNsxtVpcGroup(),
"nsxt_policy_vpc": dataSourceNsxtVPC(),
"nsxt_vpc_nat": dataSourceNsxtVpcNat(),
"nsxt_vpc_subnet": dataSourceNsxtVpcSubnet(),
"nsxt_vpc_subnet_port": dataSourceNsxtVpcSubnetPort(),
Expand Down

0 comments on commit 01d21ad

Please sign in to comment.