Skip to content

Commit

Permalink
Merge pull request #1438 from vmware/merge-issue
Browse files Browse the repository at this point in the history
Remove redundant data source
  • Loading branch information
salv-orlando authored Oct 21, 2024
2 parents ff0ac0a + 01d21ad commit 87bec3a
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 87bec3a

Please sign in to comment.