Skip to content

Commit

Permalink
docs: Correct spelling in comments (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Sep 18, 2024
1 parent 6b9de36 commit 6409db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6409db6

Please sign in to comment.