5 lines
217 B
HCL
5 lines
217 B
HCL
resource "stackit_observability_credential" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
description = "Description of the credential."
|
|
}
|