Skip to content

Commit 9bf648b

Browse files
committed
chore: format terraform
1 parent 11f7777 commit 9bf648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ resource "aws_launch_template" "gitlab_runner_instance" {
229229
dynamic "spot_options" {
230230
for_each = var.runner_instance_spot_price == "on-demand-price" ? [] : [0]
231231
content {
232-
max_price = var.runner_instance_spot_price
232+
max_price = var.runner_instance_spot_price
233233
}
234234
}
235235
}

0 commit comments

Comments
 (0)