From fcc6521ec7f316b4ae28e3f16a96385bf95fd301 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:14:38 +0100 Subject: [PATCH] Fix: typo Fix: typo --- infra/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/README.md b/infra/README.md index 9b74048c12..74a706f31a 100644 --- a/infra/README.md +++ b/infra/README.md @@ -20,7 +20,7 @@ Before we can run `pulumi up`, there are a few resources that need to be built/p ```sh # set route53 zone export ROUTE_53_ZONE=... -# set environment-sepecific domain +# set environment-specific domain export DOMAIN=... # secrets manager resource ARN export IAM_SERVER_SSM_ARN=... @@ -31,4 +31,4 @@ export DOCKER_GTC_PASSPORT_IAM_IMAGE=... ## Pulumi deploy ```sh pulumi up -``` \ No newline at end of file +```