Skip to content

Commit d5c2dea

Browse files
authored
updated operator module version (#68)
1 parent 1c47ad5 commit d5c2dea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ 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.1 (August 5, 2020)
11+
* Upgraded operator module to 1.0.12 (#67)
12+
1013
== 1.3.0 (August 5, 2020)
1114
* Upgraded bastion module to 1.0.6 (#64)
1215
* Upgraded operator module to 1.0.11 (#64)

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "bastion" {
6464

6565
module "operator" {
6666
source = "oracle-terraform-modules/operator/oci"
67-
version = "1.0.11"
67+
version = "1.0.12"
6868

6969
region = var.oci_base_provider.region
7070

0 commit comments

Comments
 (0)