We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb55448 commit 0015356Copy full SHA for 0015356
CHANGELOG.adoc
@@ -7,6 +7,14 @@ All notable changes to this project are documented in this file.
7
8
The format is based on {uri-changelog}[Keep a Changelog].
9
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
18
= v1.0.7 (August 31,2020)
19
* Reversed 1.04 and and 1.0.5 (#9)
20
versions.tf
@@ -7,5 +7,5 @@ terraform {
source = "hashicorp/template"
}
- required_version = ">= 0.13"
+ required_version = ">= 0.12"
0 commit comments