Skip to content

Commit

Permalink
Add configuration for Endpoint policy (#7751) (#5542)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Madhura Phadnis <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2023
1 parent 3d1e24e commit 3ee0023
Show file tree
Hide file tree
Showing 7 changed files with 1,374 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7751.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_networkservices_endpoint_policy`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 330
// Generated resources: 331
// Generated IAM resources: 219
// Total generated resources: 549
// Total generated resources: 550
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1239,6 +1239,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_network_services_edge_cache_keyset": ResourceNetworkServicesEdgeCacheKeyset(),
"google_network_services_edge_cache_origin": ResourceNetworkServicesEdgeCacheOrigin(),
"google_network_services_edge_cache_service": ResourceNetworkServicesEdgeCacheService(),
"google_network_services_endpoint_policy": ResourceNetworkServicesEndpointPolicy(),
"google_network_services_gateway": ResourceNetworkServicesGateway(),
"google_network_services_http_route": ResourceNetworkServicesHttpRoute(),
"google_network_services_mesh": ResourceNetworkServicesMesh(),
Expand Down
Loading

0 comments on commit 3ee0023

Please sign in to comment.