Rename the fastly logs bucket to have a - suffix in the prefix
Graham Christensen committed
Jun 22, 2022 at 16:49 UTC
c9e93531cfb18d62f95ac4d604179198c3b67279
1 file changed
+1
-1
terraform/fastlylog/main.tf
+1
-1
@@ -1,7 +1,7 @@
1
2
3
resource "aws_s3_bucket" "logs" {
4
- bucket_prefix = "fastly-logs"
4
+ bucket_prefix = "fastly-logs-"
5
6
lifecycle_rule {
7
enabled = true