Skip to content

Commit c81bd8a

Browse files
committed
NRL-1188 Pass s3 bucket arn as var
1 parent fa711eb commit c81bd8a

File tree

1 file changed

+4
-0
lines changed
  • terraform/infrastructure/modules/firehose

1 file changed

+4
-0
lines changed

terraform/infrastructure/modules/firehose/vars.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ variable "error_prefix" {
3434
type = string
3535
default = "errors"
3636
}
37+
38+
variable "reporting_bucket" {
39+
type = string
40+
}

0 commit comments

Comments
 (0)