Skip to content

Commit 2007aa5

Browse files
committed
up
1 parent 7855792 commit 2007aa5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

01-populate-ecr/aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
provider "aws" {
1212
region = var.region
1313
shared_credentials_files = ["~/.aws/credentials"]
14-
profile = var.profile
14+
#profile = var.profile
1515
}
1616

1717
data "aws_region" "current" {}

01a-lambda-project/aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ terraform {
1212
provider "aws" {
1313
region = var.region
1414
shared_credentials_files = ["~/.aws/credentials"]
15-
profile = var.profile
15+
#profile = var.profile
1616
}
1717

02-infra-domain/aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ terraform {
1111
provider "aws" {
1212
region = var.region
1313
shared_credentials_files = ["~/.aws/credentials"]
14-
profile = var.profile
14+
#profile = var.profile
1515
}

03-populate-artifacts/aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
provider "aws" {
1212
region = var.region
1313
shared_credentials_files = ["~/.aws/credentials"]
14-
profile = var.profile
14+
#profile = var.profile
1515
}
1616

1717

04-service-catalog/aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ terraform {
1111
provider "aws" {
1212
region = var.region
1313
shared_credentials_files = ["~/.aws/credentials"]
14-
profile = var.profile
14+
#profile = var.profile
1515
}

0 commit comments

Comments
 (0)