-
Notifications
You must be signed in to change notification settings - Fork 252
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
Resource newrelic_one_dashboard
: Unable to add float thresholds to widget_line
#2703
Comments
@juwatanabe thanks for reporting this - this issue is already on our radar via other internal feedback we've received. We shall be prioritizing this based on our current task queue. |
newrelic_one_dashboard
: Unable to add float thresholds to widget_line
vagrawal-newrelic
added a commit
that referenced
this issue
Jul 11, 2024
…m' feilds data type from int to float Updated the data type for the "to" and "From" feilds in "Threashold" in line and table widget from int to float(GitHub #2703)
10 tasks
Please note that this feature is implemented and released. Now you can use float values also in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v1.7.5
Affected Resource(s)
Please list the resources as a list, for example:
resource_newrelic_one_dashboard
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Actual Behavior
When trying to create a
resource_newrelic_one_dashboard
with awidget_line
threshold with non integer type the provider is erroring. See below terraform to create widget_lineWhen trying to apply I get the below errors:
Expected Behavior
Resource should be created successfully
Steps to Reproduce
terraform apply
Important Factoids
From looking at the code for
dashboardWidgetLineSchemaElem()
I believe the type just needs to be adjusted from Int to Float.terraform-provider-newrelic/newrelic/resource_newrelic_one_dashboard.go
Line 607 in 6cc65d0
The text was updated successfully, but these errors were encountered: