Skip to content

Commit

Permalink
Netapp active dirtectory (#9546) (#16844)
Browse files Browse the repository at this point in the history
[upstream:9b4e593d6ab75c34bc58ac303e93ea91f75190ff]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Dec 20, 2023
1 parent 0860faf commit 9668862
Show file tree
Hide file tree
Showing 6 changed files with 1,457 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9546.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_netapp_active_directory`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 357
// Generated resources: 358
// Generated IAM resources: 219
// Total generated resources: 576
// Total generated resources: 577
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -810,6 +810,7 @@ var generatedResources = map[string]*schema.Resource{
"google_monitoring_custom_service": monitoring.ResourceMonitoringService(),
"google_monitoring_slo": monitoring.ResourceMonitoringSlo(),
"google_monitoring_uptime_check_config": monitoring.ResourceMonitoringUptimeCheckConfig(),
"google_netapp_active_directory": netapp.ResourceNetappactiveDirectory(),
"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 9668862

Please sign in to comment.