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

Add more than one section in dashboard #246

Closed
tifennlegoff opened this issue Jul 16, 2024 · 0 comments · Fixed by #247
Closed

Add more than one section in dashboard #246

tifennlegoff opened this issue Jul 16, 2024 · 0 comments · Fixed by #247
Labels
enhancement New feature or request

Comments

@tifennlegoff
Copy link

Description

With the new feature for collapsing and naming sections, it could be nice to be able to add multiple sections. Currently, we get this error

Attribute layout.sections list must contain at least 1 elements and at most 1
elements, got: 6

New or Affected Resource(s)

  • coralogix_dashboard

Potential Terraform Configuration

resource "coralogix_dashboard" "coreplatform_enrichment_pipeline" {
...
  layout = {
    sections = [
      {
        options = {
            name = "Section 1"
            collapsed = false
        }
        rows = {
...
        }
      }, {
        options = {
            name = "Section 2"
            collapsed = true
        }
        rows = {
...
        }
      }, {
        options = {
            name = "Section 1"
            collapsed = false
        }
        rows = {
...
        }
      }
    ]
  }

In the doc, it says that's only one section is supported, is it possible to make modifications to be able to have more sections?

Thanks!

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 Jul 16, 2024
@OrNovo OrNovo linked a pull request Jul 23, 2024 that will close this issue
2 tasks
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
1 participant