@@ -405,9 +405,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
405
405
}
406
406
407
407
// Resources
408
- // Generated resources: 404
408
+ // Generated resources: 409
409
409
// Generated IAM resources: 234
410
- // Total generated resources: 638
410
+ // Total generated resources: 643
411
411
var generatedResources = map [string ]* schema.Resource {
412
412
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
413
413
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -900,11 +900,16 @@ var generatedResources = map[string]*schema.Resource{
900
900
"google_network_connectivity_service_connection_policy" : networkconnectivity .ResourceNetworkConnectivityServiceConnectionPolicy (),
901
901
"google_network_management_connectivity_test" : networkmanagement .ResourceNetworkManagementConnectivityTest (),
902
902
"google_network_security_address_group" : networksecurity .ResourceNetworkSecurityAddressGroup (),
903
+ "google_network_security_firewall_endpoint" : networksecurity .ResourceNetworkSecurityFirewallEndpoint (),
904
+ "google_network_security_firewall_endpoint_association" : networksecurity .ResourceNetworkSecurityFirewallEndpointAssociation (),
903
905
"google_network_security_gateway_security_policy" : networksecurity .ResourceNetworkSecurityGatewaySecurityPolicy (),
904
906
"google_network_security_gateway_security_policy_rule" : networksecurity .ResourceNetworkSecurityGatewaySecurityPolicyRule (),
905
907
"google_network_security_address_group_iam_binding" : tpgiamresource .ResourceIamBinding (networksecurity .NetworkSecurityProjectAddressGroupIamSchema , networksecurity .NetworkSecurityProjectAddressGroupIamUpdaterProducer , networksecurity .NetworkSecurityProjectAddressGroupIdParseFunc ),
906
908
"google_network_security_address_group_iam_member" : tpgiamresource .ResourceIamMember (networksecurity .NetworkSecurityProjectAddressGroupIamSchema , networksecurity .NetworkSecurityProjectAddressGroupIamUpdaterProducer , networksecurity .NetworkSecurityProjectAddressGroupIdParseFunc ),
907
909
"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 (),
908
913
"google_network_security_url_lists" : networksecurity .ResourceNetworkSecurityUrlLists (),
909
914
"google_network_services_edge_cache_keyset" : networkservices .ResourceNetworkServicesEdgeCacheKeyset (),
910
915
"google_network_services_edge_cache_origin" : networkservices .ResourceNetworkServicesEdgeCacheOrigin (),
0 commit comments