[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[[["\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 }"]]