update docs (#330)

This commit is contained in:
Diogo Ferrão 2024-04-16 13:41:42 +01:00 committed by GitHub
parent 9bd1da7cee
commit 7c1560d513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 18 deletions

View file

@ -34,9 +34,11 @@ data "stackit_rabbitmq_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `http_api_uris` (List of String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `management` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String)
- `uris` (List of String)
- `username` (String)