harness / harness-migrate

Harness CI migration utility
https://www.harness.io/products/continuous-integration
Apache License 2.0
9 stars 4 forks source link

[terraform] secret IDs are always lowercase #103

Closed jimsheldon closed 1 year ago

jimsheldon commented 1 year ago

The secrets module we are using converts all names to lowercase and uses that for the ID.

This can break references to SECRET_NAME (or org.SECRET_NAME) in the converted yaml, since <+ secrets.getValue("secret_name") > fails.

jimsheldon commented 1 year ago

Fix in #104