[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (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 }"]]