From f14140ad50108bf3147981cdac5f48841095d134 Mon Sep 17 00:00:00 2001 From: avinash-sagi <98329051+avinash-sagi@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:10:10 +0530 Subject: [PATCH] Fix spelling mistake --- infrastructure/vpc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/vpc.yaml b/infrastructure/vpc.yaml index e43cb81c..d7e769f6 100644 --- a/infrastructure/vpc.yaml +++ b/infrastructure/vpc.yaml @@ -1,6 +1,6 @@ Description: > This template deploys a VPC, with a pair of public and private subnets spread - across two Availabilty Zones. It deploys an Internet Gateway, with a default + across two Availability Zones. It deploys an Internet Gateway, with a default route on the public subnets. It deploys a pair of NAT Gateways (one in each AZ), and default routes for them in the private subnets.