Skip to content

Commit 13ecbb2

Browse files
chore(deps): update terraform cloudposse/cloudfront-s3-cdn/aws to v1.1.0 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7346f06 commit 13ecbb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lambda_edge.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module "lambda_edge_functions" {
9292

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

9797
functions = jsondecode(local.enabled ? jsonencode(module.lambda_edge_functions[0].merged) : jsonencode({}))
9898
destruction_delay = var.lambda_edge_destruction_delay

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module "acm_request_certificate" {
7777

7878
module "spa_web" {
7979
source = "cloudposse/cloudfront-s3-cdn/aws"
80-
version = "1.0.1"
80+
version = "1.1.0"
8181

8282
block_origin_public_access_enabled = local.block_origin_public_access_enabled
8383
encryption_enabled = var.origin_encryption_enabled

0 commit comments

Comments
 (0)