mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
do not recreate certificate every deploy
This commit is contained in:
parent
8f114d4e0e
commit
3aefba7ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ resource "aws_acm_certificate" "this" {
|
|||
validation_method = "DNS"
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
create_before_destroy = false
|
||||
}
|
||||
|
||||
tags = var.tags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue