-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Terraform plan provides variables key which currently cannot read from BaseResourceCheck.scan_resource_conf
Examples
{
"format_version": "1.0",
"terraform_version": "1.0.0",
"variables": {
"account": {
"value": "dev"
}
},
...
}
Additional context
Would it be possible to read variables that are in the plan file?
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.