Skip to content

Commit b75bbd0

Browse files
committed
NRL-1188 correct prefix for shared resource
1 parent 3c24ddf commit b75bbd0

File tree

1 file changed

+1
-1
lines changed
  • terraform/infrastructure/modules/firehose

1 file changed

+1
-1
lines changed

terraform/infrastructure/modules/firehose/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ resource "aws_iam_policy" "firehose-alert--s3-read" {
108108
}
109109

110110
data "aws_s3_bucket" "source-data-bucket" {
111-
bucket = "${var.prefix}-source-data-bucket"
111+
bucket = "${local.shared_prefix}-source-data-bucket"
112112
}

0 commit comments

Comments
 (0)