fix: убрать UseStateForUnknown с image_ref, provider v0.1.5
This commit is contained in:
@@ -24,7 +24,8 @@ resource "sless_function" "hello_job" {
|
||||
timeout_sec = 30
|
||||
|
||||
code_path = data.archive_file.handler_job.output_path
|
||||
code_hash = data.archive_file.handler_job.output_md5
|
||||
# filesha256 исходного файла — надёжнее чем output_md5 zip
|
||||
code_hash = filesha256("${path.module}/code/handler-job.js")
|
||||
}
|
||||
|
||||
# Одноразовый запуск. Все поля immutable — изменение любого пересоздаёт джоб.
|
||||
|
||||
Reference in New Issue
Block a user