Manage the Terraform template-based catalog items
Use an Infrastructure as Code (IaC) change task to create or update the Terraform template-based catalog items. The IaC change task helps ensure that the catalog items are aligned with the latest infrastructure specifications coded in the Terraform template.
始める前に
Role required: admin
このタスクについて
- Create a catalog item from the modified template version.
A new catalog item is created with the existing catalog item name appended by a number. For example, if the existing catalog item is called
Linux VMthe new catalog item will be created with the nameLinux VM1 - Update the existing catalog item per the updated template version.
When you choose to update the existing catalog item per the updated template version, a new version of the template is created and activated while the existing template version is retired and rendered inactive.
Until you perform one of the above mentioned actions, the catalog item is deactivated. When the catalog item is in deactivated state, cloud users can’t access it.
- One or more variables are added to the source Terraform template.
- One or more variables are deleted from the source Terraform template.
- One or more variables used in the source Terraform template undergo a data type change.
- Default value of one or more variables changes.