Skip to content

Commit

Permalink
Removing reference to profile in AWS provider
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 12, 2022
1 parent 2fc4a36 commit bf6f142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

provider "aws" {
profile = "DeveloperAccess"
#profile = "DeveloperAccess"
region = "us-west-2"
}

0 comments on commit bf6f142

Please sign in to comment.