You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ jobs:
39
39
AWS_REGION: sa-east-1
40
40
REPOSITORY_NAME: my-repository-name
41
41
RUN_TASK_ID: ${{ matrix.task.runTaskId }}
42
+
CONTAINER_URL: my/container-url # not mandatory
43
+
FEATURES_TERRAFORM_MODULES: ... # not mandatory
42
44
```
43
45
44
46
* * *
@@ -58,6 +60,7 @@ Field | Mandatory | Observation
58
60
**AWS_REGION** | YES | AWS region where resources with be provisioned. Used for tf backend as well (e.g: `us-east-1`).
59
61
**RUN_TASK_ID** | YES | StackSpot Runtime task id to be executed, according to [runtime-manager-action](https://github.com/stack-spot/runtime-manager-action).
60
62
**REPOSITORY_NAME** | YES | Repository name to checkout during task process.
63
+
**CONTAINER_URL** | NO | Container url reference (e.g `stackspot/image`)
61
64
**FEATURES_TERRAFORM_MODULES** | NO | List of external terraform modules allowed
0 commit comments