fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

Parse error when loading template containing Include transforms #114

Open fireflycons opened 3 years ago

fireflycons commented 3 years ago

Template parser thinks this is a resource and complains that Type is missing. Will need to read the include file and expand into the internal model.

  "Resources": {
    "SessionTable": {
      "Fn::Transform": {
        "Name": "AWS::Include",