Now that we have a basic understanding of how Terraform states work, let us take a look at some of the Terraform CLI commands which come in handy to work with the same. We shall also take a look at the significance of these commands and why one should be familiar with them. To refer … Continue reading Terraform CLI – Part 2
state
Terraform States
Before we move to the 2nd part of Terraform CLI, I think it is important to discuss Terraform States. This is one of the fundamental concepts while learning to work with Terraform. We will make use of this commit for the example we have been using in this Terraform series. Feel free to clone the … Continue reading Terraform States