Skip to content

Commit

Permalink
Netapp backup vault (#9687) (#16876)
Browse files Browse the repository at this point in the history
* 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 <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 28, 2023
1 parent 27f6e11 commit 172f911
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9687.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
google_netapp_backup_vault
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 358
// Generated resources: 359
// Generated IAM resources: 219
// Total generated resources: 577
// Total generated resources: 578
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -812,6 +812,7 @@ var generatedResources = map[string]*schema.Resource{
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),
"google_netapp_storage_pool": netapp.ResourceNetappstoragePool(),
"google_network_connectivity_policy_based_route": networkconnectivity.ResourceNetworkConnectivityPolicyBasedRoute(),
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),
Expand Down
Loading

0 comments on commit 172f911

Please sign in to comment.