Google 会使用 AI 技术将内容翻译成您偏好的语言。AI 翻译可能包含错误。 Home Documentation Application development Integration Connectors 参考文档 使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类。 用于创建端点连接的示例 Terraform 模板 以下是用于创建端点连接的示例 Terraform 模板。 resource "google_integration_connectors_endpoint_attachment" "default" { name = "test-endpoint-attachment" location = "us-central1" description = "tf created description" service_attachment = "projects/connectors-example/regions/us-central1/serviceAttachments/test" labels = { foo = "bar" } }