Skip to content

Commit f3014cb

Browse files
authored
updated submodules version (#61)
1 parent 3330bea commit f3014cb

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.2.4 (July 22, 2020)
11+
* Upgraded vcn module to 1.0.3
12+
* Upgraded bastion module to 1.0.3
13+
* Upgraded operator module to 1.0.8
14+
1015
== 1.2.3 (June 10, 2020)
1116
* Upgraded bastion to 1.0.2
1217
* Upgraded operator to 1.0.7

docs/terraformoptions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Configuration Terraform Options:
7474
|None
7575

7676
|label_prefix
77-
|a string to be prepended to the name of resources. *Recommended*.Set to *"none"* if you dont want any prefix.
77+
|a string to be prepended to the name of resources. *Recommended*. Set to *"none"* if you dont want any prefix.
7878
|
7979
|
8080

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 = "1.0.1"
6+
version = "1.0.3"
77

88
# provider parameters
99
region = var.oci_base_provider.region
@@ -24,7 +24,7 @@ module "vcn" {
2424

2525
module "bastion" {
2626
source = "oracle-terraform-modules/bastion/oci"
27-
version = "1.0.2"
27+
version = "1.0.3"
2828

2929
# provider identity parameters
3030
api_fingerprint = var.oci_base_provider.api_fingerprint
@@ -68,7 +68,7 @@ module "bastion" {
6868

6969
module "operator" {
7070
source = "oracle-terraform-modules/operator/oci"
71-
version = "1.0.7"
71+
version = "1.0.8"
7272

7373
# provider identity parameters
7474
api_fingerprint = var.oci_base_provider.api_fingerprint

0 commit comments

Comments
 (0)