mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement 2024 day 14 part 1 in Terraform
This commit is contained in:
@@ -92,6 +92,15 @@ output "day13_2" {
|
||||
value = module.day13.part2
|
||||
}
|
||||
|
||||
module "day14" {
|
||||
source = "./day14"
|
||||
input = file("../inputs/14.txt")
|
||||
}
|
||||
|
||||
output "day14_1" {
|
||||
value = module.day14.part1
|
||||
}
|
||||
|
||||
module "day19" {
|
||||
source = "./day19"
|
||||
input = file("../inputs/19.txt")
|
||||
|
||||
Reference in New Issue
Block a user