Skip to content

Commit

Permalink
Configuration for traffic director Mesh resource. (#7509) (#5393)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Madhura Phadnis <madhurap@google.com>
  • Loading branch information
modular-magician and Madhura Phadnis authored Mar 29, 2023
1 parent d41b941 commit a14abdb
Show file tree
Hide file tree
Showing 7 changed files with 895 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7509.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_networkservices_mesh`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 311
// Generated resources: 312
// Generated IAM resources: 213
// Total generated resources: 524
// Total generated resources: 525
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1210,6 +1210,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_network_services_edge_cache_origin": ResourceNetworkServicesEdgeCacheOrigin(),
"google_network_services_edge_cache_service": ResourceNetworkServicesEdgeCacheService(),
"google_network_services_gateway": ResourceNetworkServicesGateway(),
"google_network_services_mesh": ResourceNetworkServicesMesh(),
"google_notebooks_environment": ResourceNotebooksEnvironment(),
"google_notebooks_instance": ResourceNotebooksInstance(),
"google_notebooks_instance_iam_binding": ResourceIamBinding(NotebooksInstanceIamSchema, NotebooksInstanceIamUpdaterProducer, NotebooksInstanceIdParseFunc),
Expand Down
Loading

0 comments on commit a14abdb

Please sign in to comment.