You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provider is largely feature-complete and in maintenance mode.
8
+
* It's not dead - it's just slow moving and updates must be done very carefully
9
+
* We encourage community participation with open issues for usage and remain welcoming of pull requests
10
+
* Code updates happen sporadically throughout the year, driven primarily by security fixes and PRs
11
+
* Because of the many API variations and flexibility of this provider, detailed per-API troubleshooting cannot be guaranteed
12
+
13
+
14
+
15
+
## About This Provider
6
16
This terraform provider allows you to interact with APIs that may not yet have a first-class provider available by implementing a "dumb" REST API client.
7
17
8
18
This provider is essentially created to be a terraform-wrapped `cURL` client. Because of this, you need to know quite a bit about the API you are interacting with as opposed to full-featured terraform providers written with a specific API in mind.
0 commit comments