Skip to content

Commit 6a55e14

Browse files
committed
Added the second tag
1 parent 035645b commit 6a55e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ resource "aws_instance" "hashicat" {
126126
tags = {
127127
Name = "${var.prefix}-hashicat-instance"
128128
Department = "devops"
129+
Billable = "true"
129130
}
130131
}
131132

0 commit comments

Comments
 (0)