File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ All notable changes to this project are documented in this file.
7
7
8
8
The format is based on {uri-changelog} [Keep a Changelog].
9
9
10
+ == 1.3.5 (April 26, 2021)
11
+ * Last release for Terraform 0.12
12
+
13
+ == 2.1.1 (March 23, 2021)
14
+ * Patched operator for faster provisioning
15
+
10
16
== 2.1.0 (March 22, 2021)
11
17
* Upgraded module to use operator 2.1 so we can use OL8 for operator
12
18
Original file line number Diff line number Diff line change 3
3
4
4
module "vcn" {
5
5
source = " oracle-terraform-modules/vcn/oci"
6
- version = " 2.2.0 "
6
+ version = " 1.0.4 "
7
7
8
8
# provider parameters
9
9
region = var. oci_base_provider . region
@@ -31,7 +31,7 @@ module "vcn" {
31
31
32
32
module "bastion" {
33
33
source = " oracle-terraform-modules/bastion/oci"
34
- version = " 2 .0.0 "
34
+ version = " 1 .0.8 "
35
35
36
36
# provider identity parameters
37
37
api_fingerprint = var. oci_base_provider . api_fingerprint
@@ -74,7 +74,7 @@ module "bastion" {
74
74
75
75
module "operator" {
76
76
source = " oracle-terraform-modules/operator/oci"
77
- version = " 2.1.1 "
77
+ version = " 1.0.16 "
78
78
79
79
# provider identity parameters
80
80
api_fingerprint = var. oci_base_provider . api_fingerprint
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ terraform {
7
7
source = " hashicorp/template"
8
8
}
9
9
}
10
- required_version = " >= 0.13 "
10
+ required_version = " >= 0.12 "
11
11
}
You can’t perform that action at this time.
0 commit comments