You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Handle new region parameter introduced in terraform-aws 6.0 (#156)
11
+
12
+
### Features
13
+
14
+
* Handle new region parameter introduced in terraform-aws 6.0 ([#156](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/156)) ([e503ecd](https://github.com/terraform-aws-modules/terraform-aws-acm/commit/e503ecd3925729b0291f7052416f053a952bb0a9))
* Add support for private CA certificates ([#155](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/155)) ([f5dffc6](https://github.com/terraform-aws-modules/terraform-aws-acm/commit/f5dffc6bb65f783661685585cc6d0b9799a8c7c1))
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| A domain name for which the certificate should be issued |`string`|`""`| no |
215
215
| <aname="input_export"></a> [export](#input\_export)| Whether the certificate can be exported. Valid values are ENABLED or DISABLED (default). Note Issuing an exportable certificate is subject to additional charges |`string`|`null`| no |
216
216
| <aname="input_key_algorithm"></a> [key\_algorithm](#input\_key\_algorithm)| Specifies the algorithm of the public and private key pair that your Amazon issued certificate uses to encrypt data |`string`|`null`| no |
217
+
| <aname="input_private_authority_arn"></a> [private\_authority\_arn](#input\_private\_authority\_arn)| Private Certificate Authority ARN for issuing private certificates |`string`|`null`| no |
217
218
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
218
-
| <aname="input_region"></a> [region](#input\_region)| Region where this resource will be managed. Defaults to the Region set in the provider configuration|`string`|`null`| no |
219
+
| <aname="input_region"></a> [region](#input\_region)| Region to create the resources into|`string`|`null`| no |
219
220
| <aname="input_subject_alternative_names"></a> [subject\_alternative\_names](#input\_subject\_alternative\_names)| A list of domains that should be SANs in the issued certificate |`list(string)`|`[]`| no |
220
221
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
221
222
| <aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
0 commit comments