Skip to content

Commit f4e1f7a

Browse files
new-resource: google_apigee_security_action (#14317) (#23721)
[upstream:fb4287d5e1d6c3a6254007635304451797e2578b] Signed-off-by: Modular Magician <[email protected]>
1 parent 9e8c9cf commit f4e1f7a

File tree

6 files changed

+1947
-2
lines changed

6 files changed

+1947
-2
lines changed

.changelog/14317.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_action`
3+
```

google/provider/provider_mmv1_resources.go

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

554554
// Resources
555-
// Generated resources: 640
555+
// Generated resources: 641
556556
// Generated IAM resources: 309
557-
// Total generated resources: 949
557+
// Total generated resources: 950
558558
var generatedResources = map[string]*schema.Resource{
559559
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
560560
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -607,6 +607,7 @@ var generatedResources = map[string]*schema.Resource{
607607
"google_apigee_keystores_aliases_self_signed_cert": apigee.ResourceApigeeKeystoresAliasesSelfSignedCert(),
608608
"google_apigee_nat_address": apigee.ResourceApigeeNatAddress(),
609609
"google_apigee_organization": apigee.ResourceApigeeOrganization(),
610+
"google_apigee_security_action": apigee.ResourceApigeeSecurityAction(),
610611
"google_apigee_security_monitoring_condition": apigee.ResourceApigeeSecurityMonitoringCondition(),
611612
"google_apigee_security_profile_v2": apigee.ResourceApigeeSecurityProfileV2(),
612613
"google_apigee_sync_authorization": apigee.ResourceApigeeSyncAuthorization(),

0 commit comments

Comments
 (0)