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
cli
Terraform CLI – Part 1
Till now we have dealt quite a lot with Terraform CLI directly and indirectly in our previous posts. But Terraform CLI was never the focus of those introductory discussions. If you missed the introduction, please feel free to read the same here. The introductory post also contains information about the workflow (init - plan - … Continue reading Terraform CLI – Part 1