Skip to content

Commit e47f995

Browse files
committed
fix: add missing closing brace
1 parent 23dc93d commit e47f995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ locals {
2222
is_teleport_and_logs_bucket_same = local.artifacts_bucket_name == local.logs_bucket_name
2323

2424
instance_config = var.instance_config
25+
}
2526

2627
data "aws_caller_identity" "current" {
2728
count = module.this.enabled && var.aws_account_id == "" ? 1 : 0

0 commit comments

Comments
 (0)