Hey, I am trying to migrate from variables to parameters but I am stuck using the parameter feature for docker hub username / password since terraform errors with an failure to write to the /home/coder/.docker/config.json . Is this even supported? Or should these kinds of secrets stay in variables?
timoooooo
04/11/2023, 4:38 PM
Because if I understand it correctly the parameters can't have template level default values anymore? Like the variables with secret=true
timoooooo
04/11/2023, 4:39 PM
Thats the error I am getting when trying to pass the data.coder_parameter.docker_hub_user.data to the docker provider