File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ 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.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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44module "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
2525module "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
6969module "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
You can’t perform that action at this time.
0 commit comments