Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 08dd3d1

Browse files
committed
fix format
1 parent 8a7b785 commit 08dd3d1

File tree

4 files changed

+169
-157
lines changed

4 files changed

+169
-157
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ At the moment, you can monitor:
1818
2. Within the new directory, create a file `main.tf` with the following content:
1919
```
2020
module "basic" {
21-
source = "git::https://github.com/marbot-io/monitoring-jump-start-tf.git//modules/basic"
21+
source = "git::https://github.com/marbot-io/monitoring-jump-start-tf.git//modules/basic"
2222
23-
endpoint_id = "" # to get this value: select a Slack channel where marbot belongs to and send a message like this: "@marbot show me my endpoint id"
23+
endpoint_id = "" # to get this value: select a Slack channel where marbot belongs to and send a message like this: "@marbot show me my endpoint id"
2424
budget_threshold = 10 # in USD
2525
}
2626
```

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "basic" {
2-
source = "./modules/basic"
2+
source = "./modules/basic"
33

44
endpoint_id = var.endpoint_id
5-
stage = var.stage
6-
test = var.test
5+
stage = var.stage
6+
test = var.test
77
}

0 commit comments

Comments
 (0)