Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 5, 2024
1 parent 50bbc2b commit c3486dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acmpca/certificate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_acmpca_certificate" "certificate" {
type = "DAYS"
value = var.validity_days
}
template_arn = local.ca_settings.template_arns["SubordinateCACertificate_PathLen0/V1"]
template_arn = local.ca_settings.template_arns[local.ca_type]
lifecycle {
create_before_destroy = true
precondition {
Expand Down

0 comments on commit c3486dc

Please sign in to comment.