Fix typo in tandoor-service

This commit is contained in:
2025-08-13 13:26:54 +00:00
parent f7a1ce0911
commit 847e142dcf
@@ -62,7 +62,7 @@ locals {
module "tandoor_network" {
source = "../../01-networking/network-service"
name = "coder-network"
name = "tandoor-network"
subnet = "172.16.0.24/29"
driver = "bridge"
}