Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/resources/rdb_instance.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ resource "scaleway_rdb_instance" "main" {

-> **Note** If nothing is defined, your Database Instance will have a default public load-balancer endpoint.

-> **Note** Managed PostgreSQL and MySQL Database Instances are compatible with the [VPC routing](https://www.scaleway.com/en/docs/network/vpc/concepts/#routing) feature, which allows you to connect one or more Database Instances in a Private Network to resources in other Private Networks of the same VPC. This feature is automatically enabled when your Database Instance is connected to a Private Network within a VPC that has routing enabled. Refer to the [How to manage routing](https://www.scaleway.com/en/docs/network/vpc/how-to/manage-routing/) documentation page for more information about VPC routing.

## Argument Reference

The following arguments are supported:
Expand Down
Loading