Skip to content

Commit c8d1f02

Browse files
committed
refactor: fix grammar and other stuff
1 parent 6ddc5f7 commit c8d1f02

File tree

5 files changed

+73
-53
lines changed

5 files changed

+73
-53
lines changed

blog/articles/article_detailed/article_20250609_grafana/code_examples/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ data "external" "secrets" {
2626

2727
module "monitoring" {
2828
// Relevant for part 1 article setup and logging
29-
source = "./infra/tf/modules/docker_stack/monitoring"
29+
source = "./infra/tf/modules/docker_stack/monitoring"
30+
# optionally we can lock ourselves which code to use from external git repo via git source.
31+
# source = "[email protected]:darklab8/infra.git//tf/modules/docker_stack/monitoring?ref=28407027ebdaba2b48816b63f627c18acd521f46"
3032
docker_network_caddy_id = module.caddy.network_id
3133
grafana_password = data.external.secrets.result["grafana_password"]
3234
grafana_domain = "homelab.dd84ai.com"

0 commit comments

Comments
 (0)