Skip to content

Commit

Permalink
Add Terraform definition and tests for Interconnect resources. (#10577)…
Browse files Browse the repository at this point in the history
… (#18064)

[upstream:9947898b274c9a3e5e1b972854931abf9e163e90]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 9, 2024
1 parent e7ba735 commit 04604c3
Show file tree
Hide file tree
Showing 5 changed files with 1,837 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: 410
// Generated resources: 411
// Generated IAM resources: 234
// Total generated resources: 644
// Total generated resources: 645
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -597,6 +597,7 @@ var generatedResources = map[string]*schema.Resource{
"google_compute_instance_group_membership": compute.ResourceComputeInstanceGroupMembership(),
"google_compute_instance_group_named_port": compute.ResourceComputeInstanceGroupNamedPort(),
"google_compute_instance_settings": compute.ResourceComputeInstanceSettings(),
"google_compute_interconnect": compute.ResourceComputeInterconnect(),
"google_compute_interconnect_attachment": compute.ResourceComputeInterconnectAttachment(),
"google_compute_managed_ssl_certificate": compute.ResourceComputeManagedSslCertificate(),
"google_compute_network": compute.ResourceComputeNetwork(),
Expand Down
Loading

0 comments on commit 04604c3

Please sign in to comment.