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
For all regions other than us-west-1, spec unmarshalling fails with the message:
json: cannot unmarshal string into Go struct field CloudFormationResourceSpecification.PropertyTypes of type main.Resource
Looking into the source spec of eu-west-1here you can see that the resources have the value "CACHED". Presumably this is the case if they are unchanged compared to some base structure. Taking a look at us-east-1 it appears that all resources are defined here. us-east-1 is also the only region that succeeds in the spec generation.
The text was updated successfully, but these errors were encountered:
For all regions other than
us-west-1
, spec unmarshalling fails with the message:Looking into the source spec of
eu-west-1
here you can see that the resources have the value"CACHED"
. Presumably this is the case if they are unchanged compared to some base structure. Taking a look at us-east-1 it appears that all resources are defined here.us-east-1
is also the only region that succeeds in the spec generation.The text was updated successfully, but these errors were encountered: