Remove hard-coding in Terraform by using remote state
Terraform stores information about the infrastructure you are building in a local state file which is called terraform.tfstate.
Terraform stores information about the infrastructure you are building in a local state file which is called terraform.tfstate.
Occasionally I come across directories with so many files that the ls command just hangs.
The find utility on Linux allows you to pass a range of arguments including one to execute another command on each file.
The knife tool in The Chef Development Kit is a great time saver. Here are some useful tricks which I have gleaned from various sources.
When you are running low on disk you can use the following methods to drill down to the directory where you can start erasing files.
The Git checkout command can be used to update specific files or directories in your current tree from another branch.
In case you want to downgrade the version of chef-client on your machine using the omnibus installer, read below. .
If you want to find the creation time of a particular MySQL database you can use the following command.