Skip to content

Commit b3684bc

Browse files
committed
Fix style
1 parent 0885045 commit b3684bc

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

examples/basic/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
terraform-aws-organizational-units: basic
2-
======================================
1+
# terraform-aws-organizational-units: basic
32

43
Configuration in this directory sets up some organizational units
54

6-
Usage
7-
=====
5+
## Usage
86

97
Create a terraform.tfvars file with your settings
108

119
Then to run this example you need to execute:
1210

1311
```bash
14-
$ terraform init
15-
$ terraform plan
16-
$ terraform apply
12+
terraform init
13+
terraform plan
14+
terraform apply
1715
```
1816

1917
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

examples/disabled/README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
#MODULE#: Disabled
2-
======================================
1+
# #MODULE#: Disabled
32

43
Configuration in this directory run with the module disabled.
54

65
The module should create nothing and not error on any of the outputs
76

8-
Usage
9-
=====
7+
## Usage
108

119
To run this example you need to execute:
1210

1311
```bash
14-
$ terraform init
15-
$ terraform plan
16-
$ terraform apply
12+
terraform init
13+
terraform plan
14+
terraform apply
1715
```
1816

1917
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
20-
21-
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
22-
23-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)