Skip to content

Commit

Permalink
Promote google_compute_service_attachment to GA (#5031) (#9914)
Browse files Browse the repository at this point in the history
Co-authored-by: upodroid <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: upodroid <[email protected]>
  • Loading branch information
modular-magician and upodroid authored Aug 25, 2021
1 parent 4692b94 commit 73b8b17
Show file tree
Hide file tree
Showing 8 changed files with 1,137 additions and 42 deletions.
6 changes: 6 additions & 0 deletions .changelog/5031.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```release-note:enhancement
compute: promoted `google_compute_service_attachment` to ga
```
```release-note:enhancement
compute: promoted `role` and `purpose` fields in `google_compute_subnetwork` to ga
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 213
// Generated resources: 214
// Generated IAM resources: 90
// Total generated resources: 303
// Total generated resources: 304
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -937,6 +937,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_managed_ssl_certificate": resourceComputeManagedSslCertificate(),
"google_compute_region_ssl_certificate": resourceComputeRegionSslCertificate(),
"google_compute_reservation": resourceComputeReservation(),
"google_compute_service_attachment": resourceComputeServiceAttachment(),
"google_compute_ssl_policy": resourceComputeSslPolicy(),
"google_compute_subnetwork": resourceComputeSubnetwork(),
"google_compute_subnetwork_iam_binding": ResourceIamBinding(ComputeSubnetworkIamSchema, ComputeSubnetworkIamUpdaterProducer, ComputeSubnetworkIdParseFunc),
Expand Down
Loading

0 comments on commit 73b8b17

Please sign in to comment.