Skip to content

Commit

Permalink
remove profile from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Oloruntobi Olurombi committed Aug 26, 2024
1 parent 056b6a1 commit 232a467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
5 changes: 3 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ terraform {
# Configure the AWS Provider
provider "aws" {
region = var.region
#profile = var.profile
}
}

#profile = var.profile

0 comments on commit 232a467

Please sign in to comment.