Skip to content

Commit b78c04c

Browse files
authored
Merge pull request #1 from oracle-terraform-modules/dev
Update README file.
2 parents aa73805 + 97a1604 commit b78c04c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the [Oracle Cloud Infrastructure Terraform Provider docs](https://www.terraf
1313

1414
## How to use this module
1515

16-
The [examples](./examples/instance_default) folder contains a detailed example that shows how to use this module.
16+
The [examples](https://github.com/oracle-terraform-modules/terraform-oci-compute-instance/tree/master/examples/instance_default) folder contains a detailed example that shows how to use this module.
1717

1818
The following code example creates an Oracle Cloud Infrastructure compute instance:
1919

@@ -184,4 +184,4 @@ Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
184184

185185
Licensed under the Universal Permissive License 1.0 or Apache License 2.0.
186186

187-
See [LICENSE](/LICENSE.txt) for more details.
187+
See [LICENSE](https://github.com/oracle-terraform-modules/terraform-oci-compute-instance/blob/master/LICENSE.txt) for more details.

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ variable "resource_platform" {
121121

122122
variable "vcn_ocid" {
123123
description = "The OCID of the VCN. "
124-
default = ""
125124
}

0 commit comments

Comments
 (0)