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
feat!: Handle new region parameter introduced in terraform-aws 6.0 (#156)
* feat!: Handle new region parameter introduced in terraform-aws 6.0
* build!: Bump terraform required version to 1.10.0 to be able to use new features (optional variable attributes, ephemeral values...)
* fix: Bump version throughout, fix example
---------
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
| <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 |
216
216
| <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
217
| <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 to create the resources into |`string`|`null`| no |
218
219
| <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 |
219
220
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
220
221
| <aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
0 commit comments