Skip to content

Commit

Permalink
Add google_network_connectivity_policy_based_route resource (#9320) (#…
Browse files Browse the repository at this point in the history
…6552)

[upstream:3dc1a60aa48092bd0788c6c7594db5683711c3f1]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 20, 2023
1 parent 5e18a04 commit cc6a213
Show file tree
Hide file tree
Showing 6 changed files with 1,429 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_network_connectivity_policy_based_route`
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1137,9 +1137,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 393
// Generated resources: 394
// Generated IAM resources: 240
// Total generated resources: 633
// Total generated resources: 634
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1630,6 +1630,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_monitoring_custom_service": monitoring.ResourceMonitoringService(),
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
"google_network_connectivity_policy_based_route": networkconnectivity.ResourceNetworkConnectivityPolicyBasedRoute(),
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),
"google_network_management_connectivity_test": networkmanagement.ResourceNetworkManagementConnectivityTest(),
"google_network_security_address_group": networksecurity.ResourceNetworkSecurityAddressGroup(),
Expand Down
Loading

0 comments on commit cc6a213

Please sign in to comment.