Fixed identity resource RawData idempotency
This commit is contained in:
parent
6302c173a8
commit
68326c685f
5 changed files with 33 additions and 5 deletions
|
@ -19,10 +19,10 @@ data "eventline_project" "main" {
|
|||
|
||||
resource "eventline_identity" "example" {
|
||||
name = "example"
|
||||
project_id = data.project.main.id
|
||||
project_id = data.eventline_project.main.id
|
||||
|
||||
connector = "eventline"
|
||||
data = "{\n \"key\": \"test\"\n }"
|
||||
data = jsonencode({ "key" = "test" })
|
||||
type = "api_key"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue