Skip to content

Commit

Permalink
docs: Mention alpha status in provider docs
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bump to v2 as v1 versioning was messed up with alpha releases
  • Loading branch information
nickderobertis committed Aug 3, 2024
1 parent e16ae08 commit 63f8e52
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions provider/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Terraform Telnyx Provider

This is a Terraform provider for Telnyx. Currently, it includes a placeholder "Hello World" resource for testing.
This is a Terraform provider for Telnyx. It is currently in alpha status and not recommended
for production use.

## Example Usage

```hcl
provider "telnyx" {
endpoint = "http://httpbin.org/post"
}
TODO: Add examples

resource "telnyx_request" "test" {
message = "Hello, World!"
}
```hcl
provider "telnyx" {}
```

0 comments on commit 63f8e52

Please sign in to comment.