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
|[aws_acm_certificate.existing_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate)| data source |
53
+
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
54
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
51
55
|[aws_route53_zone.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone)| data source |
52
56
53
57
## Inputs
54
58
55
-
No inputs.
59
+
| Name | Description | Type | Default | Required |
| <aname="input_existing_acm_certificate_domain_name"></a> [existing\_acm\_certificate\_domain\_name](#input\_existing\_acm\_certificate\_domain\_name)| Existing ACM certificate domain name |`string`|`"terraform-aws-modules.modules.tf"`| no |
62
+
| <aname="input_region"></a> [region](#input\_region)| AWS region where resources will be created |`string`|`"eu-west-1"`| no |
63
+
| <aname="input_route53_domain_name"></a> [route53\_domain\_name](#input\_route53\_domain\_name)| Existing Route 53 domain name |`string`|`"terraform-aws-modules.modules.tf"`| no |
64
+
| <aname="input_use_existing_acm_certificate"></a> [use\_existing\_acm\_certificate](#input\_use\_existing\_acm\_certificate)| Whether to use an existing ACM certificate |`bool`|`false`| no |
65
+
| <aname="input_use_existing_route53_zone"></a> [use\_existing\_route53\_zone](#input\_use\_existing\_route53\_zone)| Whether to use an existing Route 53 zone |`bool`|`true`| no |
0 commit comments