Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fklasen-snyk authored Mar 27, 2024
1 parent b71e678 commit 1f83ea7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
provider "aws" {
region = var.region
region = var.region
skip_credentials_validation = true
skip_requesting_account_id = true
skip_metadata_api_check = true
access_key = var.access_key
secret_key = var.secret_key
}

module "vpc" {
Expand Down

0 comments on commit 1f83ea7

Please sign in to comment.