Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VladRassokhin committed Aug 28, 2018
1 parent 53530f0 commit 9408822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/terraform/model/backends/remote.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"name": {
"Type": "String",
"Optional": true,
"ConflictsWith": "prefix"
"ConflictsWith": ["prefix"]
},
"prefix": {
"Type": "String",
"Optional": true,
"ConflictsWith": "name"
"ConflictsWith": ["name"]
}
}
}
Expand Down

0 comments on commit 9408822

Please sign in to comment.