Skip to content

Commit

Permalink
Fix typo in "initial-index.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Mar 27, 2024
1 parent 2d5808f commit de51883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit de51883

Please sign in to comment.