Skip to content

Instantly share code, notes, and snippets.

@cliffano
Last active February 8, 2024 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliffano/cc64fa581817ec7f3a4fdd2f2b0d620f to your computer and use it in GitHub Desktop.
Save cliffano/cc64fa581817ec7f3a4fdd2f2b0d620f to your computer and use it in GitHub Desktop.
Notes for future kludging...
> tflint
"Command line arguments support was dropped in v0.47. Use --chdir or --filter instead"
Replace
tflint <path>
with
tflint --chdir=<path>
> codebuild
"CLIENT_ERROR: authentication required for primary source and source version 2abebfd35cf690b52e3dae4331d8831b5ad3e662"
Edit source, disconnect from github, connect with oauth and follow prompt, select repository, update source.
> zip with password protection
zip -re file.zip data.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment