Skip to content

Commit fd83745

Browse files
committed
last release for terraform 0.12
1 parent a37aa0a commit fd83745

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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+
== 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

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module "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

3232
module "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

7575
module "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

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)