Skip to content

Commit 6bca8e7

Browse files
committed
fix old reference
1 parent 528a07e commit 6bca8e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vault.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ resource "aws_cloudformation_stack_set_instance" "vault" {
6060
}
6161

6262
deployment_targets {
63-
organizational_unit_ids = [
64-
var.organizational_unit,
65-
]
63+
organizational_unit_ids = var.deployment_targets
6664
}
6765
}

0 commit comments

Comments
 (0)