Skip to content

Commit

Permalink
Adding Support for Snapshot module for Google Cloud Netapp Volume (#9812
Browse files Browse the repository at this point in the history
) (#17138)

* initial snap commit

* yaml lint fix

* updated test files and descriptions

* updated volume snapshot resource name

* removed volumesnapshot

* updated VolumeSnapshot file name

* filename fixes

[upstream:2bc42592095becb5846fd1421a9a1dc3ad7b03f2]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 30, 2024
1 parent d5cdb31 commit 815c34e
Show file tree
Hide file tree
Showing 7 changed files with 1,049 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9812.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_netapp_volume_snapshot`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 372
// Generated resources: 373
// Generated IAM resources: 222
// Total generated resources: 594
// Total generated resources: 595
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -825,6 +825,7 @@ var generatedResources = map[string]*schema.Resource{
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
"google_netapp_volume": netapp.ResourceNetappVolume(),
"google_netapp_volume_snapshot": netapp.ResourceNetappVolumeSnapshot(),
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
"google_netapp_backup_policy": netapp.ResourceNetappbackupPolicy(),
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),
Expand Down
Loading

0 comments on commit 815c34e

Please sign in to comment.