We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c24ddf commit b75bbd0Copy full SHA for b75bbd0
terraform/infrastructure/modules/firehose/s3.tf
@@ -108,5 +108,5 @@ resource "aws_iam_policy" "firehose-alert--s3-read" {
108
}
109
110
data "aws_s3_bucket" "source-data-bucket" {
111
- bucket = "${var.prefix}-source-data-bucket"
+ bucket = "${local.shared_prefix}-source-data-bucket"
112
0 commit comments