Skip to content

Commit

Permalink
NRL-846 Remove unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
axelkrastek1-nhs committed Jul 8, 2024
1 parent 52ff144 commit 99709e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/infrastructure/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ locals {
aws_account_id = data.aws_caller_identity.current.account_id

auth_store_id = var.use_shared_resources ? data.aws_s3_bucket.authorization-store[0].id : module.ephemeral-s3-permission-store[0].bucket_id
auth_store_arn = var.use_shared_resources ? data.aws_s3_bucket.authorization-store[0].arn : module.ephemeral-s3-permission-store[0].bucket_arn
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

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

0 comments on commit 99709e9

Please sign in to comment.