Skip to content

Commit de91912

Browse files
Add Intercept Endpoint Group resource to Network Security. (#12522) (#8912)
[upstream:9ffbaefa36297db91b4e79927bd62e5afe260207] Signed-off-by: Modular Magician <[email protected]>
1 parent f86a026 commit de91912

7 files changed

+960
-2
lines changed

.changelog/12522.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_network_security_intercept_endpoint_group` (beta)
3+
```

google-beta/provider/provider_mmv1_resources.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
509509
}
510510

511511
// Resources
512-
// Generated resources: 568
512+
// Generated resources: 569
513513
// Generated IAM resources: 294
514-
// Total generated resources: 862
514+
// Total generated resources: 863
515515
var generatedResources = map[string]*schema.Resource{
516516
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
517517
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1145,6 +1145,7 @@ var generatedResources = map[string]*schema.Resource{
11451145
"google_network_security_gateway_security_policy_rule": networksecurity.ResourceNetworkSecurityGatewaySecurityPolicyRule(),
11461146
"google_network_security_intercept_deployment": networksecurity.ResourceNetworkSecurityInterceptDeployment(),
11471147
"google_network_security_intercept_deployment_group": networksecurity.ResourceNetworkSecurityInterceptDeploymentGroup(),
1148+
"google_network_security_intercept_endpoint_group": networksecurity.ResourceNetworkSecurityInterceptEndpointGroup(),
11481149
"google_network_security_mirroring_deployment": networksecurity.ResourceNetworkSecurityMirroringDeployment(),
11491150
"google_network_security_mirroring_deployment_group": networksecurity.ResourceNetworkSecurityMirroringDeploymentGroup(),
11501151
"google_network_security_mirroring_endpoint_group": networksecurity.ResourceNetworkSecurityMirroringEndpointGroup(),

0 commit comments

Comments
 (0)