Rename DSA credentials to credential (#76)
* Rename in LogMe * Rename in other DSA * Rename examples * Rename folder names * Rename in error messages
This commit is contained in:
parent
bd286d3c2d
commit
fee47a6400
59 changed files with 561 additions and 544 deletions
|
|
@ -98,7 +98,7 @@ import {
|
|||
|
||||
import {
|
||||
id = "project_id,instance_id,credentials_id"
|
||||
to = stackit_logme_credentials.example-credentials
|
||||
to = stackit_logme_credential.example-credential
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ resource "stackit_logme_instance" "example-instance" {
|
|||
}
|
||||
|
||||
# __generated__ by Terraform from "project_id,instance_id,credentials_id"
|
||||
resource "stackit_logme_credentials" "example-credentials" {
|
||||
resource "stackit_logme_credential" "example-credential" {
|
||||
instance_id = "instance_id"
|
||||
project_id = "project_id"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue