Skip to content

Commit

Permalink
Bump Version to v4.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Apr 24, 2021
1 parent 6adac68 commit a597312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED (April 2021)
## v4.3.3 (April 2021)

* Add enhancement to support `cache_policy_id` and `origin_request_policy_id`. When in use, forwarded values cannot be used. You are now able to set `use_forwarded_values` in the cache behavior blocks.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/jmgreg31/terraform-aws-cloudfront.svg?branch=master)](https://travis-ci.com/jmgreg31/terraform-aws-cloudfront)
[![Latest Release](https://img.shields.io/badge/release-v4.3.2-blue.svg)](https://github.com/jmgreg31/terraform-aws-cloudfront/releases/tag/v4.3.2)
[![Latest Release](https://img.shields.io/badge/release-v4.3.3-blue.svg)](https://github.com/jmgreg31/terraform-aws-cloudfront/releases/tag/v4.3.3)

# Terraform Cloudfront Module

Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ provider "aws" {
}

module demo_cf {
source = "git::https://github.com/jmgreg31/terraform-aws-cloudfront.git?ref=staging"
source = "git::https://github.com/jmgreg31/terraform-aws-cloudfront.git?ref=v4.3.3"
create_cf = var.create_cf
acm_certificate_arn = var.acm_certificate_arn
additional_tags = var.additional_tags
Expand Down

0 comments on commit a597312

Please sign in to comment.