Skip to content

Commit

Permalink
add auto_accept_projects in ncc group (#11828) (#19902)
Browse files Browse the repository at this point in the history
[upstream:1d989ef58dd39f393918ae086ffde8b6bf6383a0]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 17, 2024
1 parent 47b8573 commit 1cb8c43
Show file tree
Hide file tree
Showing 6 changed files with 997 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11828.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_network_connectivity_group`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 476
// Generated resources: 477
// Generated IAM resources: 261
// Total generated resources: 737
// Total generated resources: 738
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -976,6 +976,7 @@ var generatedResources = map[string]*schema.Resource{
"google_netapp_volume_replication": netapp.ResourceNetappVolumeReplication(),
"google_netapp_volume_snapshot": netapp.ResourceNetappVolumeSnapshot(),
"google_netapp_kmsconfig": netapp.ResourceNetappkmsconfig(),
"google_network_connectivity_group": networkconnectivity.ResourceNetworkConnectivityGroup(),
"google_network_connectivity_hub": networkconnectivity.ResourceNetworkConnectivityHub(),
"google_network_connectivity_internal_range": networkconnectivity.ResourceNetworkConnectivityInternalRange(),
"google_network_connectivity_policy_based_route": networkconnectivity.ResourceNetworkConnectivityPolicyBasedRoute(),
Expand Down
Loading

0 comments on commit 1cb8c43

Please sign in to comment.