Skip to content

Commit

Permalink
Add Intercept Deployment resource to Network Security. (#12521) (#8876)
Browse files Browse the repository at this point in the history
[upstream:a88f911620b211096e0b33d7a4a70cec11920c6a]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 9, 2024
1 parent 7445da9 commit 95b8437
Show file tree
Hide file tree
Showing 7 changed files with 1,110 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12521.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_network_security_intercept_deployment`
```
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: 567
// Generated resources: 568
// Generated IAM resources: 294
// Total generated resources: 861
// Total generated resources: 862
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1143,6 +1143,7 @@ var generatedResources = map[string]*schema.Resource{
"google_network_security_firewall_endpoint_association": networksecurity.ResourceNetworkSecurityFirewallEndpointAssociation(),
"google_network_security_gateway_security_policy": networksecurity.ResourceNetworkSecurityGatewaySecurityPolicy(),
"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_mirroring_deployment": networksecurity.ResourceNetworkSecurityMirroringDeployment(),
"google_network_security_mirroring_deployment_group": networksecurity.ResourceNetworkSecurityMirroringDeploymentGroup(),
Expand Down
Loading

0 comments on commit 95b8437

Please sign in to comment.