-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
contribution requestedThis is a great feature idea, but we will need a contribution to get it added to Checkov.This is a great feature idea, but we will need a contribution to get it added to Checkov.
Description
Describe the feature
Please add support for the experimental feature resourceDerivedTypes
.
Examples
@description('The minimum resources to allocate to a container app instance')
param resources resourceInput<'Microsoft.App/containerApps@2024-03-01'>.properties.template.containers[*].resources = {
#disable-next-line BCP036
cpu: '0.25'
memory: '0.5Gi'
}
Additional context
File "/usr/local/lib/python3.11/site-packages/lark/lexer.py", line 598, in next_token
raise UnexpectedCharacters(lex_state.text, line_ctr.char_pos, line_ctr.line, line_ctr.column,
lark.exceptions.UnexpectedCharacters: No terminal matches '<' in the current parser context, at line 14 col 30
param resources resourceInput<'Microsoft.App/containerApps@2024-03-01
Metadata
Metadata
Assignees
Labels
contribution requestedThis is a great feature idea, but we will need a contribution to get it added to Checkov.This is a great feature idea, but we will need a contribution to get it added to Checkov.