-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
terraform/output: unicode characters missing since 0.47.2 #1461
Labels
Comments
sebhoss
added a commit
to metio/terraform-provider-migadu
that referenced
this issue
Nov 2, 2024
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
sebhoss
added a commit
to metio/terraform-provider-migadu
that referenced
this issue
Nov 2, 2024
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
This has also been reported in #1453 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a test that calls
terraform.Output
and that output contains a unicode character. After updating terratest from 0.47.1 to 0.47.2, those unicode characters are missing.To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
Expected behavior
The given output should be given as-is without removing unicode characters.
Nice to have
Versions
Additional context
I think this is caused by #1445 which keeps printable ASCII chars only
The text was updated successfully, but these errors were encountered: