You can use Resource Orchestration Service (ROS) Template Transformer to convert an Excel, a Terraform, or an AWS CloudFormation template to a ROS template and format a ROS template. This topic describes how to install Template Transformer.
Prerequisites
Python 3.6 or later is installed. This is because Template Transformer is developed in Python. For more information, visit the Python official website.
Method 1: Use pip
Run the following command to install Template Transformer:
pip install alibabacloud-ros-tranMethod 2: Use the source code
Run the following command to download the source code of Template Transformer:
git clone https://github.com/aliyun/alibabacloud-ros-tool-transformer.gitRun the following command to go to the
alibabacloud-ros-tool-transformerdirectory:cd alibabacloud-ros-tool-transformerRun the following command to install Template Transformer:
python setup.py install