From 63af5ce183401c252e14031b6768981bb4bcdbf4 Mon Sep 17 00:00:00 2001 From: Felix Haus Date: Fri, 29 Oct 2021 19:54:18 +0200 Subject: [PATCH] Removes deprecated output variable (#82) cloudfront_origin_image_optimizer was deprecated in v11.0.0 and is now removed. --- outputs.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/outputs.tf b/outputs.tf index 6887eac..0adbcc3 100644 --- a/outputs.tf +++ b/outputs.tf @@ -18,11 +18,6 @@ output "cloudfront_origin" { value = local.cloudfront_origin } -output "cloudfront_origin_image_optimizer" { - description = "Deprecated, please use cloudfront_origin instead." - value = local.cloudfront_origin -} - output "cloudfront_cache_behavior" { description = "Predefined CloudFront cache behavior. Can be used to embed the image optimizer into an existing CloudFront resource." value = local.cloudfront_cache_behavior