Skip to content

Commit

Permalink
chore: Update AWS provider configuration in Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jun 23, 2024
1 parent 900d6e9 commit 4438517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IaC/aws/terraform/_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ variable "AWS_SECRET_ACCESS_KEY" {}

provider "aws"{
region="eu-west-1"
access_key = var.AWS_ACCESS_KEY_ID
secret_key = var.AWS_SECRET_ACCESS_KEY
}

0 comments on commit 4438517

Please sign in to comment.