Skip to content

Commit c627ad7

Browse files
[#17865] Move NGFW Enterprise resources to GA (#10583) (#18025)
[upstream:4088c40eb5e530b3c84cf9d1057bb6b65adad1bb] Signed-off-by: Modular Magician <[email protected]>
1 parent 817e696 commit c627ad7

24 files changed

+4746
-47
lines changed

google/provider/provider_mmv1_resources.go

+7-2
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
405405
}
406406

407407
// Resources
408-
// Generated resources: 404
408+
// Generated resources: 409
409409
// Generated IAM resources: 234
410-
// Total generated resources: 638
410+
// Total generated resources: 643
411411
var generatedResources = map[string]*schema.Resource{
412412
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
413413
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -900,11 +900,16 @@ var generatedResources = map[string]*schema.Resource{
900900
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),
901901
"google_network_management_connectivity_test": networkmanagement.ResourceNetworkManagementConnectivityTest(),
902902
"google_network_security_address_group": networksecurity.ResourceNetworkSecurityAddressGroup(),
903+
"google_network_security_firewall_endpoint": networksecurity.ResourceNetworkSecurityFirewallEndpoint(),
904+
"google_network_security_firewall_endpoint_association": networksecurity.ResourceNetworkSecurityFirewallEndpointAssociation(),
903905
"google_network_security_gateway_security_policy": networksecurity.ResourceNetworkSecurityGatewaySecurityPolicy(),
904906
"google_network_security_gateway_security_policy_rule": networksecurity.ResourceNetworkSecurityGatewaySecurityPolicyRule(),
905907
"google_network_security_address_group_iam_binding": tpgiamresource.ResourceIamBinding(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
906908
"google_network_security_address_group_iam_member": tpgiamresource.ResourceIamMember(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
907909
"google_network_security_address_group_iam_policy": tpgiamresource.ResourceIamPolicy(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
910+
"google_network_security_security_profile": networksecurity.ResourceNetworkSecuritySecurityProfile(),
911+
"google_network_security_security_profile_group": networksecurity.ResourceNetworkSecuritySecurityProfileGroup(),
912+
"google_network_security_tls_inspection_policy": networksecurity.ResourceNetworkSecurityTlsInspectionPolicy(),
908913
"google_network_security_url_lists": networksecurity.ResourceNetworkSecurityUrlLists(),
909914
"google_network_services_edge_cache_keyset": networkservices.ResourceNetworkServicesEdgeCacheKeyset(),
910915
"google_network_services_edge_cache_origin": networkservices.ResourceNetworkServicesEdgeCacheOrigin(),

0 commit comments

Comments
 (0)