[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-19。"],[[["\u003cp\u003eThis is a sample Terraform template for creating an endpoint attachment.\u003c/p\u003e\n"],["\u003cp\u003eThe template is generic and can be adapted for various connectors based on specific needs.\u003c/p\u003e\n"],["\u003cp\u003eThe resource \u003ccode\u003egoogle_integration_connectors_endpoint_attachment\u003c/code\u003e is used to define the endpoint attachment.\u003c/p\u003e\n"],["\u003cp\u003eKey attributes include \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003elocation\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003eservice_attachment\u003c/code\u003e, and \u003ccode\u003elabels\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Sample terraform template for endpoint attachment creation\n==========================================================\n\nThe following is a sample terraform template for endpoint attachment creation.\n**Note:**This sample is not specific to any connector. It just shows how an endpoint attachment creation terraform template looks like. You must repurpose this sample based on your requirements. \n\n resource \"google_integration_connectors_endpoint_attachment\" \"default\" {\n name = \"test-endpoint-attachment\"\n location = \"us-central1\"\n description = \"tf created description\"\n service_attachment = \"projects/connectors-example/regions/us-central1/serviceAttachments/test\"\n labels = {\n foo = \"bar\"\n }\n }"]]