Skip to content

Commit 172f911

Browse files
Netapp backup vault (#9687) (#16876)
* netapp-backup-vault: First commit * Updated test file * make the tests use different regions * Revert testing back to us-central1 - disabled example test. Now only custom test ist running and doesn't generate region conflict - Small documentation fix * make lint-yaml happy * make lint-yaml happy2 * make yamlking happy3 * Move example above parameters [upstream:7cabf6d92716b9acc1202056cb14deac7adbe46a] Signed-off-by: Modular Magician <[email protected]>
1 parent 27f6e11 commit 172f911

6 files changed

+865
-2
lines changed

.changelog/9687.txt

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

google/provider/provider_mmv1_resources.go

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

376376
// Resources
377-
// Generated resources: 358
377+
// Generated resources: 359
378378
// Generated IAM resources: 219
379-
// Total generated resources: 577
379+
// Total generated resources: 578
380380
var generatedResources = map[string]*schema.Resource{
381381
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
382382
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -812,6 +812,7 @@ var generatedResources = map[string]*schema.Resource{
812812
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
813813
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
814814
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
815+
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),
815816
"google_netapp_storage_pool": netapp.ResourceNetappstoragePool(),
816817
"google_network_connectivity_policy_based_route": networkconnectivity.ResourceNetworkConnectivityPolicyBasedRoute(),
817818
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),

0 commit comments

Comments
 (0)