diff --git a/examples/simple_example/main.tf b/examples/simple_example/main.tf index 0c53099..a3b33cf 100644 --- a/examples/simple_example/main.tf +++ b/examples/simple_example/main.tf @@ -18,5 +18,5 @@ module "simple" { source = "../../" project_id = var.project_id webhook_path = abspath("../../webhook") - initial_index_json_path = abspath("../../intial-index.json") + initial_index_json_path = abspath("../../initial-index.json") }