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
$ cfn-lint -t ToolsAcct/code-pipeline.yaml --ignore-checks W
it returns
E3030 You must specify a valid value for Type (linuxContainer). Valid values are ["ARM_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "WINDOWS_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"] ToolsAcct/code-pipeline.yaml:100:9
because the value linuxContainer is deprecated (though the deployment still works)
Change it to LINUX_CONTAINER instead
The text was updated successfully, but these errors were encountered:
When running
$ cfn-lint -t ToolsAcct/code-pipeline.yaml --ignore-checks W
it returns
E3030 You must specify a valid value for Type (linuxContainer). Valid values are ["ARM_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "WINDOWS_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER"] ToolsAcct/code-pipeline.yaml:100:9
because the value
linuxContainer
is deprecated (though the deployment still works)Change it to
LINUX_CONTAINER
insteadThe text was updated successfully, but these errors were encountered: