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
…16326)

[upstream:3dc1a60aa48092bd0788c6c7594db5683711c3f1]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Oct 20, 2023
1 parent ebb32bb commit 2d2f087
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/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,9 +1021,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 337
// Generated resources: 338
// Generated IAM resources: 210
// Total generated resources: 547
// Total generated resources: 548
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1459,6 +1459,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 2d2f087

Please sign in to comment.