diff --git a/internal/resources/bigint.yml b/internal/resources/bigint.yml index 069b8e0..09e6c47 100644 --- a/internal/resources/bigint.yml +++ b/internal/resources/bigint.yml @@ -3,9 +3,8 @@ namespace: io.kestra.terraform tasks: - id: t1 - type: io.kestra.core.tasks.scripts.Bash - commands: - - 'echo "{{ task.id }}"' + type: io.kestra.core.tasks.log.Log + message: "{{ task.id }}" - id: t2 type: io.kestra.core.tasks.debugs.Return diff --git a/internal/resources/flow.yml b/internal/resources/flow.yml index 2cb1828..fd28fa5 100644 --- a/internal/resources/flow.yml +++ b/internal/resources/flow.yml @@ -3,12 +3,10 @@ namespace: io.kestra.terraform tasks: - id: project-iam-extract description: Extract all iam at the project level - type: io.kestra.core.tasks.scripts.Python - inputFiles: + type: io.kestra.core.tasks.storages.LocalFiles + inputs: main.py: | ${indent(8, file("/tmp/unit-test/flow.py"))} - requirements: - - request triggers: - id: schedule