Skip to content

Commit

Permalink
Removes deprecated output variable (#82)
Browse files Browse the repository at this point in the history
cloudfront_origin_image_optimizer was deprecated in v11.0.0 and is now
removed.
  • Loading branch information
ofhouse authored Oct 29, 2021
1 parent eac898e commit 63af5ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63af5ce

Please sign in to comment.