Skip to content

Commit 58860ee

Browse files
committed
NRL-1188 Bucket name update
1 parent c98847f commit 58860ee

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
@@ -107,6 +107,6 @@ resource "aws_iam_policy" "firehose-alert--s3-read" {
107107
})
108108
}
109109

110-
data "aws_s3_bucket" "selected" {
110+
data "aws_s3_bucket" "source-data-bucket" {
111111
bucket = "source-data-bucket"
112112
}

0 commit comments

Comments
 (0)