From fbab5b4433af9bb219102f8723e5737686622451 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Fri, 27 Feb 2026 10:47:03 -0800 Subject: [PATCH] fix: update RunsOn docs for Terraform module migration Update parameter references to match the new Terraform module-based component (DEV-3968): - LicenseKey parameter -> license_key variable - RunsOnEntryPoint output -> apprunner_service_url output Co-Authored-By: Claude Opus 4.6 --- docs/layers/github-actions/runs-on.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layers/github-actions/runs-on.mdx b/docs/layers/github-actions/runs-on.mdx index 8d3240931..56d4b249f 100644 --- a/docs/layers/github-actions/runs-on.mdx +++ b/docs/layers/github-actions/runs-on.mdx @@ -74,7 +74,7 @@ If you opt to deploy RunsOn into a separate VPC, you will need to connect that V Non-profit organizations qualify for free non-commercial licenses. - Once you have your license key, add it to your Atmos stack catalog at `stacks/catalog/runs-on/defaults.yaml` in the `LicenseKey` parameter. + Once you have your license key, add it to your Atmos stack catalog at `stacks/catalog/runs-on/defaults.yaml` in the `license_key` variable. Share your RunsOn license key via 1Password and we'll add it to your stack catalog for you. @@ -108,7 +108,7 @@ If you opt to deploy RunsOn into a separate VPC, you will need to connect that V After deployment, follow these steps to install the GitHub App: - 1. Check the Terraform outputs for `RunsOnEntryPoint` + 1. Check the Terraform outputs for `apprunner_service_url` 1. Use the provided URL to install the GitHub App 1. Follow the prompts to complete the installation in your GitHub Organization 1. Ensure you have the necessary permissions in GitHub to install the app