Skip to content

Commit

Permalink
remove profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oloruntobi Olurombi committed Aug 29, 2024
1 parent c1b1887 commit 1c6858e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
key = "terraform.tfstate"
region = "us-east-1"
encrypt = true
profile = "tobi"
#profile = "tobi"
}
}

Expand Down
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "aws" {
region = var.region
access_key = var.aws_access_key_id
secret_key = var.aws_secret_access_key
profile = "tobi"
#profile = "tobi"
}

#profile = var.profile

0 comments on commit 1c6858e

Please sign in to comment.