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.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
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+
1016== 2.1.0 (March 22, 2021)
1117* Upgraded module to use operator 2.1 so we can use OL8 for operator
1218
Original file line number Diff line number Diff line change 33
44module "vcn" {
55 source = " oracle-terraform-modules/vcn/oci"
6- version = " 2.2.0 "
6+ version = " 1.0.4 "
77
88 # provider parameters
99 region = var. oci_base_provider . region
@@ -31,7 +31,7 @@ module "vcn" {
3131
3232module "bastion" {
3333 source = " oracle-terraform-modules/bastion/oci"
34- version = " 2 .0.0 "
34+ version = " 1 .0.8 "
3535
3636 # provider identity parameters
3737 api_fingerprint = var. oci_base_provider . api_fingerprint
@@ -74,7 +74,7 @@ module "bastion" {
7474
7575module "operator" {
7676 source = " oracle-terraform-modules/operator/oci"
77- version = " 2.1.1 "
77+ version = " 1.0.16 "
7878
7979 # provider identity parameters
8080 api_fingerprint = var. oci_base_provider . api_fingerprint
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ terraform {
77 source = " hashicorp/template"
88 }
99 }
10- required_version = " >= 0.13 "
10+ required_version = " >= 0.12 "
1111}
You can’t perform that action at this time.
0 commit comments