Skip to content

Commit

Permalink
Standardize acm-request-certificate module in components to on 0.16.3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseSecurity and cloudpossebot authored Oct 18, 2023
1 parent cab916f commit 83a8a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ components:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/acm-request-certificate/aws | 0.16.0 |
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/acm-request-certificate/aws | 0.16.3 |
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_private_ca"></a> [private\_ca](#module\_private\_ca) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
Expand Down
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "aws_route53_zone" "default" {
# https://github.com/cloudposse/terraform-aws-acm-request-certificate
module "acm" {
source = "cloudposse/acm-request-certificate/aws"
version = "0.16.0"
version = "0.16.3"

certificate_authority_arn = local.private_ca_enabled ? module.private_ca[0].outputs.private_ca[var.certificate_authority_component_key].certificate_authority.arn : null
validation_method = local.private_ca_enabled ? null : var.validation_method
Expand Down

0 comments on commit 83a8a46

Please sign in to comment.