From cb81724e6f552d1a6bc35d6050f15b922b4603cd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:27:21 +0000 Subject: [PATCH] docs: fix typos and formatting in module catalog --- module-definitions/catalog/rvn-aws-network.mdx | 2 +- module-definitions/catalog/rvn-lambda.mdx | 2 +- module-definitions/catalog/rvn-stack.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module-definitions/catalog/rvn-aws-network.mdx b/module-definitions/catalog/rvn-aws-network.mdx index a8eed8a..1fdf4b4 100644 --- a/module-definitions/catalog/rvn-aws-network.mdx +++ b/module-definitions/catalog/rvn-aws-network.mdx @@ -59,7 +59,7 @@ The VPC module provides: - **VPC Flow Logs** for network traffic monitoring and SOC 2 compliance - **VPC Peering** to connect with existing VPCs across accounts or regions - Terraform source: [flightcontrolhq/modules/networking/vpc](https://github.com/flightcontrolhq/modules/tree/rvn-aws-network@0.2.2/networking/vpc) +Terraform source: [flightcontrolhq/modules/networking/vpc](https://github.com/flightcontrolhq/modules/tree/rvn-aws-network@0.2.2/networking/vpc) ### Use cases diff --git a/module-definitions/catalog/rvn-lambda.mdx b/module-definitions/catalog/rvn-lambda.mdx index 3985f5b..6ce764f 100644 --- a/module-definitions/catalog/rvn-lambda.mdx +++ b/module-definitions/catalog/rvn-lambda.mdx @@ -237,7 +237,7 @@ All inputs for `rvn-lambda` version `0.4.0`. Use the `name` shown for each field - **Git repository.** Repository containing the application source for Dockerfile or Railpack builds. + **Git repository.** Repository containing the application source for Dockerfile or Nixpacks builds. - Shown when: `{"build_source":["nixpacks","dockerfile"]}` diff --git a/module-definitions/catalog/rvn-stack.mdx b/module-definitions/catalog/rvn-stack.mdx index 3847137..a53df10 100644 --- a/module-definitions/catalog/rvn-stack.mdx +++ b/module-definitions/catalog/rvn-stack.mdx @@ -84,7 +84,7 @@ When you create a Stack, it automatically inherits the default change pipeline ( | Terraform variables | Key/value pairs passed as `-var` flags to Terraform/OpenTofu | | Environment variables | Available during workflow execution; supports `from_parameter_store` and `from_secrets_manager` | -| Iac Fields | Description | +| IaC Fields | Description | | -------------------- | ------------------------------------------------------------------------ | | Infrastructure tool | Terraform or OpenTofu | | Version | Specific tool version to use |