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