harness / harness-go-sdk

An SDK written in Go for interacting with the Harness API's
Apache License 2.0
13 stars 13 forks source link

[feat]: [CDS-98538] Add new get api for overrides v2 #547

Closed lovish1999 closed 3 months ago

lovish1999 commented 3 months ago

Describe your changes

  1. Earlier we were using GET API with path "get-with-yaml" for overrides v2 terraform resource. But with the new resource, we can use the simple GET API. So added that.

  2. Added support for identifier field in overrides v2 request and import request classes. This is to support optional identifier fields in new overrides v2 terraform resource.

Comment Triggers

PR Check triggers - Build: `trigger build` - gitleaks: `trigger gitleaks`