Skip to content

Commit

Permalink
Pin module to use 1.60.0 version of aws provider (#101)
Browse files Browse the repository at this point in the history
* Pin module to use 1.60.0 version of aws provider

* Terraform fmt

* update version condition
  • Loading branch information
pradeepbhadani authored Mar 13, 2019
1 parent 0bc5283 commit 959e40b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.5] - 2019-03-12

### Added
- Pin module to use `terraform-aws-provider v1.60.0`

## [1.0.4] - 2019-02-22

### Added
Expand Down
1 change: 0 additions & 1 deletion lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ resource "aws_lb_target_group" "apiary_hms_rw_tg" {
}

tags = "${var.apiary_tags}"

}

resource "aws_lb_listener" "hms_rw_listener" {
Expand Down
4 changes: 4 additions & 0 deletions version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
terraform {
required_version = "~> 0.11"
}

provider "aws" {
version = "~> 1.60.0"
}

0 comments on commit 959e40b

Please sign in to comment.