Skip to content

Commit

Permalink
Promote regional target TCP proxy to GA. (#6804) (#13640)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 2, 2023
1 parent 558f6b2 commit 229c607
Show file tree
Hide file tree
Showing 7 changed files with 818 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changelog/6804.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
google_compute_region_target_tcp_proxy (GA only)
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -989,9 +989,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 262
// Generated resources: 263
// Generated IAM resources: 168
// Total generated resources: 430
// Total generated resources: 431
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1185,6 +1185,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_target_https_proxy": resourceComputeTargetHttpsProxy(),
"google_compute_region_target_http_proxy": resourceComputeRegionTargetHttpProxy(),
"google_compute_region_target_https_proxy": resourceComputeRegionTargetHttpsProxy(),
"google_compute_region_target_tcp_proxy": resourceComputeRegionTargetTcpProxy(),
"google_compute_target_instance": resourceComputeTargetInstance(),
"google_compute_target_ssl_proxy": resourceComputeTargetSslProxy(),
"google_compute_target_tcp_proxy": resourceComputeTargetTcpProxy(),
Expand Down
Loading

0 comments on commit 229c607

Please sign in to comment.