Hello!
I have a problem with file rds.tf, the exercise says:
2.5 RDS For password, use the master password generated in the first block
But in the first block, in the blueprint code:
resource “random_id” “master_password” {
byte_length = 8
}
In the documentation the terraform
“The resource random_id
generates random numbers that are intended to be used as unique identifiers for other resources”
It is not a password, Can you create random_password for to solve this problem?
Thanks for your help!
Luis