rancher / quickstart

378 stars 328 forks source link

Update output.tf #210

Closed abonillabeeche closed 1 year ago

abonillabeeche commented 1 year ago

Provide the user-configured password for sanity to the terraform output

Signed-off-by: Alejandro Bonilla abonilla@suse.com

bashofmann commented 1 year ago

Closing this PR. It is not necessary and also very uncommon in Terraform modules to output a variable that was just provided by the user as an input. Additionally, it's not good practice to output password or credentials in clear text if you don't have to.