google_integration_connectors_endpoint_attachment

An Integration connectors Endpoint Attachment.

To get more information about EndpointAttachment, see:

Open in Cloud Shell

Example Usage - Integration Connectors Endpoint Attachment

resource "google_integration_connectors_endpoint_attachment" "sampleendpointattachment" {
  name     = "test-endpoint-attachment"
  location = "us-central1"
  description = "tf created description"
  service_attachment = "projects/connectors-example/regions/us-central1/serviceAttachments/test"
  labels = {
    foo = "bar"
  }
}

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

EndpointAttachment can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import EndpointAttachment using one of the formats above. For example:

import {
  id = "projects/{{project}}/locations/{{location}}/endpointAttachments/{{name}}"
  to = google_integration_connectors_endpoint_attachment.default
}

When using the terraform import command, EndpointAttachment can be imported using one of the formats above. For example:

$ terraform import google_integration_connectors_endpoint_attachment.default projects/{{project}}/locations/{{location}}/endpointAttachments/{{name}}
$ terraform import google_integration_connectors_endpoint_attachment.default {{project}}/{{location}}/{{name}}
$ terraform import google_integration_connectors_endpoint_attachment.default {{location}}/{{name}}

User Project Overrides

This resource supports User Project Overrides.