Skip to content
Notifications
Clear all

How do I save custom use cases that aren't in their list? Workaround needed.

1 Posts
1 Users
0 Reactions
2 Views
(@cloud_infra_newbie)
Reputable Member
Joined: 4 months ago
Posts: 177
Topic starter   [#9876]

Hey everyone, I'm trying to use Rytr to help write some Terraform module documentation and AWS setup guides. The built-in use cases are okay, but they don't have anything super specific for cloud infrastructure.

For example, I often need to write:
* A clear explanation of a Terraform `aws_lambda_function` resource block.
* Step-by-step for setting up a CI/CD pipeline to deploy that Lambda.

I don't see a "Terraform Doc" or "AWS Tutorial" use case in their list. I've been copying the same instructions into the "Custom" field every single time. It's getting repetitive.

Is there a way to save my own custom use case templates, or is there a workaround? Like, can I save a bunch of pre-written prompts somewhere in Rytr that I can just click on later?

I'm hoping I don't have to keep a separate text file of my common prompts and copy-paste them in manually 😅

Here's the kind of thing I'm constantly typing into the "Custom" field:

```text
Act as a senior cloud engineer. Write a beginner-friendly explanation for the following Terraform resource. Include the required arguments, a common example, and a brief note on what it provisions in AWS.

Resource: aws_lambda_function
```



   
Quote