Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Backend payload. Rename attribute to attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaplis committed Jan 8, 2020
1 parent b78ddff commit 4ab6ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "restapi_object" "metabase_cards" {
data = jsonencode({
data = {
type = "metabase_cards",
attribute = {
attributes = {
identifier = each.key,
card_id = each.value
}
Expand Down

0 comments on commit 4ab6ad3

Please sign in to comment.