What extension is used to auto complete the entire block when defining a new resource ? (I'am referring to the "tf-aws-resource-secretsmanager-secret" for example)
is there any chance to fetch the existing secret to created new RDS dynamically , if there is no existed secret it should create new secret for that RDS through terraform , this complete process should be in terraform code only . do you have any video or document for this . here we can find the way the secret existed or not through the naming convention of secret .
it doesn't recreate all those resources again instead it checks for state and only make changes if they are newly added, deleted or if you have changed something to your resources.
I really liked the way your explained, by coding from scratch. I have followed your video and able to create RDS with kms and secrets. Thanks
Thank you. More terraform stuff please
Thank you, this was helpful.
Glad it was helpful!
What extension is used to auto complete the entire block when defining a new resource ? (I'am referring to the "tf-aws-resource-secretsmanager-secret" for example)
Thanks Bhai
glad it helped you
great video. may i know what extension are you using for terraform. TIA.
Terraform doc snippets
is there any chance to fetch the existing secret to created new RDS dynamically , if there is no existed secret it should create new secret for that RDS through terraform , this complete process should be in terraform code only . do you have any video or document for this . here we can find the way the secret existed or not through the naming convention of secret .
great tutorial, is there a way to dynamically provision the rds endpoint , via template file to wp-config file?
Not that I know of
It's not automaticaly rotating the password, this code just create the secrets and store it on AWS Secret manager.
what happen if you re-deploy the terraform code ?
it doesn't recreate all those resources again instead it checks for state and only make changes if they are newly added, deleted or if you have changed something to your resources.