hashicorp / go-secure-stdlib

Mozilla Public License 2.0
64 stars 24 forks source link

feat(configutil): Add env and file support to ClusterName #24

Closed hugoghx closed 2 years ago

hugoghx commented 2 years ago

A user is now able to set cluster_name in their HCL to point to an environment variable (env://) or file (file://) and the logic will dynamically resolve the value within and assign it to the field.

hugoghx commented 2 years ago

Hey @jefferai, I cannot merge this PR - Can you take a look and merge + tag if you see fit? Thanks 🙏

jefferai commented 2 years ago

Merged and tagged!