hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: account state lookup #299

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

This allows for compatibility between new account layouts for cmdb layout v2 and v1 without raising errors. When performing gen3 dir lookup for the account infrastructure if it was not found an error would be raised that would stop processing. The account state dir lookup includes both the legacy infrastructure dir and the new state dir which allows for fallback between the different directories

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: