Skip to content

Commit

Permalink
add auto_accept_projects in ncc group (#11828) (#8439)
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 a7d85fa commit e23be5b
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-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 539
// Generated resources: 540
// Generated IAM resources: 291
// Total generated resources: 830
// Total generated resources: 831
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1091,6 +1091,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 e23be5b

Please sign in to comment.