Skip to content

Commit

Permalink
New Data Source : azurerm_vpn_server_configuration (#27054)
Browse files Browse the repository at this point in the history
* support new data source data.azurerm_vpn_server_configuration

* update code
  • Loading branch information
sinbai authored Sep 20, 2024
1 parent a1e3da2 commit d84047e
Show file tree
Hide file tree
Showing 4 changed files with 937 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/network/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (r Registration) DataSources() []sdk.DataSource {
ManagerDataSource{},
ManagerNetworkGroupDataSource{},
ManagerConnectivityConfigurationDataSource{},
VPNServerConfigurationDataSource{},
}
}

Expand Down
Loading

0 comments on commit d84047e

Please sign in to comment.