We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I'm able to marshal tfconfig.Module to a file but I can't load it back.
tfconfig.Module
Error: json: cannot unmarshal string into Go struct field Data.data_resources.mode of type tfconfig.ResourceMode
This is useful for a module info cache file
The text was updated successfully, but these errors were encountered:
Same problem here, Unmarshal will always fail.
Sorry, something went wrong.
No branches or pull requests
So I'm able to marshal
tfconfig.Module
to a file but I can't load it back.This is useful for a module info cache file
The text was updated successfully, but these errors were encountered: