From 649c867f6cac9dd2d25a195845a4af1867fa9ce1 Mon Sep 17 00:00:00 2001 From: Walker Lockard Date: Thu, 10 Jul 2025 13:06:47 -0500 Subject: [PATCH] doc: add link to TF config reference to TF customization overview page --- docs/terraform/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/terraform/index.mdx b/docs/terraform/index.mdx index ef74019..16e4cc5 100644 --- a/docs/terraform/index.mdx +++ b/docs/terraform/index.mdx @@ -47,3 +47,7 @@ Access advanced customization options for fine-grained control. ### [Schema Keywords](/docs/terraform/schema-keywords) Learn about supported OpenAPI schema keywords and their behavior. + +### [Configuration Reference](/docs/speakeasy-reference/generation/terraform-config) + +Complete reference for all available Terraform configuration options in the `gen.yaml` file.