Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lambda_edge.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module "lambda_edge_functions" {

module "lambda_edge" {
source = "cloudposse/cloudfront-s3-cdn/aws//modules/lambda@edge"
version = "1.0.1"
version = "1.1.0"

functions = jsondecode(local.enabled ? jsonencode(module.lambda_edge_functions[0].merged) : jsonencode({}))
destruction_delay = var.lambda_edge_destruction_delay
Expand Down
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module "acm_request_certificate" {

module "spa_web" {
source = "cloudposse/cloudfront-s3-cdn/aws"
version = "1.0.1"
version = "1.1.0"

block_origin_public_access_enabled = local.block_origin_public_access_enabled
encryption_enabled = var.origin_encryption_enabled
Expand Down
Loading