We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9356f59 commit 5aa7feeCopy full SHA for 5aa7fee
tools/cli_commands/erv2.py
@@ -537,7 +537,9 @@ def commit(self, source: TerraformCli) -> None:
537
self.upload_state()
538
source.upload_state()
539
540
- def _elasticache_import_password(self, destination: TfResource, password: str) -> None:
+ def _elasticache_import_password(
541
+ self, destination: TfResource, password: str
542
+ ) -> None:
543
"""Import the elasticache auth_token random_password."""
544
self._tf_import(address=destination.address, value=password)
545
0 commit comments