[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 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 }"]]