Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 28 additions & 14 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
],
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
"id": "045c1169-d15a-4046-ae81-aa3d3348421f-global",
"version": "v1.6.2",
"version": "v1.7.0",
"optional": true,
"input_mapping": [
{
Expand Down Expand Up @@ -123,6 +123,11 @@
"dependency_input": "config_aggregator_enterprise_account_group_ids_to_assign",
"version_input": "enterprise_account_group_ids_to_assign",
"reference_version": true
},
{
"dependency_input": "config_aggregator_enterprise_account_ids_to_assign",
"version_input": "enterprise_account_ids_to_assign",
"reference_version": true
}
],
"on_by_default": true
Expand Down Expand Up @@ -224,6 +229,20 @@
}
]
},
{
"key": "scc_workload_protection_service_plan",
"required": true,
"options": [
{
"displayname": "Free Trial",
"value": "free-trial"
},
{
"displayname": "Graduated Tier",
"value": "graduated-tier"
}
]
},
{
"key": "cspm_enabled",
"required": true
Expand Down Expand Up @@ -270,6 +289,14 @@
"required": false,
"virtual": true
},
{
"key": "enterprise_account_ids_to_assign",
"type": "list(string)",
"default_value": "[\"all\"]",
"description": "A list of enterprise account IDs to assign the trusted profile template to in order for the accounts to be scanned. Supports passing the string 'all' in the list to assign to all accounts. Only applies if `cspm_enabled` is true and a value is being passed for `enterprise_id`.",
"required": false,
"virtual": true
},
{
"key": "provider_visibility",
"options": [
Expand All @@ -293,19 +320,6 @@
{
"key": "scc_workload_protection_instance_name"
},
{
"key": "scc_workload_protection_service_plan",
"options": [
{
"displayname": "Free Trial",
"value": "free-trial"
},
{
"displayname": "Graduated Tier",
"value": "graduated-tier"
}
]
},
{
"key": "scc_workload_protection_instance_tags",
"custom_config": {
Expand Down
Loading