This module creates an ACM certificate
| Name |
Version |
| aws |
>= 4.67.0, < 5.0.0 |
| time |
~> 0.9.1 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| availability_zones |
AWS AZs to be used in the current region |
list(string) |
[ "eu-west-3a", "eu-west-3b", "eu-west-3c" ] |
no |
| cidr_block |
CIDR block to be userd by the VPC |
string |
"10.1.0.0/16" |
no |
| customer |
Customer for the current deployment |
string |
"" |
no |
| name |
Name to be used on all the resources as identifier |
string |
n/a |
yes |
| private_subnets |
Private subnets to be created |
map(any) |
{ "eu-west-3a": { "cidr": "10.1.0.0/24", "name": "priv-eu-west-3a" }, "eu-west-3b": { "cidr": "10.1.2.0/24", "name": "priv-eu-west-3b" }, "eu-west-3c": { "cidr": "10.1.3.0/24", "name": "priv-eu-west-3c" } } |
no |
| public_subnets |
Public subnets to be created |
map(any) |
{ "eu-west-3a": { "cidr": "10.1.4.0/24", "name": "pub-eu-west-3a" }, "eu-west-3b": { "cidr": "10.1.5.0/24", "name": "pub-eu-west-3b" }, "eu-west-3c": { "cidr": "10.1.6.0/24", "name": "pub-eu-west-3c" } } |
no |
| tags |
Default tags to add to resources |
map(any) |
{} |
no |