1

We are trying to run terraform script to increase the size of Redis instance. The plan says, it is going to create the secret of a secret_name which is out there already and used by production application.

Solution for the error

1 Answers1

0

Have a look at Terraform import.
More specifically for a secret manager secret.

matsu
  • 316
  • 2
  • 6
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 21 '22 at 14:37