This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: Unsupported argument | |
| │ | |
| │ on main.tf line 22, in resource "azuredevops_git_repository" "repo": | |
| │ 22: username = "example-org" | |
| │ | |
| │ An argument named "username" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: Internal Error: input.startsWith is not a function | |
| at Object.Internal (/usr/local/Cellar/cdktf/0.5.0/libexec/lib/node_modules/cdktf-cli/lib/errors.js:20:21) | |
| at Object.handler (/usr/local/Cellar/cdktf/0.5.0/libexec/lib/node_modules/cdktf-cli/bin/cmds/convert.js:46:35) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module 'sentiment' { | |
| interface ConstructorOptions { | |
| } | |
| interface AnalyzeOptions { | |
| extras: any; | |
| language: string; | |
| } |