Skip to content

Commit 9f110be

Browse files
Adding Apigee Security Monitoring Condition resource support (#13714) (#22953)
[upstream:e56f4d2e3fa179582fdc87153bb93e4f478e0c1f] Signed-off-by: Modular Magician <[email protected]>
1 parent 8285b17 commit 9f110be

6 files changed

+866
-2
lines changed

.changelog/13714.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_apigee_security_monitoring_condition`
3+
```

google/provider/provider_mmv1_resources.go

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

539539
// Resources
540-
// Generated resources: 606
540+
// Generated resources: 607
541541
// Generated IAM resources: 309
542-
// Total generated resources: 915
542+
// Total generated resources: 916
543543
var generatedResources = map[string]*schema.Resource{
544544
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
545545
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -591,6 +591,7 @@ var generatedResources = map[string]*schema.Resource{
591591
"google_apigee_keystores_aliases_self_signed_cert": apigee.ResourceApigeeKeystoresAliasesSelfSignedCert(),
592592
"google_apigee_nat_address": apigee.ResourceApigeeNatAddress(),
593593
"google_apigee_organization": apigee.ResourceApigeeOrganization(),
594+
"google_apigee_security_monitoring_condition": apigee.ResourceApigeeSecurityMonitoringCondition(),
594595
"google_apigee_security_profile_v2": apigee.ResourceApigeeSecurityProfileV2(),
595596
"google_apigee_sync_authorization": apigee.ResourceApigeeSyncAuthorization(),
596597
"google_apigee_target_server": apigee.ResourceApigeeTargetServer(),

0 commit comments

Comments
 (0)