Skip to content

Commit

Permalink
Promote VPC Flow Logs Terraform API to GA (#12579) (#20701)
Browse files Browse the repository at this point in the history
[upstream:5e6616b9bfa37e9c5b1e2937215a7f2db3a2c0da]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 16, 2024
1 parent 1a593c0 commit c27dff6
Show file tree
Hide file tree
Showing 8 changed files with 1,568 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .changelog/12579.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
networkmanagement: promoted `google_network_management_vpc_flow_logs_config` from Beta to 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 @@ -462,9 +462,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 498
// Generated resources: 499
// Generated IAM resources: 261
// Total generated resources: 759
// Total generated resources: 760
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1018,6 +1018,7 @@ var generatedResources = map[string]*schema.Resource{
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),
"google_network_connectivity_spoke": networkconnectivity.ResourceNetworkConnectivitySpoke(),
"google_network_management_connectivity_test": networkmanagement.ResourceNetworkManagementConnectivityTest(),
"google_network_management_vpc_flow_logs_config": networkmanagement.ResourceNetworkManagementVpcFlowLogsConfig(),
"google_network_security_address_group": networksecurity.ResourceNetworkSecurityAddressGroup(),
"google_network_security_authz_policy": networksecurity.ResourceNetworkSecurityAuthzPolicy(),
"google_network_security_client_tls_policy": networksecurity.ResourceNetworkSecurityClientTlsPolicy(),
Expand Down
Loading

0 comments on commit c27dff6

Please sign in to comment.