mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Terraform updates
Attempting to do some log parsing into cloudwatch logs
This commit is contained in:
@@ -130,7 +130,7 @@ resource "aws_route53_record" "www" {
|
||||
|
||||
data "archive_file" "index_redirect" {
|
||||
type = "zip"
|
||||
output_path = "${path.module}/files/index_redirect.js.zip"
|
||||
output_path = ".terraform/tmp/lambda/index_redirect.zip"
|
||||
source_file = "${path.module}/files/index_redirect.js"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user