Skip to content

Commit 239a629

Browse files
Pin module to use 1.60.0 version of aws provider (#52)
* Pin module to use 1.60.0 version of aws provider * update version condition
1 parent 1fd3eca commit 239a629

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6+
## [1.0.5] - 2019-03-12
7+
8+
### Added
9+
- Pin module to use `terraform-aws-provider v1.60.0`
10+
11+
612
## [1.0.4] - 2019-02-22
713

814
### Added

version.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
terraform {
88
required_version = "~> 0.11.1"
99
}
10+
11+
provider "aws" {
12+
version = "~> 1.60.0"
13+
}

0 commit comments

Comments
 (0)