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
| `image-tag` | Tag of the LocalStack Docker image to use | `latest` |
31
+
| `install-awslocal` | Whether to install the `awslocal` CLI into the build environment | `true` |
32
+
| `configuration` | Configuration variables to use while starting LocalStack container | `None` |
33
+
| `use-pro` | Whether to use the Pro version of LocalStack (requires API key to be configured) | `false` |
34
+
35
+
> **NOTE**: The `LOCALSTACK_API_KEY` environment variable is required to be set if `use-pro` is set to `true`. While starting the [localstack-pro](https://hub.docker.com/r/localstack/localstack-pro) image, the DNS startup is skipped with `DNS_ADDRESS=0` configuration variable. It is required to properly start LocalStack in GitHub Actions runner environment.
0 commit comments