File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
create-organizational-unit Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 22
33Configuration 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
Original file line number Diff line number Diff line change 22
33Configuration 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
You can’t perform that action at this time.
0 commit comments