docs: improve error message
Some checks failed
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit

This commit is contained in:
Stefan Reimer 2024-12-02 12:49:59 +00:00
parent 24c0346864
commit 266604b964

View File

@ -224,7 +224,7 @@ def _import(cb, stack_name, pulumi_state_file):
if s.mode == "pulumi": if s.mode == "pulumi":
s._import(pulumi_state_file) s._import(pulumi_state_file)
else: else:
logger.info("{} uses Cloudformation, export skipped.".format(s.stackname)) logger.info("Cannot import as {} uses Cloudformation.".format(s.stackname))
@click.command() @click.command()