Skip to content

Commit 1238eb8

Browse files
committed
chore: update README.md
1 parent 82f2dbc commit 1238eb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ module "acm_request_certificate" {
9696
| Name | Version |
9797
|------|---------|
9898
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
99-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.40 |
99+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.4.0 |
100100

101101
## Providers
102102

103103
| Name | Version |
104104
|------|---------|
105-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.40 |
105+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.4.0 |
106106

107107
## Modules
108108

@@ -126,6 +126,7 @@ module "acm_request_certificate" {
126126
| <a name="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br/>This is for some rare cases where resources want additional configuration of tags<br/>and therefore take a list of maps with tag key, value, and additional configuration. | `map(string)` | `{}` | no |
127127
| <a name="input_attributes"></a> [attributes](#input\_attributes) | ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br/>in the order they appear in the list. New attributes are appended to the<br/>end of the list. The elements of the list are joined by the `delimiter`<br/>and treated as a single ID element. | `list(string)` | `[]` | no |
128128
| <a name="input_certificate_authority_arn"></a> [certificate\_authority\_arn](#input\_certificate\_authority\_arn) | ARN of an ACM PCA | `string` | `null` | no |
129+
| <a name="input_certificate_export"></a> [certificate\_export](#input\_certificate\_export) | Specifies whether the certificate can be exported | `bool` | `false` | no |
129130
| <a name="input_certificate_transparency_logging_preference"></a> [certificate\_transparency\_logging\_preference](#input\_certificate\_transparency\_logging\_preference) | Specifies whether certificate details should be added to a certificate transparency log | `bool` | `true` | no |
130131
| <a name="input_context"></a> [context](#input\_context) | Single object for setting entire context at once.<br/>See description of individual variables for details.<br/>Leave string and numeric variables as `null` to use default value.<br/>Individual variable settings (non-null) override settings in context object,<br/>except for attributes, tags, and additional\_tag\_map, which are merged. | `any` | <pre>{<br/> "additional_tag_map": {},<br/> "attributes": [],<br/> "delimiter": null,<br/> "descriptor_formats": {},<br/> "enabled": true,<br/> "environment": null,<br/> "id_length_limit": null,<br/> "label_key_case": null,<br/> "label_order": [],<br/> "label_value_case": null,<br/> "labels_as_tags": [<br/> "unset"<br/> ],<br/> "name": null,<br/> "namespace": null,<br/> "regex_replace_chars": null,<br/> "stage": null,<br/> "tags": {},<br/> "tenant": null<br/>}</pre> | no |
131132
| <a name="input_delimiter"></a> [delimiter](#input\_delimiter) | Delimiter to be used between ID elements.<br/>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. | `string` | `null` | no |

0 commit comments

Comments
 (0)