mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement day 5 part 1 in terraform
I'm pretty sure part 2 is impossible
This commit is contained in:
@@ -56,3 +56,12 @@ output "day03_2" {
|
||||
# output "day04_2" {
|
||||
# value = module.day04.part2
|
||||
# }
|
||||
|
||||
module "day05" {
|
||||
source = "./day05"
|
||||
input = file("../inputs/05.txt")
|
||||
}
|
||||
|
||||
output "day05_1" {
|
||||
value = module.day05.part1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user