Skip to content

Commit 637f9c9

Browse files
Add Backup Policy resource for NetApp Volumes (#9711) (#16962)
* Backup Policy first commit * make lint-yaml happy * make lint-yaml happy2 * make lint-yaml happy3 * Update verbs, other small changes * Apply suggestions from code review --------- [upstream:5f5f9b3fee520b56f9dae6ec164d855d9074df87] Signed-off-by: Modular Magician <[email protected]>
1 parent 246d340 commit 637f9c9

7 files changed

+1205
-2
lines changed

.changelog/9711.txt

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

google/provider/provider_mmv1_resources.go

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

379379
// Resources
380-
// Generated resources: 363
380+
// Generated resources: 364
381381
// Generated IAM resources: 219
382-
// Total generated resources: 582
382+
// Total generated resources: 583
383383
var generatedResources = map[string]*schema.Resource{
384384
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
385385
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -816,6 +816,7 @@ var generatedResources = map[string]*schema.Resource{
816816
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
817817
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
818818
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
819+
"google_netapp_backup_policy": netapp.ResourceNetappbackupPolicy(),
819820
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),
820821
"google_netapp_kmsconfig": netapp.ResourceNetappkmsconfig(),
821822
"google_netapp_storage_pool": netapp.ResourceNetappstoragePool(),

0 commit comments

Comments
 (0)