[[["이해하기 쉬움","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(UTC)"],[[["\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 }"]]