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:
GokceGK 2024-08-23 09:41:49 +02:00 committed by GitHub
parent a73706d82f
commit 043f1d6331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 28 additions and 4 deletions

View file

@ -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.

View file

@ -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.