From 3fbfecf7a93a6b53b065993de7f07ed70f8a3eb4 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Wed, 22 Jan 2025 18:46:36 -0800 Subject: [PATCH] docs: correct aws env vars in aws connection self-hosted docs --- docs/integrations/app-connections/aws.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/app-connections/aws.mdx b/docs/integrations/app-connections/aws.mdx index 176847764..77b1f6b45 100644 --- a/docs/integrations/app-connections/aws.mdx +++ b/docs/integrations/app-connections/aws.mdx @@ -47,8 +47,8 @@ Infisical supports two methods for connecting to AWS. ![Access Key Step 3](/images/integrations/aws/integrations-aws-access-key-3.png) - 1. Set the access key as **INF_APP_CONNECTION_AWS_CLIENT_ID**. - 2. Set the secret key as **INF_APP_CONNECTION_AWS_CLIENT_SECRET**. + 1. Set the access key as **INF_APP_CONNECTION_AWS_ACCESS_KEY_ID**. + 2. Set the secret key as **INF_APP_CONNECTION_AWS_SECRET_ACCESS_KEY**.