Skip to content

Commit 109aa69

Browse files
committed
updated changelog and quickstart
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 674d94f commit 109aa69

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.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)

docs/quickstart.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
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
8788
terraform 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]

0 commit comments

Comments
 (0)