Skip to content

Instantly share code, notes, and snippets.

View scottenriquez's full-sized avatar

Scottie Enriquez scottenriquez

View GitHub Profile
@scottenriquez
scottenriquez / gist:4c9857d7b26600f9ae5e7f02873c6cf2
Created August 23, 2021 21:32
Azure DevOps Terraform Provider Output for Private Repo Import
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
@scottenriquez
scottenriquez / debug
Created August 3, 2021 01:34
cat terraform.tf | cdktf convert --language typescript debug
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)
@scottenriquez
scottenriquez / sentiment.d.ts
Created March 24, 2019 04:06
Sentiment TypeScript definition
module 'sentiment' {
interface ConstructorOptions {
}
interface AnalyzeOptions {
extras: any;
language: string;
}