-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
apply succeeds even with "Error parsing JSON: invalid character '$' looking for beginning of value" with template for template_body of azurerm_template_deployment #17684
Comments
Hi @puttagunta! Sorry for this issue and thanks for reporting it. This seems to be an issue in the Therefore I'm going to have our bot move this issue over the repository for that provider. Thanks again for reporting this. |
Ah! I should've reported there, but, somehow thought it is generic. 😊
…________________________________
From: Martin Atkins <notifications@github.com>
Sent: Friday, March 23, 2018 5:46 PM
To: hashicorp/terraform
Cc: Sreedhar Puttagunta; Mention
Subject: Re: [hashicorp/terraform] apply succeeds even with "Error parsing JSON: invalid character '$' looking for beginning of value" with template for template_body of azurerm_template_deployment (#17684)
Hi @puttagunta</puttagunta>! Sorry for this issue and thanks for reporting it.
This seems to be an issue in the azurerm provider in particular, in its normalizeJson helper function: https://github.com/terraform-providers/terraform-provider-azurerm/blob/ee0156b6c92ab0ac3212246ae75a8a6171eac3c1/azurerm/resource_arm_template_deployment.go#L253-L264
Therefore I'm going to have our bot move this issue over the repository for that provider. Thanks again for reporting this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#17684 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHnloEmimboFHl4ImgIllHVnpUxQ9JxFks5thW0-gaJpZM4S5Uhc>.
|
This issue has been automatically migrated to hashicorp/terraform-provider-azurerm#1025 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-azurerm#1025. |
No worries @puttagunta! It's not always easy to tell. (I had to go read the source code myself to decide!) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version: 0.11.5
Terraform Configuration Files
Debug Output
Expected Behavior
If it is a legitimate error
should fail and
should also fail with a valid error message
Actual Behavior
Plan is successfully generated with the following message
Steps to Reproduce
do
References
#5462
The text was updated successfully, but these errors were encountered: