k3s-oracle-cloud-free-tier icon indicating copy to clipboard operation
k3s-oracle-cloud-free-tier copied to clipboard

terraform ask for sensitive=true

Open valentinvieriu opened this issue 3 years ago • 1 comments

When trying to terraform apply I'm getting an error from terraform. it asks that we set sensitive = true.

output "sqlpassword" {
  value = module.free-tier-k3s.sqlpassword
  sensitive = true

}

valentinvieriu avatar Jul 06 '21 13:07 valentinvieriu

#14 fixes this

Shabinder avatar Aug 11 '21 21:08 Shabinder