Skip to content

Commit

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

* update version condition
  • Loading branch information
pradeepbhadani authored Mar 13, 2019
1 parent 1fd3eca commit 239a629
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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
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.1"
}

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

0 comments on commit 239a629

Please sign in to comment.