Skip to content

Commit 3ff499c

Browse files
committed
feat(karpenter): support AWS Provider v6 region attribute
1 parent de2aa10 commit 3ff499c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/karpenter/main.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ provider "aws" {
22
region = local.region
33
}
44

5-
provider "aws" {
6-
region = "us-east-1"
7-
alias = "virginia"
8-
}
9-
105
provider "helm" {
116
kubernetes = {
127
host = module.eks.cluster_endpoint
@@ -30,7 +25,7 @@ data "aws_availability_zones" "available" {
3025
}
3126

3227
data "aws_ecrpublic_authorization_token" "token" {
33-
provider = aws.virginia
28+
region = "us-east-1"
3429
}
3530

3631
locals {

0 commit comments

Comments
 (0)