Skip to content

Commit

Permalink
Added new resource "Security Policy Rule" (#10434) (#17937)
Browse files Browse the repository at this point in the history
[upstream:9059b44c37c1a6a92ed7a2c171337d559a8a2662]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 23, 2024
1 parent c0e4cb3 commit 2061d55
Show file tree
Hide file tree
Showing 6 changed files with 2,403 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 402
// Generated resources: 403
// Generated IAM resources: 234
// Total generated resources: 636
// Total generated resources: 637
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -634,6 +634,7 @@ var generatedResources = map[string]*schema.Resource{
"google_compute_route": compute.ResourceComputeRoute(),
"google_compute_router": compute.ResourceComputeRouter(),
"google_compute_router_nat": compute.ResourceComputeRouterNat(),
"google_compute_security_policy_rule": compute.ResourceComputeSecurityPolicyRule(),
"google_compute_service_attachment": compute.ResourceComputeServiceAttachment(),
"google_compute_snapshot": compute.ResourceComputeSnapshot(),
"google_compute_snapshot_iam_binding": tpgiamresource.ResourceIamBinding(compute.ComputeSnapshotIamSchema, compute.ComputeSnapshotIamUpdaterProducer, compute.ComputeSnapshotIdParseFunc),
Expand Down
Loading

0 comments on commit 2061d55

Please sign in to comment.