Skip to content

Commit

Permalink
fix: added region to vault (#268)
Browse files Browse the repository at this point in the history
vault defaults to us-east-1, instead of the region used by the rest of the stack
  • Loading branch information
dali546 authored Jun 7, 2021
1 parent a609ea2 commit e33e95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module "vault" {
force_destroy = var.force_destroy
external_vault = local.external_vault
use_vault = var.use_vault
region = var.region
}

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit e33e95f

Please sign in to comment.