diff --git a/ibm_catalog.json b/ibm_catalog.json index ea71c0e..bf15830 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -452,6 +452,13 @@ "required": false }, { + "key": "create_icr_namespace", + "type": "boolean", + "default_value": true, + "description": "Set to `true` to have Terraform create the registry namespace. Setting to `false` will have the CI pipeline create the namespace if it does not already exist. Note: If a Terraform destroy is used, the ICR namespace along with all images will be removed.", + "required": false + }, + { "key": "registry_namespace", "type": "string", "default_value": "devsecops",