File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments