From a39665aa71e9d308674c5d89a55f2edaee5ac5a4 Mon Sep 17 00:00:00 2001 From: "Daniel I. Khan Ramiro" Date: Wed, 23 Oct 2019 11:16:08 -0700 Subject: [PATCH] Add terraform-provider-openapi (#2783) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6796ca08..4b1429cd 100644 --- a/README.md +++ b/README.md @@ -2133,6 +2133,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sg](https://github.com/ChristopherRabotin/sg) - Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response. * [skm](https://github.com/TimothyYe/skm) - SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! * [StatusOK](https://github.com/sanathp/statusok) - Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. +* [terraform-provider-openapi](https://github.com/dikhan/terraform-provider-openapi) - Terraform provider plugin that dynamically configures itself at runtime based on an OpenAPI document (formerly known as swagger file) containing the definitions of the APIs exposed. * [traefik](https://github.com/containous/traefik) - Reverse proxy and load balancer with support for multiple backends. * [Vegeta](https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! * [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server.