From d0de004498b5d69cdcd6400ec8cb40bc7cbd5b91 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 29 Oct 2025 16:24:51 +0000 Subject: [PATCH] docs(devpromps): fix typo in TerraformPrompt.md and add note to avoid editing generated provider code --- Docs/DevPromps/TerraformPrompt.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Docs/DevPromps/TerraformPrompt.md b/Docs/DevPromps/TerraformPrompt.md index 8c56d9cbec..4911a381ac 100644 --- a/Docs/DevPromps/TerraformPrompt.md +++ b/Docs/DevPromps/TerraformPrompt.md @@ -4,7 +4,7 @@ We have a terraform provider for OneUptime that can be generated by running the npm run generate-and-install-terraform-provider-locally ``` -Once the provider is generated, it will be installed locally. You can test it in TerraformTest directory. If the TerraformTest directory ahs existing state files, please delete it and run "terraform init" again. +Once the provider is generated, it will be installed locally. You can test it in TerraformTest directory. If the TerraformTest directory has existing state files, please delete it and run "terraform init" again. When running terraform apply, please ensure you have added the -auto-approve flag to avoid manual approval prompts. The command should look like this: @@ -12,4 +12,6 @@ When editing terraform files, please do not edit API key or oneuptime_url variab Now, please fix this in terraform provider: - \ No newline at end of file + + +For any fixes, please do not fix the provider code directly as this is generated code. Please fix the code where the provider is generatd. \ No newline at end of file