Skip to content

Commit 3b615aa

Browse files
committed
update example docs
1 parent a6b0ab5 commit 3b615aa

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

examples/create-member-account/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Configuration in this directory creates a organization account within the organization root.
44

5+
## Usage
6+
7+
To run this example you need to execute:
8+
9+
```bash
10+
$ terraform init
11+
$ terraform plan
12+
$ terraform apply
13+
```
14+
15+
Note that this example may create resources which may cost money. Run `terraform destroy` when you don't need these resources.
16+
17+
518

619
<!-- BEGIN_TF_DOCS -->
720
## Requirements

examples/create-organizational-unit/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Configuration in this directory creates a organizational unit named production with the pareant ou id
44

5+
## Usage
6+
7+
To run this example you need to execute:
8+
9+
```bash
10+
$ terraform init
11+
$ terraform plan
12+
$ terraform apply
13+
```
14+
15+
Note that this example may create resources which may cost money. Run `terraform destroy` when you don't need these resources.
16+
17+
518
<!-- BEGIN_TF_DOCS -->
619
## Requirements
720

0 commit comments

Comments
 (0)