Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec unmarshalling fails on "cached" resources #13

Open
tvandinther opened this issue Feb 7, 2024 · 0 comments
Open

Spec unmarshalling fails on "cached" resources #13

tvandinther opened this issue Feb 7, 2024 · 0 comments

Comments

@tvandinther
Copy link

tvandinther commented Feb 7, 2024

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-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant