Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion module-definitions/catalog/rvn-aws-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion module-definitions/catalog/rvn-lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ All inputs for `rvn-lambda` version `0.4.0`. Use the `name` shown for each field
</ResponseField>

<ResponseField name="source_repo" type="gitrepo" required>
**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"]}`
</ResponseField>
Expand Down
2 changes: 1 addition & 1 deletion module-definitions/catalog/rvn-stack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading