Skip to content

Commit d4afa91

Browse files
Added volume module for Google Cloud NetApp Volume (#9513) (#16990)
* added volume module * Added updated function and network fix * updated update test fields. * updated unixPermissions field. * updated test file for snapshot_policy * updated description. updated test file with basic example and function name. * removed the *_UNSPECIFIED values for inputs Default values for minutes, hours, days and day_of_week in snapshot block Updated tests to incorporate suggestions by shuya Fixes some indentation in tests Updates some test to get better test coverage commented restoreParamters as suggested by Shuya. * updated tests to use us-west1 region * updated region to us-west2 [upstream:bd6b1b34069c41459496f838c32a8014af9a8dc2] Signed-off-by: Modular Magician <[email protected]>
1 parent f2aac83 commit d4afa91

7 files changed

+2946
-2
lines changed

.changelog/9513.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_netapp_volume`
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: 365
380+
// Generated resources: 366
381381
// Generated IAM resources: 219
382-
// Total generated resources: 584
382+
// Total generated resources: 585
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_custom_service": monitoring.ResourceMonitoringService(),
817817
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
818818
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
819+
"google_netapp_volume": netapp.ResourceNetappVolume(),
819820
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
820821
"google_netapp_backup_policy": netapp.ResourceNetappbackupPolicy(),
821822
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),

0 commit comments

Comments
 (0)