File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ 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.0.0 (December 2 2019)
11+
12+ * Added link to Solution Guide #16 (thanks @kumar-dhanagopal)
13+ * Fix issue of data.oci_core_images.oracle_images returns empty tuple #20 (thanks @kumar-dhanagopal)
14+ * Updated repo to include internal admin server host to enhance security #21 (thanks @karthicgit)
15+ * Updated examples to with the latest base repo variables (thanks @karthicgit)
16+
1017== 0.0.2 (October 17 2019)
1118
1219* Changed subnets to netnums (thanks @kumar-dhanagopal)
Original file line number Diff line number Diff line change 1111:uri-docs: {uri-rel-file-base}/docs
1212:uri-instance-principal: {uri-docs}/instanceprincipal.adoc
1313:uri-ons: {uri-docs}/notifcations.adoc
14- :uri-reusing: {uri-rel-tree-base}/examples/db
1514:uri-oci-keys: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm
1615:uri-oci-ocids: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#five
16+ :uri-reusing: {uri-rel-tree-base}/examples/db
17+ :uri-solution-guide: https://docs.oracle.com/en/solutions/set-resources-to-provision-deploy-cloud-environment/index.html#GUID-F647FBA1-C61C-4EA8-872C-AAB9DDA593DB
1718:uri-terraform: https://www.terraform.io
1819:uri-terraform-oci: https://www.terraform.io/docs/providers/oci/index.html
1920:uri-terraform-options: {uri-docs}/terraformoptions.adoc
@@ -87,6 +88,10 @@ terraform plan
8788terraform apply
8889----
8990
91+ === Detailed Solution guide
92+
93+ The use of this Terraform module is explained in more details on the {uri-solution-guide}[Oracle Solution guide].
94+
9095=== Related documentation:
9196
9297* {uri-reusing}[Reusing as a module]
You can’t perform that action at this time.
0 commit comments