mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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"
|
validation_method = "DNS"
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
create_before_destroy = true
|
create_before_destroy = false
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = var.tags
|
tags = var.tags
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue