File tree 2 files changed +10
-18
lines changed
2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 1
- terraform-aws-organizational-units: basic
2
- ======================================
1
+ # terraform-aws-organizational-units: basic
3
2
4
3
Configuration in this directory sets up some organizational units
5
4
6
- Usage
7
- =====
5
+ ## Usage
8
6
9
7
Create a terraform.tfvars file with your settings
10
8
11
9
Then to run this example you need to execute:
12
10
13
11
``` bash
14
- $ terraform init
15
- $ terraform plan
16
- $ terraform apply
12
+ terraform init
13
+ terraform plan
14
+ terraform apply
17
15
```
18
16
19
17
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change 1
- #MODULE#: Disabled
2
- ======================================
1
+ # #MODULE#: Disabled
3
2
4
3
Configuration in this directory run with the module disabled.
5
4
6
5
The module should create nothing and not error on any of the outputs
7
6
8
- Usage
9
- =====
7
+ ## Usage
10
8
11
9
To run this example you need to execute:
12
10
13
11
``` bash
14
- $ terraform init
15
- $ terraform plan
16
- $ terraform apply
12
+ terraform init
13
+ terraform plan
14
+ terraform apply
17
15
```
18
16
19
17
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 -->
You can’t perform that action at this time.
0 commit comments