Skip to content

Commit 8e78213

Browse files
authored
fixed broken links, and restructured examples (#44)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 963da7b commit 8e78213

12 files changed

+16
-11
lines changed

CHANGELOG.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.1.1 (February 28, 2020)
11+
* New release for hashicorp registry (#38, #40)
12+
* Fixed broken links in README.md (#43)
13+
* Renamed examples/db to database and removed the submodule since it's not rendering properly on the registry page
14+
1015
== 1.1.0 (January 17, 2020)
1116
* By default, bastion now uses Oracle Autonomous Linux platform image instead of the MarketPlace image
1217
* Fixed Invalid index issue when bastion is disabled (#29)

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Terraform Base for Oracle Cloud Infrastructure
22

3-
[changelog]: https://github.com/oracle/terraform-oci-base/CHANGELOG.adoc
4-
[contributing]: https://github.com/oracle/terraform-oci-base/CONTRIBUTING.adoc
5-
[contributors]: https://github.com/oracle/terraform-oci-base/CONTRIBUTORS.adoc
6-
[docs]: https://github.com/oracle/terraform-oci-base/docs
3+
[changelog]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/CHANGELOG.adoc
4+
[contributing]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/CONTRIBUTING.adoc
5+
[contributors]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/CONTRIBUTORS.adoc
6+
[docs]: https://github.com/oracle-terraform-modules/terraform-oci-base/tree/master/docs
77

8-
[instance_principal]: https://github.com/oracle/terraform-oci-base/docs/instanceprincipal.adoc
8+
[instance_principal]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/docs/instanceprincipal.adoc
99

10-
[license]: https://github.com/oracle/terraform-oci-base/docs/LICENSE
10+
[license]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/LICENSE
1111
[canonical_license]: https://oss.oracle.com/licenses/upl/
1212

1313
[oci]: https://cloud.oracle.com/cloud-infrastructure
1414
[oci_documentation]: https://docs.cloud.oracle.com/iaas/Content/home.htm
1515

16-
[ons]: https://github.com/oracle/terraform-oci-base/docs/notifications.adoc
16+
[ons]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/docs/notifications.adoc
1717
[oracle]: https://www.oracle.com
18-
[prerequisites]: https://github.com/oracle/terraform-oci-base/docs/prerequisites.adoc
19-
[quickstart]: https://github.com/oracle/terraform-oci-base/docs/quickstart.adoc
18+
[prerequisites]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/docs/prerequisites.adoc
19+
[quickstart]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/docs/quickstart.adoc
2020
[repo]: https://github.com/oracle/terraform-oci-base
2121
[reuse]: https://github.com/oracle/terraform-oci-base/examples/db
2222
[subnets]: https://erikberg.com/notes/networks.html
2323
[terraform]: https://www.terraform.io
2424
[terraform_cidr_subnet]: http://blog.itsjustcode.net/blog/2017/11/18/terraform-cidrsubnet-deconstructed/
2525
[terraform_hashircorp_examples]: https://github.com/hashicorp/terraform-guides/tree/master/infrastructure-as-code/terraform-0.12-examples
2626
[terraform_oci]: https://www.terraform.io/docs/providers/oci/index.html
27-
[terraform_options]: https://github.com/oracle/terraform-oci-base/docs/terraformoptions.adoc
27+
[terraform_options]: https://github.com/oracle-terraform-modules/terraform-oci-base/blob/master/docs/terraformoptions.adoc
2828
[terraform_oci_examples]: https://github.com/terraform-providers/terraform-provider-oci/tree/master/examples
2929
[terraform_oci_oke]: https://github.com/oracle-terraform-modules/terraform-oci-oke
3030

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/db/main.tf renamed to examples/database/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "base" {
2121
}
2222

2323
module "db" {
24-
source = "./modules/db"
24+
source = "./db"
2525

2626
db_identity = local.db_identity
2727

File renamed without changes.

0 commit comments

Comments
 (0)