Skip to content

Commit

Permalink
fix old reference
Browse files Browse the repository at this point in the history
  • Loading branch information
m13t committed May 22, 2024
1 parent 528a07e commit 6bca8e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ resource "aws_cloudformation_stack_set_instance" "vault" {
}

deployment_targets {
organizational_unit_ids = [
var.organizational_unit,
]
organizational_unit_ids = var.deployment_targets
}
}

0 comments on commit 6bca8e7

Please sign in to comment.