Terraform Init

Initializing the Working Directory

Initialize the working directory that contains your Terraform code

  • Downloads modules and plugin

  • Set up the backend for storing Terraform state files, a mechanism by which Terraform tracks resources

Last updated