Skip to content

Commit bdbee84

Browse files
authored
Merge branch 'master' into fix/auto-mode
2 parents 035852d + bf8c86f commit bdbee84

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

examples/karpenter/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ Note that this example may create resources which cost money. Run `terraform des
101101

102102
| Name | Version |
103103
|------|---------|
104-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
105-
| <a name="provider_aws.virginia"></a> [aws.virginia](#provider\_aws.virginia) | >= 6.15 |
104+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.13 |
106105
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 3.0 |
107106

108107
## Modules

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)