chore(grafana): operate on an aws-managed grafana instance

This commit is contained in:
Michele Cereda
2025-06-24 23:43:42 +02:00
parent 0bd69ae398
commit 97a78a4071
2 changed files with 35 additions and 6 deletions

View File

@@ -135,12 +135,15 @@ yq -e '(.backend.url|test("^file://")?)|not' 'Pulumi.yaml'
## Further readings
- [Website]
- [Codebase]
- [JQ recipes]
[jq recipes]: https://remysharp.com/drafts/jq-recipes
### Sources
- [Documentation]
- [Filter objects list with regex]
- [Select multiple conditions]
- [Change multiple values at once]
@@ -155,6 +158,11 @@ yq -e '(.backend.url|test("^file://")?)|not' 'Pulumi.yaml'
═╬═Time══
-->
<!-- Upstream -->
[codebase]: https://github.com/jqlang/jq
[documentation]: https://jqlang.org/manual/
[website]: https://jqlang.org/
<!-- Others -->
[an introduction to jq]: https://earthly.dev/blog/jq-select/
[change multiple values at once]: https://stackoverflow.com/questions/47355901/jq-change-multiple-values#47357956