Skip to content

Commit ddf74f4

Browse files
author
Steven Nemetz
committed
Fix style
1 parent c00cf7b commit ddf74f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ locals {
3737
UsageType = ""
3838
}
3939
}
40-
month = "${substr(timestamp(), 5, 2)}"
40+
41+
month = "${substr(timestamp(), 5, 2)}"
4142
month_num = "${substr(local.month,0, 1) == "0" ? substr(local.month,1, 1) : local.month}"
4243
}
4344

@@ -103,3 +104,4 @@ resource "aws_budgets_budget" "budgets" {
103104
}
104105

105106
# Attributes: id
107+

0 commit comments

Comments
 (0)