feat: provider v0.1.9 — namespace removed from resources, moved to provider block
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
# Джоб создания таблицы notes.
|
||||
# CREATE TABLE IF NOT EXISTS — безопасно запускать повторно, таблица не пересоздаётся.
|
||||
resource "sless_job" "notes_table_init" {
|
||||
namespace = "default"
|
||||
name = "notes-create-table"
|
||||
function = sless_function.sql_runner.name
|
||||
wait_timeout_sec = 120
|
||||
@@ -32,7 +31,6 @@ resource "sless_job" "notes_table_init" {
|
||||
resource "sless_job" "notes_index_init" {
|
||||
depends_on = [sless_job.notes_table_init]
|
||||
|
||||
namespace = "default"
|
||||
name = "notes-create-index"
|
||||
function = sless_function.sql_runner.name
|
||||
wait_timeout_sec = 60
|
||||
|
||||
Reference in New Issue
Block a user