Skip to content

Commit b0c66ee

Browse files
Fixing some formatting errors in the README, FAQ
1 parent 82f5d00 commit b0c66ee

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This Terraform provider is OSS, available to all OBMCS customers at no charge.
1313
The Terraform provider provides coverage for the entire BMC API excluding the Load Balancer Service, expected March 1 2017.
1414

1515
## Getting started
16-
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/docs).
16+
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs).
1717

1818
### Install Terraform
1919
https://www.terraform.io/downloads.html
@@ -61,7 +61,7 @@ Don't forget to `source ~/.bash_profile` once you've set these.
6161
The variables won't be set for the current session, exit the terminal and reopen.
6262

6363
## Deploy an example configuration
64-
Download the [VCN example configuration.](https://github.com/oracle/terraform-provider-baremetal/docs/examples/simple_vcn)
64+
Download the [VCN example configuration.](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs/examples/simple_vcn)
6565

6666
Edit it to include the OCID of the compartment you want to create the VCN. Remember that the tenancy OCID is the compartment OCID of your root compartment.
6767

docs/FAQ.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ The change you made outside of Terraform will be overwritten the next time you a
3232
You can file an issue against the project
3333
https://github.com/oracle/terraform-provider-baremetal/issues
3434

35-
or meet us in the OBMCS forums https://community.oracle.com/community/cloud_computing/bare-metal
35+
or meet us in the OBMCS forums
36+
https://community.oracle.com/community/cloud_computing/bare-metal

docs/Writing Terraform configurations for OBMCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The OBMCS API uses CamelCase in multiple places. Terraform doesn't support Camel
4949
OBMCS native API Terraform configuration
5050
---------------- -----------------------
5151
availabilityDomain availability_domain
52-
cidrBlock cidr_block
52+
cidrBlock cidr_block
5353
compartmentId compartment_id
5454
routeTableId route_table_id
55-
securityListIds security_list_ids
55+
securityListIds security_list_ids
5656
vcnId vcn_id
5757

5858
## Mutable resources -

0 commit comments

Comments
 (0)