Skip to content

Commit 589bbc6

Browse files
committed
Fix indent
1 parent 3b044cd commit 589bbc6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

ns1/examples/alert.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ resource "ns1_alert" "example1" {
1313
resource "ns1_alert" "example2" {
1414
#required
1515
name = "Example Alert"
16-
type = "account"
17-
subtype = "record_usage"
18-
data {
19-
alert_at_percent = 80
20-
}
16+
type = "account"
17+
subtype = "record_usage"
18+
data {
19+
alert_at_percent = 80
20+
}
2121
}

website/docs/r/alert.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ resource "ns1_alert" "example1" {
2828
resource "ns1_alert" "example2" {
2929
#required
3030
name = "Example Alert"
31-
type = "account"
32-
subtype = "record_usage"
33-
data {
34-
alert_at_percent = 80
35-
}
31+
type = "account"
32+
subtype = "record_usage"
33+
data {
34+
alert_at_percent = 80
35+
}
3636
}
3737
```
3838

0 commit comments

Comments
 (0)