- Added support for the
IgnoreIfNotExistsattribute in the package definition file to ignore dependencies that do not exist. - Fixed a typo in the default name of the temporary folder created by AWS Orga Deployer (changed from
.aws_orga_deployerto.aws-orga-deployer). - Fixed a bug when referencing the output of another deployment using
VariablesFromOutputs: if the output does not exist, the variable was set toNonewhich could replace the default value defined by theVariablesattribute. Now, the variable is not added or updated if the dependent output does not exist.