diff --git a/README.md b/README.md index 30a5cc8..0e46a0d 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ api := api.New("https://customer.cloudamqp.com", "", useragent) params := map[string]interface{}{"name": "test", "plan": "bunny", "region": "amazon-web-services::us-east-1"} instance_info := api.Create(params) ``` + +> [!IMPORTANT] +> This library is purpose-built for the [Terraform Provider for CloudAMQP](https://github.com/cloudamqp/terraform-provider-cloudamqp) and breaking changes can happen in any version.