Skip to content

Commit 6ec3eea

Browse files
Introduce Destination resource (#16002) (#11340)
[upstream:dac6b8e7f44851f9c830b928b981ea3495fe01b8] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent f5f0738 commit 6ec3eea

7 files changed

+1411
-2
lines changed

.changelog/16002.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_network_connectivity_destination`
3+
```

google-beta/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
632632
}
633633

634634
// Resources
635-
// Generated resources: 765
635+
// Generated resources: 766
636636
// Generated IAM resources: 351
637-
// Total generated resources: 1116
637+
// Total generated resources: 1117
638638
var generatedResources = map[string]*schema.Resource{
639639
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
640640
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1444,6 +1444,7 @@ var generatedResources = map[string]*schema.Resource{
14441444
"google_netapp_volume_replication": netapp.ResourceNetappVolumeReplication(),
14451445
"google_netapp_volume_snapshot": netapp.ResourceNetappVolumeSnapshot(),
14461446
"google_netapp_kmsconfig": netapp.ResourceNetappkmsconfig(),
1447+
"google_network_connectivity_destination": networkconnectivity.ResourceNetworkConnectivityDestination(),
14471448
"google_network_connectivity_gateway_advertised_route": networkconnectivity.ResourceNetworkConnectivityGatewayAdvertisedRoute(),
14481449
"google_network_connectivity_group": networkconnectivity.ResourceNetworkConnectivityGroup(),
14491450
"google_network_connectivity_hub": networkconnectivity.ResourceNetworkConnectivityHub(),

0 commit comments

Comments
 (0)