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 c18761d commit 900d6e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IaC/aws/terraform/_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ 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 900d6e9

Please sign in to comment.