You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform apply -var="access_token=<access_token>" -auto-approveTerraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + createTerraform will perform the following actions: # miro_board.test will be created + resource "miro_board" "test" { + description = "My test board for Software Design" + id = (known after apply) + name = "Test Board" }Plan: 1 to add, 0 to change, 0 to destroy.miro_board.test: Creating...╷│ Error: Invalid address to set: []string{"boards"}││ with miro_board.test,│ on main.tf line 18, in resource "miro_board" "test":│ 18: resource "miro_board" "test" {│╵
The text was updated successfully, but these errors were encountered:
I tried to create a board but got an error.
terraform version
main.tf
apply output
The text was updated successfully, but these errors were encountered: