Describe the bug
The values allowed by condidtion_template_id doesn't cover all values the API supports.
When I try to apply the snippet below, I'm getting:
Error: Invalid Attribute Value Match
condition_template_id value must be one of: ["OpenSSF" "BannedLabels"
"AllowedLabels" "SpecificVersions" "AllowedLicenses" "BannedLicenses"
"CVECVSSRange" "isImmature" "CVEName"], got: "isMalicious"
Versions
- jfrog/xray provider: v3.1.10 (same code on main)
- OpenTofu 1.6+; JFrog Platform Enterprise+ with Curation/Catalog enabled
Requirements for and issue
Expected behavior
The template should be applicable (it's accepted by API).
Describe the bug
The values allowed by
condidtion_template_iddoesn't cover all values the API supports.When I try to apply the snippet below, I'm getting:
Versions
Requirements for and issue
Expected behavior
The template should be applicable (it's accepted by API).