We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c47ad5 commit d5c2deaCopy full SHA for d5c2dea
CHANGELOG.adoc
@@ -7,6 +7,9 @@ All notable changes to this project are documented in this file.
7
8
The format is based on {uri-changelog}[Keep a Changelog].
9
10
+== 1.3.1 (August 5, 2020)
11
+* Upgraded operator module to 1.0.12 (#67)
12
+
13
== 1.3.0 (August 5, 2020)
14
* Upgraded bastion module to 1.0.6 (#64)
15
* Upgraded operator module to 1.0.11 (#64)
main.tf
@@ -64,7 +64,7 @@ module "bastion" {
64
65
module "operator" {
66
source = "oracle-terraform-modules/operator/oci"
67
- version = "1.0.11"
+ version = "1.0.12"
68
69
region = var.oci_base_provider.region
70
0 commit comments