Rename credentials_id field to credential_id (#80)
* Rename credentials_id field to credential_id * Address review comments
This commit is contained in:
parent
b02db190bf
commit
5a5ac6640c
43 changed files with 722 additions and 722 deletions
|
|
@ -29,11 +29,11 @@ resource "stackit_logme_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ resource "stackit_mariadb_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ resource "stackit_opensearch_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ resource "stackit_postgresql_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ resource "stackit_rabbitmq_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ resource "stackit_redis_credential" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `credentials_id` (String) The credentials ID.
|
||||
- `credential_id` (String) The credential's ID.
|
||||
- `host` (String)
|
||||
- `hosts` (List of String)
|
||||
- `http_api_uri` (String)
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credentials_id`".
|
||||
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
|
||||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue