Skip to content

Commit

Permalink
Ncc rep resource (#10573)
Browse files Browse the repository at this point in the history
Co-authored-by: Simal Cubuk <rsimalcubuk@google.com>

[upstream:07c06ecd2a0d5b9a5d040102eb4dc26676e6152b]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed May 2, 2024
1 parent b3e2a99 commit 7538ab8
Show file tree
Hide file tree
Showing 5 changed files with 1,062 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 403
// Generated resources: 404
// Generated IAM resources: 234
// Total generated resources: 637
// Total generated resources: 638
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -896,6 +896,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 7538ab8

Please sign in to comment.