Skip to content

Commit

Permalink
Added new resource for Target Director with proxyless grpc (#3978) (#…
Browse files Browse the repository at this point in the history
…2488)

* init commit

* Added support Traffic Director with proxyless gRPC

* added a handwritten update test and misc

Co-authored-by: Edward Sun <sunedward@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
modular-magician and Edward Sun authored Sep 15, 2020
1 parent 06f73d1 commit fb9a1ef
Show file tree
Hide file tree
Showing 8 changed files with 1,082 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3978.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_compute_target_grpc_proxy`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 189
// Generated resources: 190
// Generated IAM resources: 78
// Total generated resources: 267
// Total generated resources: 268
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -873,6 +873,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_external_vpn_gateway": resourceComputeExternalVpnGateway(),
"google_compute_url_map": resourceComputeUrlMap(),
"google_compute_vpn_tunnel": resourceComputeVpnTunnel(),
"google_compute_target_grpc_proxy": resourceComputeTargetGrpcProxy(),
"google_container_analysis_note": resourceContainerAnalysisNote(),
"google_container_analysis_occurrence": resourceContainerAnalysisOccurrence(),
"google_data_catalog_entry_group": resourceDataCatalogEntryGroup(),
Expand Down
Loading

0 comments on commit fb9a1ef

Please sign in to comment.