aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
757 stars 69 forks source link

build command fails with some resource types such as AWS::IAM::ManagedPolicy #328

Closed dhx-mike-palandra closed 3 months ago

dhx-mike-palandra commented 3 months ago
$ rain --version
Rain v1.8.1 linux/amd64

$ rain build --bare AWS::S3::Bucket
AWSTemplateFormatVersion: 2010-09-09

Description: Generated by rain

Resources:
  Bucket:
    Type: AWS::S3::Bucket
    Properties: {}

$ rain build --bare AWS::IAM::ManagedPolicy 
json: cannot unmarshal array into Go struct field Prop.properties.type of type string
ericzbeard commented 3 months ago

This should be fixed soon, I ran into this on a separate PR I've been working on.

ericzbeard commented 3 months ago

Confirmed it's fixed on main. Not released yet.