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
When using a CFN template that contains an AWS::CodeBuild::Project resource whose Environment->Type is set to ARM_CONTAINER cfn-lint exits nonzero with the following error:
➜ cfn-lint --info ../cloudformation/cfn-lint-issue-example.json
2020-06-12 08:09:02,170 - cfnlint.runner - INFO - Run scan of template ../cloudformation/cfn-lint-issue-example.json
E3030 You must specify a valid value for Type (ARM_CONTAINER).
Valid values are ["LINUX_CONTAINER", "WINDOWS_CONTAINER"]
../cloudformation/cfn-lint-issue-example.json:26:11
PatMyron
changed the title
ARM_CONTAINER not considered valid Environment->Type value for AWS::CodeBuild::Project Resource
ARM_CONTAINER not considered valid value for AWS::CodeBuild::Project.Environment.Type
Sep 25, 2020
cfn-lint version 0.33.0
When using a CFN template that contains an
AWS::CodeBuild::Project
resource whoseEnvironment->Type
is set toARM_CONTAINER
cfn-lint exits nonzero with the following error:The full template is:
The corresponding documentation lists this as a valid value.
Re-installing the latest version and running
cfn-lint -u
did not fix it.The text was updated successfully, but these errors were encountered: