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

For variables, add the possibility to manage selection options to disable multiple values and remove All option #281

Open
tifennlegoff opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tifennlegoff
Copy link

Description

For variable, add the possibility to manage the SELECTION OPTIONS, on Coralogix UI, we can disable multiple values and All option but on Terraform, I don't see the possibility to do this. On the documentation and code I don't see any possiblity to do this.

New or Affected Resource(s)

  • coralogix_dashboard

Potential Terraform Configuration

variables = {
  name = "x"
  display_name = "x"
  definition = {
    ...
  }
  selection = {
    allow_multiple_values = false
    include_all_option = false
  }

References

  • #0000

Community Note

  • Please vote on this issue by adding a
    👍 reaction to the original
    issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@tifennlegoff tifennlegoff added the enhancement New feature or request label Oct 17, 2024
@celaus
Copy link
Contributor

celaus commented Nov 11, 2024

Hi thanks for the contribution, it's entirely possible that the HCL dashboards are lacking features right now, we hope to get around to them soon. There will be a bigger update to the provider later this year (😅 ) that updates the json input at least to be on the latest dashboards. We are going to keep you posted.

Alternatively feel free to contribute 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants