mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #902 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: dont recreate certificates every time
This commit is contained in:
commit
f727e8336e
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -246,7 +246,7 @@ etl/epc/local_data/*
|
|||
/backend/condition/sample_data/peabody/*
|
||||
|
||||
*.DS_Store
|
||||
infrastructure/terraform/.terraform*
|
||||
**/.terraform*
|
||||
|
||||
# Don't commit packages up serverless packages
|
||||
.serverless
|
||||
|
|
|
|||
|
|
@ -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