docs: improve error message
Some checks failed
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit
Some checks failed
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit
This commit is contained in:
parent
24c0346864
commit
266604b964
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user