Skip to content

Commit 6ac833b

Browse files
committed
Update context.tf
1 parent 7cacdf5 commit 6ac833b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

context.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ module "this" {
4141
label_value_case = var.label_value_case
4242
descriptor_formats = var.descriptor_formats
4343
labels_as_tags = var.labels_as_tags
44+
aws_account_id = var.aws_account_id
45+
aws_region = var.aws_region
46+
organizational_unit = var.organizational_unit
4447

4548
context = var.context
4649
}

0 commit comments

Comments
 (0)