@@ -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