This article explores continues the exploration of Terraform, this time for dynamically generating configurations (e.g. generating one EC2 server for each entry in a DB)
Tag: Rest
This article explores the usage of Terraform as applied to the problem of configuring generic APIs (i.e., those not related to cloud infrastructure). The motivation is to declaratively control APIs that only expose an imperative interface (such as essentially any REST-ish API)
In which we introduce and describe an Insomnia plugin that can repeatedly send a request, varying arbitrary parts of it with data taken from a CSV file, and also extract response data and save it to the aforementioned CSV file.