Skip to content

Commit

Permalink
upgraded operator module to 1.0.15 to avoid name collision for operat…
Browse files Browse the repository at this point in the history
…or dynamic group (#77)
  • Loading branch information
hyder authored Nov 2, 2020
1 parent df67aeb commit 21e47d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ All notable changes to this project are documented in this file.

The format is based on {uri-changelog}[Keep a Changelog].

== 1.4.0 (Sep 1, 2020)
== 1.3.4 (November 3, 2020)
* Upgraded operator module to v1.0.15 to avoid name collision for dynamic group for operator (#76)

== 1.3.3 (October 28, 2020)
* Upgraded operator module to v1.0.14 to temporarily disable OSMS (#71)

== 1.3.2 (September 1, 2020)
* Reverses 1.3.0 and 1.3.11 (#69)
* Upgraded bastion module to 1.0.7
* Upgraded operator module to 1.0.13
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "bastion" {

module "operator" {
source = "oracle-terraform-modules/operator/oci"
version = "1.0.14"
version = "1.0.15"

# provider identity parameters
api_fingerprint = var.oci_base_provider.api_fingerprint
Expand Down

0 comments on commit 21e47d2

Please sign in to comment.