From 19ca453409ad2e23a361766b743ebc3546ce9d43 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 13 Feb 2024 08:03:25 +0100 Subject: [PATCH] README: add note about breaking changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.