diff --git a/ibm_catalog.json b/ibm_catalog.json index 9a717c9..d7a5b0e 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -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": [ { @@ -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 @@ -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 @@ -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": [ @@ -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": {