Skip to content

Commit

Permalink
Add Endpoint Attachment support for Integration Connectors (#9616) (#…
Browse files Browse the repository at this point in the history
…16822)

* Add EndpointAttachment support for integrationconnectors

* Update mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_endpoint_attachment_test.go

* Update mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_endpoint_attachment_test.go

---------


[upstream:d1c644eba58f37e495a6fb95bdb6566ea26e02d4]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 18, 2023
1 parent 3018050 commit 7c557ab
Show file tree
Hide file tree
Showing 7 changed files with 1,001 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9616.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_integration_connectors_endpoint_attachment`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 352
// Generated resources: 353
// Generated IAM resources: 219
// Total generated resources: 571
// Total generated resources: 572
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -784,6 +784,7 @@ var generatedResources = map[string]*schema.Resource{
"google_identity_platform_tenant_inbound_saml_config": identityplatform.ResourceIdentityPlatformTenantInboundSamlConfig(),
"google_identity_platform_tenant_oauth_idp_config": identityplatform.ResourceIdentityPlatformTenantOauthIdpConfig(),
"google_integration_connectors_connection": integrationconnectors.ResourceIntegrationConnectorsConnection(),
"google_integration_connectors_endpoint_attachment": integrationconnectors.ResourceIntegrationConnectorsEndpointAttachment(),
"google_kms_crypto_key": kms.ResourceKMSCryptoKey(),
"google_kms_crypto_key_version": kms.ResourceKMSCryptoKeyVersion(),
"google_kms_key_ring": kms.ResourceKMSKeyRing(),
Expand Down

0 comments on commit 7c557ab

Please sign in to comment.