Add support for anchors and aliases in the Terraform Provider for YAML based resources. For example, if I had an anchor and alias defined as such
definitions:
description: &desc test
pipeline:
name: Rollback
identifier: Rollback
projectIdentifier: CSE_Lab_Project
orgIdentifier: CSE_Labs
stages:
- stage:
name: Rollback
identifier: Rollback
description: *desc
I am able to use this fine in Pipeline Studio and the description will reference the anchor just fine. When trying to create a pipeline with the above YAML in Terraform, I am getting an error that definitions could not be resolved. Can we add support for Definitions in the Harness Terraform Provider?
Created by Austin Thao
May 6, 2024