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 e9272e6 commit 4ddcea5Copy full SHA for 4ddcea5
main.tf
@@ -920,7 +920,7 @@ resource "aws_s3_bucket" "elb_logs" {
920
921
logging {
922
target_bucket = "${var.s3_logs_bucket_id}"
923
- target_prefix = "${var.environment}/log/"
+ target_prefix = "${var.stage}/elb_logs/"
924
}
925
926
server_side_encryption_configuration {
variables.tf
@@ -483,4 +483,7 @@ variable "deployment_timeout" {
483
type = number
484
default = 600
485
description = "Number of seconds to wait for an instance to complete executing commands"
486
-}
+}
487
+
488
+variable "s3_logs_bucket_id" {
489
0 commit comments