Skip to content

Commit

Permalink
Ncc rep resource (#10573) (#7313)
Browse files Browse the repository at this point in the history
[upstream:07c06ecd2a0d5b9a5d040102eb4dc26676e6152b]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored May 2, 2024
1 parent dda3996 commit a84b92d
Show file tree
Hide file tree
Showing 5 changed files with 1,062 additions and 2 deletions.
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 @@ -451,9 +451,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 462
// Generated resources: 463
// Generated IAM resources: 267
// Total generated resources: 729
// Total generated resources: 730
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1000,6 +1000,7 @@ var generatedResources = map[string]*schema.Resource{
"google_netapp_storage_pool": netapp.ResourceNetappstoragePool(),
"google_network_connectivity_internal_range": networkconnectivity.ResourceNetworkConnectivityInternalRange(),
"google_network_connectivity_policy_based_route": networkconnectivity.ResourceNetworkConnectivityPolicyBasedRoute(),
"google_network_connectivity_regional_endpoint": networkconnectivity.ResourceNetworkConnectivityRegionalEndpoint(),
"google_network_connectivity_service_connection_policy": networkconnectivity.ResourceNetworkConnectivityServiceConnectionPolicy(),
"google_network_management_connectivity_test": networkmanagement.ResourceNetworkManagementConnectivityTest(),
"google_network_security_address_group": networksecurity.ResourceNetworkSecurityAddressGroup(),
Expand Down
Loading

0 comments on commit a84b92d

Please sign in to comment.