You May Also Enjoy
Using git-crypt to encrypt sensitive data in your git repository
This is another note of the kind: “I don’t want to google for it next time I need it in few years”
GIT cheatsheet
This is one of the cheetsheets I have at this website. The primary purpose of this one is to collect all usefull commands you might need in your daily work. ...
List items should be accessed using square brackets
This is a note about the following error that is produced by tflint Warning: List items should be accessed using square brackets (terraform_deprecated_index)...
Use gitlab to store terraform state file
This is a short note about the way to configure your GitlabCI to store the Terraform state file. Terraform backend configuration remains pretty simple: terra...