diff --git a/docs/index.md b/docs/index.md index fc360bc..5ebfab5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,6 +16,8 @@ The YugabyteDB Aeon Provider can be used to interact with the resources provided VPC Peerings, Read Replicas and so on. The provider needs to be configured with appropriate credentials before it can base used. The navigation bar on the left hand side provides the details about all the resources supported by the provider and the guides to use the provider. +**Note**: Please don't use the `-pre` releases for production. + ## Example Usage ```terraform diff --git a/managed/provider.go b/managed/provider.go index 8ce8a24..cc31694 100644 --- a/managed/provider.go +++ b/managed/provider.go @@ -40,7 +40,9 @@ the operational overhead of managing a database. The YugabyteDB Aeon Provider can be used to interact with the resources provided by YugabyteDB Aeon like the YugabyteDB Clusters, Allow lists, VPCs, VPC Peerings, Read Replicas and so on. The provider needs to be configured with appropriate credentials before it can base used. The navigation bar on the left -hand side provides the details about all the resources supported by the provider and the guides to use the provider.`, +hand side provides the details about all the resources supported by the provider and the guides to use the provider. + +**Note**: Please don't use the ` + "`-pre`" + ` releases for production.`, Attributes: map[string]tfsdk.Attribute{ "auth_token": { Description: "The authentication token (API key) of the account this cluster belongs to.",