Skip to content

Commit 881182d

Browse files
committed
ENG-1058: fix docs
1 parent 8a06a96 commit 881182d

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,37 +82,37 @@ This module bridges the gap allowing Terraform to create an EC2 Image Builder co
8282
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8383
## Requirements
8484

85-
| Name | Version |
86-
|-----------|------------------|
87-
| terraform | >= 0.12.28 |
88-
| aws | >= 2.44, < 4.0.0 |
85+
| Name | Version |
86+
|------|---------|
87+
| terraform | >= 0.12.28 |
88+
| aws | >= 2.44, < 4.0.0 |
8989

9090
## Providers
9191

92-
| Name | Version |
93-
|------|------------------|
94-
| aws | >= 2.44, < 4.0.0 |
92+
| Name | Version |
93+
|------|---------|
94+
| aws | >= 2.44, < 4.0.0 |
9595

9696
## Inputs
9797

98-
| Name | Description | Type | Default | Required |
99-
|-------------------------|------------------------------------------------------------------------------------|---------------|-----------|:--------:|
100-
| component\_version | Version of the component | `string` | n/a | yes |
101-
| name | name to use for component | `string` | n/a | yes |
102-
| change\_description | description of changes since last version | `string` | `null` | no |
103-
| cloudformation\_timeout | How long to wait (in minutes) for CFN to apply before giving up | `number` | `10` | no |
104-
| data\_uri | Use this to override the component document with one at a particualar URL endpoint | `string` | `null` | no |
105-
| description | description of component | `string` | `null` | no |
106-
| kms\_key\_id | KMS key to use for encryption | `string` | `null` | no |
107-
| platform | platform of component (Linux or Windows) | `string` | `"Linux"` | no |
108-
| ssh\_key\_secret\_arn | ARN of a secretsmanager secret containing an SSH key (use arn OR name, not both) | `string` | `null` | no |
109-
| ssh\_key\_secret\_name | Name of a secretsmanager secret containing an SSH key (use arn OR name, not both) | `string` | `null` | no |
110-
| tags | map of tags to use for CFN stack and component | `map(string)` | `{}` | no |
98+
| Name | Description | Type | Default | Required |
99+
|------|-------------|------|---------|:--------:|
100+
| component\_version | Version of the component | `string` | n/a | yes |
101+
| name | name to use for component | `string` | n/a | yes |
102+
| change\_description | description of changes since last version | `string` | `null` | no |
103+
| cloudformation\_timeout | How long to wait (in minutes) for CFN to apply before giving up | `number` | `10` | no |
104+
| data\_uri | Use this to override the component document with one at a particualar URL endpoint | `string` | `null` | no |
105+
| description | description of component | `string` | `null` | no |
106+
| kms\_key\_id | KMS key to use for encryption | `string` | `null` | no |
107+
| platform | platform of component (Linux or Windows) | `string` | `"Linux"` | no |
108+
| ssh\_key\_secret\_arn | ARN of a secretsmanager secret containing an SSH key (use arn OR name, not both) | `string` | `null` | no |
109+
| ssh\_key\_secret\_name | Name of a secretsmanager secret containing an SSH key (use arn OR name, not both) | `string` | `null` | no |
110+
| tags | map of tags to use for CFN stack and component | `map(string)` | `{}` | no |
111111

112112
## Outputs
113113

114-
| Name | Description |
115-
|----------------|----------------------------------------|
114+
| Name | Description |
115+
|------|-------------|
116116
| component\_arn | ARN of the EC2 Image Builder Component |
117117

118118
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)