env0 / env0-migration-tool

A repository that contains the necessary files in order to import existing Terraform workspaces from other platforms
1 stars 2 forks source link

Fix: using `" "` as placeholder for secrets causes deployment logs unreadable #8

Closed sagilaufer1992 closed 8 months ago

sagilaufer1992 commented 8 months ago

Currently, the placeholder for secret values is " ". env0 replaces secret values with an asterix string, i.e. "*************", and that causes the logs to become unreadable

solution: use a non-empty placeholder for secrets