Skip to content

Commit

Permalink
Merge pull request #4 from robcharlwood/BAU-terraform-013
Browse files Browse the repository at this point in the history
feat: Upgraded terraform to 0.13.2.
  • Loading branch information
robcharlwood authored Sep 3, 2020
2 parents 8308483 + 1b483da commit d0dfe36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.28
0.13.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
- master

env:
- tf_version=0.12.28 tf_init_cli_options="-input=false" tf_validation_cli_options=""
- tf_version=0.13.2 tf_init_cli_options="-input=false" tf_validation_cli_options=""

before_install:
- wget https://releases.hashicorp.com/terraform/"$tf_version"/terraform_"$tf_version"_linux_amd64.zip
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Types of changes are:

## Unreleased

## 1.1.0 - 2020-09-03

## Changed
* Updated codebase for terraform 0.13 compatibility.

## 1.0.5 - 2020-09-01

## Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains the partner codebase for Rob Charlwood's Medium tutoria
## Checkout and setup
To work with this codebase, you will require the below to be setup and configured on your machine.

* ``terraform`` at version ``0.12.28``
* ``terraform`` at version ``0.13.2``

To set this codebase up on your machine, you can run the following commands:

Expand Down

0 comments on commit d0dfe36

Please sign in to comment.