anomaly / lab-tf-linode

Terraform templates to provision infrastructure and application on Linode, using just nodes through to Kubernetes and managed products e.g databases and object store.
Apache License 2.0
0 stars 0 forks source link

Use Terraform random password functions to generate secrets #5

Closed devraj closed 2 years ago

devraj commented 2 years ago

Terraform has functions that can help with generation of random values https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password

Explore these and incorporate them into our configuration to roll out application level secrets e.g Cookie seed etc.