Skip to content

Commit 2061d55

Browse files
Added new resource "Security Policy Rule" (#10434) (#17937)
[upstream:9059b44c37c1a6a92ed7a2c171337d559a8a2662] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent c0e4cb3 commit 2061d55

6 files changed

+2403
-2
lines changed

google/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
404404
}
405405

406406
// Resources
407-
// Generated resources: 402
407+
// Generated resources: 403
408408
// Generated IAM resources: 234
409-
// Total generated resources: 636
409+
// Total generated resources: 637
410410
var generatedResources = map[string]*schema.Resource{
411411
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
412412
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -634,6 +634,7 @@ var generatedResources = map[string]*schema.Resource{
634634
"google_compute_route": compute.ResourceComputeRoute(),
635635
"google_compute_router": compute.ResourceComputeRouter(),
636636
"google_compute_router_nat": compute.ResourceComputeRouterNat(),
637+
"google_compute_security_policy_rule": compute.ResourceComputeSecurityPolicyRule(),
637638
"google_compute_service_attachment": compute.ResourceComputeServiceAttachment(),
638639
"google_compute_snapshot": compute.ResourceComputeSnapshot(),
639640
"google_compute_snapshot_iam_binding": tpgiamresource.ResourceIamBinding(compute.ComputeSnapshotIamSchema, compute.ComputeSnapshotIamUpdaterProducer, compute.ComputeSnapshotIdParseFunc),

0 commit comments

Comments
 (0)