Skip to content

Commit 9d0c70f

Browse files
authored
doc(rdb): fix typos in scaleway_rdb_instance_beta (scaleway#416)
1 parent 3dbf76f commit 9d0c70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/rdb_instance_beta.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates and manages Scaleway Database Instances. For more information, see [the
1818
```hcl
1919
resource scaleway_rdb_instance_beta main {
2020
name = "test-rdb"
21-
type = "db-dev-s"
21+
node_type = "db-dev-s"
2222
engine = "PostgreSQL-11"
2323
is_ha_cluster = true
2424
disable_backup = true
@@ -68,7 +68,7 @@ In addition to all arguments above, the following attributes are exported:
6868

6969
- `id` - The ID of the Database Instance.
7070
- `endpoint_ip` - The IP of the Database Instance.
71-
- `endpoint_port` - The IP of the Database Instance.
71+
- `endpoint_port` - The port of the Database Instance.
7272
- `read_replicas` - List of read replicas of the database instance.
7373
- `ip` - IP of the replica.
7474
- `port` - Port of the replica.

0 commit comments

Comments
 (0)