From 6409db6dc76943a000a7e055b3e0215e11aa0bbf Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Wed, 18 Sep 2024 12:08:53 +0900 Subject: [PATCH] docs: Correct spelling in comments (#2011) --- patterns/karpenter/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/karpenter/main.tf b/patterns/karpenter/main.tf index 795b5d11af..f2d67fa8cb 100644 --- a/patterns/karpenter/main.tf +++ b/patterns/karpenter/main.tf @@ -2,7 +2,7 @@ provider "aws" { region = local.region } -# This provider is required for ECR to autheticate with public repos. Please note ECR authetication requires us-east-1 as region hence its hardcoded below. +# This provider is required for ECR to authenticate with public repos. Please note ECR authetication requires us-east-1 as region hence its hardcoded below. # If your region is same as us-east-1 then you can just use one aws provider provider "aws" { alias = "ecr"