Skip to content

Commit

Permalink
add support for netapp KMS_config(#9353) (#6831)
Browse files Browse the repository at this point in the history
* KMS_config_first_commit

* kmscommit for author change

* Updated label to KeyValueLabels

* kmsconfig_update_key_ring_crypto_key_name

* Fixed issues in resource_netapp_kmsconfig_test.go

* removed roation_period

* changed location to us-west1

* fixed double quotes

* changes_with_labels

* changed location to us-central1
[upstream:08644b8fb4c5d63b13c11283a068f1e132903637]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jan 9, 2024
1 parent 5fa3000 commit 37a10cb
Show file tree
Hide file tree
Showing 7 changed files with 1,050 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9353.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_netapp_kmsconfig`
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 416
// Generated resources: 417
// Generated IAM resources: 252
// Total generated resources: 668
// Total generated resources: 669
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -920,6 +920,7 @@ var generatedResources = map[string]*schema.Resource{
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
"google_netapp_backup_vault": netapp.ResourceNetappbackupVault(),
"google_netapp_kmsconfig": netapp.ResourceNetappkmsconfig(),
"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 37a10cb

Please sign in to comment.