mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement 2024 day 3 part 2 in Terraform
No one's going to stop me, not even common sense
This commit is contained in:
@@ -36,3 +36,7 @@ module "day03" {
|
||||
output "day03_1" {
|
||||
value = module.day03.part1
|
||||
}
|
||||
|
||||
output "day03_2" {
|
||||
value = module.day03.part2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user