File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ terraform {
11
11
provider "aws" {
12
12
region = var. region
13
13
shared_credentials_files = [" ~/.aws/credentials" ]
14
- profile = var. profile
14
+ # profile = var.profile
15
15
}
16
16
17
17
data "aws_region" "current" {}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ terraform {
12
12
provider "aws" {
13
13
region = var. region
14
14
shared_credentials_files = [" ~/.aws/credentials" ]
15
- profile = var. profile
15
+ # profile = var.profile
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ terraform {
11
11
provider "aws" {
12
12
region = var. region
13
13
shared_credentials_files = [" ~/.aws/credentials" ]
14
- profile = var. profile
14
+ # profile = var.profile
15
15
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ terraform {
11
11
provider "aws" {
12
12
region = var. region
13
13
shared_credentials_files = [" ~/.aws/credentials" ]
14
- profile = var. profile
14
+ # profile = var.profile
15
15
}
16
16
17
17
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ terraform {
11
11
provider "aws" {
12
12
region = var. region
13
13
shared_credentials_files = [" ~/.aws/credentials" ]
14
- profile = var. profile
14
+ # profile = var.profile
15
15
}
You can’t perform that action at this time.
0 commit comments