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

* init commit

* Added support Traffic Director with proxyless gRPC

* added a handwritten update test and misc

Co-authored-by: Edward Sun <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Edward Sun <[email protected]>
  • Loading branch information
modular-magician and Edward Sun authored Sep 15, 2020
1 parent 153feb4 commit 6d0c641
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/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 158
// Generated resources: 159
// Generated IAM resources: 69
// Total generated resources: 227
// Total generated resources: 228
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -760,6 +760,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_vpn_gateway": resourceComputeVpnGateway(),
"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 6d0c641

Please sign in to comment.