cloud-validation-framework icon indicating copy to clipboard operation
cloud-validation-framework copied to clipboard

Content of the snapshot to be stored as an attribute

Open ajeybk opened this issue 4 years ago • 0 comments

As support for different content type is added, the source data content type needs to be known for further processing. All data is processed in json, so the source content type is converted to json and from json to original format. The content type helps to call the appropriated converters for further processing.

In AWS IaC is processing .template and .txt file only to json. It should also be able to process for yaml.

ajeybk avatar Jul 30 '21 05:07 ajeybk