How to keep GCP Secret Manager and AWS Secret Manager in sync using Terraform

26 views Asked by At

I have an app that utilizes both AWS and GCP Secret Managers, and this app is deployed through Terraform.

Is it possible/is it a good idea to have Terraform keep these in sync.

For example, if I need to change my database password, can I change the secret in GCP, deploy via Terraform and have those secrets copied over to AWS Secret Manager, which can then be accessed from the Lambda Functions I deploy?

0

There are 0 answers