Tomas Farkas
Tomas Farkas
@epiekarski the template does not let you use env vars, but you can just set the assignees directly in the action's yaml file: ``` with: assignees: {{ env.ASSIGNEE }} ```
Same issue in v4.31.0
@JasonEtco are you planning to support template for labels? I know that @dblock forked and implemented it but on the other hand releasing 2.8.1 I see you are active in...
Unfortunately it looks like it is a locked down parameter :-( Amazon MWAA reserves a set of critical environment variables. If you overwrite a reserved variable, Amazon MWAA restores it...
I do have the same issue, and not using any `if` statement. And the matrix value does not contain any spaces. ``` list-dev-configs: runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}...
My bad, that was a typo in the script last line `martix` instead of `matrix`.
As @crowemi pointed out, the escape_unenclosed_field needs to be explicitly defined in the resource definition, otherwise it will fail (or will trigger a change every time). ``` ... escape_unenclosed_field =...
good to know, before we upgrade to the latest and greatest :-)
Yes it can be easily reproduced using this simple configuration: **network_policy.tf** ``` resource "snowflake_network_policy" "test" { name = "aws_access" allowed_ip_list = ["34.249.212.0/24"] provider = snowflake.security } resource "snowflake_network_policy_attachment" "test" {...
SPARK2 or SPARK2_ON_YARN