Skip to content

Commit 449ca27

Browse files
Adding Apigee Security Profile V2 resource support (#13689) (#22524)
[upstream:29218d99e5be40a104395b799bb2d36af00c112f] Signed-off-by: Modular Magician <[email protected]>
1 parent cb9af4d commit 449ca27

6 files changed

+845
-2
lines changed

.changelog/13689.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_apigee_security_profile_v2`
3+
```

google/provider/provider_mmv1_resources.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
517517
}
518518

519519
// Resources
520-
// Generated resources: 592
520+
// Generated resources: 593
521521
// Generated IAM resources: 297
522-
// Total generated resources: 889
522+
// Total generated resources: 890
523523
var generatedResources = map[string]*schema.Resource{
524524
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
525525
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -571,6 +571,7 @@ var generatedResources = map[string]*schema.Resource{
571571
"google_apigee_keystores_aliases_self_signed_cert": apigee.ResourceApigeeKeystoresAliasesSelfSignedCert(),
572572
"google_apigee_nat_address": apigee.ResourceApigeeNatAddress(),
573573
"google_apigee_organization": apigee.ResourceApigeeOrganization(),
574+
"google_apigee_security_profile_v2": apigee.ResourceApigeeSecurityProfileV2(),
574575
"google_apigee_sync_authorization": apigee.ResourceApigeeSyncAuthorization(),
575576
"google_apigee_target_server": apigee.ResourceApigeeTargetServer(),
576577
"google_apihub_api_hub_instance": apihub.ResourceApihubApiHubInstance(),

0 commit comments

Comments
 (0)