Terraform: Split main.tf into seperate files
When using HashiCorp Terraform as the Infrastructure as Code (IaC) tool of choice, it becomes critical to organize the Terraform code as the Terraform project becomes more complex. One of…
24/04/2024
When working with LLMs, an extremely valuable use case is generating structured data as the output response of the AI prompt. Whether you’re building an app, prototyping a data pipeline, or performing data extraction or transformation, receiving structured outputs like JSON saves time and makes downstream processing seamless. But there’s…