parameter_store.tf => corrected what Kiko has reviewed in regards to the values of the parameters ( in each resources)
output.tf => deleted "output password" as after running terraform apply, the newly created password has been stored in the right place with the right value. ( Let me know if you need help in where to find it - aws)
rds.tf => instead of hardcoding the database_name, added "var.name" as value
variables => renamed variable "name"
Please test it locally! It worked for me last night :) Approve it if it ran without errors for you!
Hi team, I've made a few changes.
Please test it locally! It worked for me last night :) Approve it if it ran without errors for you!