mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-29 15:13:53 +00:00
ignore env var changes amateur predictor
This commit is contained in:
parent
d77a6f9753
commit
d0416f9850
@ -81,6 +81,9 @@ resource "aws_lambda_function" "ham_predict_updater" {
|
||||
tags = {
|
||||
Name = "ham_predict_updater"
|
||||
}
|
||||
lifecycle {
|
||||
ignore_changes = [environment]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user