Version: v3.3 
Tags
Tag-Based Access Control in Amorphic is a feature that helps users to efficiently share and manage Amorphic resources at scale.
Below is the sample resource definition file for Tag:
{
"rTag": {
"Type": "Tag",
"Properties": {
"TagKey": "department",
"TagValue": "tax",
"TagDescription": "Tag managed by CICD"
}
}
}
info
Amorphic CICD currently only supports creation, updating, and deletion of tags.
It does not support providing access to Amorphic resources using the managed tags.