Skip to content

Commit 0015356

Browse files
committed
last release for Terraform 0.12
1 parent cb55448 commit 0015356

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ All notable changes to this project are documented in this file.
77

88
The format is based on {uri-changelog}[Keep a Changelog].
99

10+
= v1.0.8 (April 26, 2021)
11+
* Last release for Terraform 0.12
12+
13+
= v2.0.0 (December 8, 2020)
14+
* Set minimum version to Terraform 0.13
15+
* Added support for flex shapes (#11)
16+
* Set default launch options to PARAVIRTUALIZED
17+
1018
= v1.0.7 (August 31,2020)
1119
* Reversed 1.04 and and 1.0.5 (#9)
1220

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ terraform {
77
source = "hashicorp/template"
88
}
99
}
10-
required_version = ">= 0.13"
10+
required_version = ">= 0.12"
1111
}

0 commit comments

Comments
 (0)