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
When I try to get the output using tfexec with CSM enable with these variables:
export AWS_CSM_ENABLED=true export AWS_CSM_PORT=31000 export AWS_CSM_HOST=127.0.0.1
I see this error message "json: cannot unmarshal number into Go value of type map[string]tfexec.OutputMeta" and this in the beginning of the output:
2024/09/06 13:26:27 Enabling CSM 2024/09/06 13:26:27 Enabling CSM *** "deployer_iam_role": *** "sensitive": false, "type": [...
I think this can be fixed by ignoring the aws sdk logs... Testing now I think this only happens with s3 backend...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I try to get the output using tfexec with CSM enable with these variables:
I see this error message "json: cannot unmarshal number into Go value of type map[string]tfexec.OutputMeta" and this in the beginning of the output:
I think this can be fixed by ignoring the aws sdk logs... Testing now I think this only happens with s3 backend...
The text was updated successfully, but these errors were encountered: