File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ Note that this example may create resources which cost money. Run `terraform des
101
101
102
102
| Name | Version |
103
103
| ------| ---------|
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 |
106
105
| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 3.0 |
107
106
108
107
## Modules
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ provider "aws" {
2
2
region = local. region
3
3
}
4
4
5
- provider "aws" {
6
- region = " us-east-1"
7
- alias = " virginia"
8
- }
9
-
10
5
provider "helm" {
11
6
kubernetes = {
12
7
host = module.eks.cluster_endpoint
@@ -30,7 +25,7 @@ data "aws_availability_zones" "available" {
30
25
}
31
26
32
27
data "aws_ecrpublic_authorization_token" "token" {
33
- provider = aws . virginia
28
+ region = " us-east-1 "
34
29
}
35
30
36
31
locals {
You can’t perform that action at this time.
0 commit comments