v2.3.0
·
135 commits
to main
since this release
2.3.0 (2024-09-18)
Features
- Added an option to enable "Mark as sensitive" for Watson projects (required by SCC AI Guardrails profile). To mark the Watson project as sensitive, set variable
watson_project_sensitive
to true. Default isfalse
.
Added a variable for project name (watson_project_name
). If set to null, no project or COS instance will be created. If prefix is passed, it will be used in the project name along with the watson_project_name value. (#171) (26e0916)