Fix more typos

This commit is contained in:
2025-08-06 18:00:54 +00:00
parent 7a36f4845a
commit e8a7875896
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ resource "local_file" "caddyfile" {
module "caddy" {
source = "../../10-services-generic/docker-service"
source = "../../10-generic/docker-service"
container_name = local.container_name
image = "caddy"
+1 -1
View File
@@ -17,7 +17,7 @@ This module is typically called by application-specific modules rather than used
```hcl
module "my_service" {
source = "../../10-services-generic/docker-service"
source = "../../10-generic/docker-service"
container_name = "my-service"
image = "organization/image"