Skip to content

Commit

Permalink
Enhancement | Removed shared_credentials_file key from aws provider (…
Browse files Browse the repository at this point in the history
…ISSUE-92 from Leverage) (#27)
  • Loading branch information
juanmatias authored Sep 7, 2022
1 parent f902bc0 commit 6a79448
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion template/management/global/base-identities/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
1 change: 0 additions & 1 deletion template/management/global/organizations/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
1 change: 0 additions & 1 deletion template/management/global/sso/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
2 changes: 0 additions & 2 deletions template/management/primary_region/base-tf-backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ provider "aws" {
alias = "main_region"
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

provider "aws" {
alias = "secondary_region"
region = var.region_secondary
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

terraform {
Expand Down
1 change: 0 additions & 1 deletion template/management/primary_region/security-base/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
1 change: 0 additions & 1 deletion template/security/global/base-identities/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
2 changes: 0 additions & 2 deletions template/security/primary_region/base-tf-backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ provider "aws" {
alias = "main_region"
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

provider "aws" {
alias = "secondary_region"
region = var.region_secondary
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

terraform {
Expand Down
1 change: 0 additions & 1 deletion template/security/primary_region/security-base/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
1 change: 0 additions & 1 deletion template/shared/global/base-identities/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
1 change: 0 additions & 1 deletion template/shared/primary_region/base-network/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down
2 changes: 0 additions & 2 deletions template/shared/primary_region/base-tf-backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ provider "aws" {
alias = "main_region"
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

provider "aws" {
alias = "secondary_region"
region = var.region_secondary
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

terraform {
Expand Down
1 change: 0 additions & 1 deletion template/shared/primary_region/security-base/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
provider "aws" {
region = var.region
profile = var.profile
shared_credentials_file = "~/.aws/${var.project}/config"
}

#=============================#
Expand Down

0 comments on commit 6a79448

Please sign in to comment.