@gwright99 pointed out a potentially helpful feature to have a flag that allows users to specify a subset of resources they would want to create from a YAML file. This is similar to the terraform apply -target option.
For example, with an e2e YAML, that defines resources all the way from an Organization to Launching a Pipeline, I might want to define a subset of targets for creation:
@gwright99 pointed out a potentially helpful feature to have a flag that allows users to specify a subset of resources they would want to create from a YAML file. This is similar to the
terraform apply -target
option.For example, with an e2e YAML, that defines resources all the way from an Organization to Launching a Pipeline, I might want to define a subset of targets for creation:
This will prevent users from having to create multiple YAMLs for resources, or have to comment out blocks of their files.