Add uri to user resources for MongoDB Flex and PostgreSQL Flex (#512)
* add uri to mongodb user resource * add uri to postgresflex user resource * update docs * extend warning about empty uri * extend warning about empty uri
This commit is contained in:
parent
a73706d82f
commit
043f1d6331
6 changed files with 28 additions and 4 deletions
|
|
@ -42,4 +42,5 @@ resource "stackit_mongodbflex_user" "example" {
|
|||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`instance_id`,`user_id`".
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
- `uri` (String, Sensitive)
|
||||
- `user_id` (String) User ID.
|
||||
|
|
|
|||
|
|
@ -37,4 +37,5 @@ resource "stackit_postgresflex_user" "example" {
|
|||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`instance_id`,`user_id`".
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
- `uri` (String, Sensitive)
|
||||
- `user_id` (String) User ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue