File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ Note that this example may create resources which cost money. Run `terraform des
102102| Name | Version |
103103| ------| ---------|
104104| <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.13 |
105- | <a name =" provider_aws.virginia " ></a > [ aws.virginia] ( #provider\_ aws.virginia ) | >= 6.13 |
106105| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 3.0 |
107106
108107## Modules
Original file line number Diff line number Diff 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-
105provider "helm" {
116 kubernetes = {
127 host = module.eks.cluster_endpoint
@@ -30,7 +25,7 @@ data "aws_availability_zones" "available" {
3025}
3126
3227data "aws_ecrpublic_authorization_token" "token" {
33- provider = aws . virginia
28+ region = " us-east-1 "
3429}
3530
3631locals {
You can’t perform that action at this time.
0 commit comments