You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making some assumptions in my code about what the sub-type should look like (namely, that it ought to be a struct... in this case it is a list of lists of structs... I need to remedy this.
I have custom code that is "repairing" this currently:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-filtergroup.html
I'm making some assumptions in my code about what the sub-type should look like (namely, that it ought to be a struct... in this case it is a list of lists of structs... I need to remedy this.
I have custom code that is "repairing" this currently:
cfn-cue/main.go
Line 76 in ac1d2b7
One additional piece of complexity...
That is in a section that should all be defined as
Resource
s, but it is defined as aProperty
... So it won't load correctly into the go structs...The text was updated successfully, but these errors were encountered: