Skip to content

Commit

Permalink
terraform-docs: Update module usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkg0002 committed Dec 14, 2022
1 parent 49d4faf commit 1f787d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tag-policy-assignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| aws\_ou\_tags | Map of AWS OU names and their tag policies | <pre>map(object({<br> values = optional(list(string))<br> enforced_for = optional(list(string))<br> }))</pre> | n/a | yes |
| ou\_name | Name of the organizational unit (OU) | `string` | n/a | yes |
| target\_id | The unique identifier (ID) organizational unit (OU) that you want to attach the policy to. | `string` | n/a | yes |
| tags | Map of AWS resource tags | `map(string)` | `{}` | no |

Expand Down

0 comments on commit 1f787d0

Please sign in to comment.