Skip to content

Commit

Permalink
compute: promote google_compute_network_attachment GA (#10966) (#18494
Browse files Browse the repository at this point in the history
)

[upstream:4d6a60e9882b2a50770ac510e2be0080f75c04e8]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jun 20, 2024
1 parent f9ebf3f commit 9c90de4
Show file tree
Hide file tree
Showing 6 changed files with 987 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/10966.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
compute: promote `google_compute_network_attachment` GA
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 426
// Generated resources: 427
// Generated IAM resources: 249
// Total generated resources: 675
// Total generated resources: 676
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -610,6 +610,7 @@ var generatedResources = map[string]*schema.Resource{
"google_compute_interconnect_attachment": compute.ResourceComputeInterconnectAttachment(),
"google_compute_managed_ssl_certificate": compute.ResourceComputeManagedSslCertificate(),
"google_compute_network": compute.ResourceComputeNetwork(),
"google_compute_network_attachment": compute.ResourceComputeNetworkAttachment(),
"google_compute_network_endpoint": compute.ResourceComputeNetworkEndpoint(),
"google_compute_network_endpoint_group": compute.ResourceComputeNetworkEndpointGroup(),
"google_compute_network_endpoints": compute.ResourceComputeNetworkEndpoints(),
Expand Down
Loading

0 comments on commit 9c90de4

Please sign in to comment.