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:
João Palet 2023-10-11 09:54:08 +02:00 committed by GitHub
parent bd286d3c2d
commit fee47a6400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 561 additions and 544 deletions

View file

@ -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"
}