This commit is contained in:
Philippe Caseiro 2023-01-06 11:11:28 +01:00
parent 52c70e8b30
commit cc2e938f0a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ locals {
Name = "matchbox" Name = "matchbox"
Globals = local.Globals Globals = local.Globals
Services = { Services = {
K3S = local.ServiceMatchBox MatchBox = local.ServiceMatchBox
} }
} }
} }