mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-30 07:33:55 +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 = {
|
tags = {
|
||||||
Name = "ham_predict_updater"
|
Name = "ham_predict_updater"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
ignore_changes = [environment]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user