Skip to content

Commit

Permalink
Bump Version to v4.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Oct 22, 2020
1 parent eee0aec commit 8b884bb
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 (October 2020)
## v4.3.2 (October 2020)

* fix `dynamic_s3_origin_config` variable, to match the configuration of `dynamic_custom_origin_config`. This fixes a bug where `custom_headers` couldn't be set.

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.1-blue.svg)](https://github.com/jmgreg31/terraform-aws-cloudfront/releases/tag/v4.3.1)
[![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)

# 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.2"
create_cf = var.create_cf
acm_certificate_arn = var.acm_certificate_arn
additional_tags = var.additional_tags
Expand Down

0 comments on commit 8b884bb

Please sign in to comment.