From eec79d0a4596e0a6564287871b346bc94650633e Mon Sep 17 00:00:00 2001 From: Ryan Schneider Date: Wed, 4 Jun 2025 15:48:52 -0400 Subject: [PATCH] fix link to `examples/main.tfvars.example` --- root-modules/educates-on-gke/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-modules/educates-on-gke/README.md b/root-modules/educates-on-gke/README.md index f978d50..1bf8117 100644 --- a/root-modules/educates-on-gke/README.md +++ b/root-modules/educates-on-gke/README.md @@ -6,7 +6,7 @@ This module will create a GKE cluster and then provision Educates 3.x on top Create a file named `main.tfvars` and place all the required configuration there -There's an example configuration file at [main.tfvars.example](main.tfvars.example) +There's an example configuration file at [examples/main.tfvars.example](examples/main.tfvars.example) ## How to run