dynatrace-configuration-as-code icon indicating copy to clipboard operation
dynatrace-configuration-as-code copied to clipboard

Monaco convert should also convert env variables

Open tatomir146 opened this issue 4 years ago • 0 comments

In case there are Env variables defined in the environments file, converter replaces these with env names.

Converter should convert something like:

  - env-url: "{{ .Env.URL_ENVIRONMENT_1 }}"

to:

    url:
      type: environment
      value: URL_ENVIRONMENT_1

tatomir146 avatar Sep 21 '21 12:09 tatomir146