mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 13:50:32 +01:00
2025 day 2 part 2 in Terraform
This commit is contained in:
@@ -12,10 +12,10 @@ locals {
|
||||
|
||||
module "range" {
|
||||
source = "../range"
|
||||
count = local.digits
|
||||
count = local.digits - 1
|
||||
max = var.max
|
||||
min = var.min
|
||||
repetitions = count.index + 1
|
||||
repetitions = count.index + 2
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user