Skip to content

Commit 99709e9

Browse files
NRL-846 Remove unused local
1 parent 52ff144 commit 99709e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform/infrastructure/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ locals {
3636
aws_account_id = data.aws_caller_identity.current.account_id
3737

3838
auth_store_id = var.use_shared_resources ? data.aws_s3_bucket.authorization-store[0].id : module.ephemeral-s3-permission-store[0].bucket_id
39-
auth_store_arn = var.use_shared_resources ? data.aws_s3_bucket.authorization-store[0].arn : module.ephemeral-s3-permission-store[0].bucket_arn
4039
auth_store_read_policy_arn = var.use_shared_resources ? data.aws_iam_policy.auth-store-read-policy[0].arn : module.ephemeral-s3-permission-store[0].bucket_read_policy_arn
4140

4241
pointers_table_name = var.use_shared_resources ? data.aws_dynamodb_table.pointers-table[0].name : module.ephemeral-pointers-table[0].table_name

0 commit comments

Comments
 (0)