Skip to content

Commit

Permalink
Add Intercept Endpoint Group resource to Network Security. (#12522)
Browse files Browse the repository at this point in the history
[upstream:9ffbaefa36297db91b4e79927bd62e5afe260207]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Dec 13, 2024
1 parent f86a026 commit 943cd1f
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12522.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_network_security_intercept_endpoint_group` (beta)
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 568
// Generated resources: 569
// Generated IAM resources: 294
// Total generated resources: 862
// Total generated resources: 863
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1145,6 +1145,7 @@ var generatedResources = map[string]*schema.Resource{
"google_network_security_gateway_security_policy_rule": networksecurity.ResourceNetworkSecurityGatewaySecurityPolicyRule(),
"google_network_security_intercept_deployment": networksecurity.ResourceNetworkSecurityInterceptDeployment(),
"google_network_security_intercept_deployment_group": networksecurity.ResourceNetworkSecurityInterceptDeploymentGroup(),
"google_network_security_intercept_endpoint_group": networksecurity.ResourceNetworkSecurityInterceptEndpointGroup(),
"google_network_security_mirroring_deployment": networksecurity.ResourceNetworkSecurityMirroringDeployment(),
"google_network_security_mirroring_deployment_group": networksecurity.ResourceNetworkSecurityMirroringDeploymentGroup(),
"google_network_security_mirroring_endpoint_group": networksecurity.ResourceNetworkSecurityMirroringEndpointGroup(),
Expand Down
Loading

0 comments on commit 943cd1f

Please sign in to comment.