feat: add dashboards grafana as syncroot#3687
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a new syncroot source repository entry named ChangesDashboards-Grafana Syncroot Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@infrastructure/syncroots/terraform.tfvars.json`:
- Around line 44-50: The map key "dashboards-grafana" violates the
alphanumeric-only validation (see variables.tf regex("^[a-zA-Z0-9]+$")); rename
the map key to an alphanumeric-only identifier (e.g., "dashboardsgrafana" or
"dashboardsgrafana") while leaving the repo_name "altinn-dashboards-grafana"
unchanged, and update any references to the old key in code that reads this map
(search for "dashboards-grafana" and replace with the new key) to ensure
consistency.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d53b61ba-952f-4685-a39b-a90d9e041632
📒 Files selected for processing (1)
infrastructure/syncroots/terraform.tfvars.json
Terraform
|
| Context | Values |
|---|---|
| Pusher | @arealmaas |
| Action | pull_request |
| Working Directory | ./infrastructure/syncroots |
| State File | github.com/altinn/altinn-platform/environments/prod/syncroots.tfstate |
| Plan File | github.com_altinn_altinn-platform_environments_prod_syncroots.tfstate.tfplan |
Terraform
|
| Context | Values |
|---|---|
| Pusher | @arealmaas |
| Action | push |
| Working Directory | ./infrastructure/syncroots |
| State File | github.com/altinn/altinn-platform/environments/prod/syncroots.tfstate |
| Plan File | github.com_altinn_altinn-platform_environments_prod_syncroots.tfstate.tfplan |
Description
Related Issue(s)
Summary by CodeRabbit