Skip to content
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

fix(dashboard): Updated the Dashboard JSON to HCL Converter Utility with Latest Fields in the Resource #1669

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

vinay-newrelic
Copy link
Contributor

Problem Statement:

The problem at hand is to update the CLI dashboards utility which helps convert JSON dashboards into HCL-based dashboards (generating the newrelic_one_dashboard resource HCL configuration, from the JSON version of a dashboard) with the latest fields added to the Terraform resource, as these relatively new fields are unsupported by the CLI tool, owing to their absence in the parser of the tool, that needs an update

Solution :

schema of this CLI utility is updated with the latest fields updated in the newrelic_one_dashboard resource

Copy link
Member

@pranav-new-relic pranav-new-relic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work :)

You'll need to release the CLI to have these changes published. The release process is similar to that of the Terraform Provider 👍

@vinay-newrelic vinay-newrelic merged commit a3f014e into main Dec 4, 2024
26 of 27 checks passed
@vinay-newrelic vinay-newrelic deleted the NR-338209 branch December 4, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants