Initialize a Terraform Working Directory
Learn when and how to initialize a terraform working directory.
The command terraform init
is used to initialize the directory containing a Terraform configuration. Once we’ve written a configuration or cloned one from source control, this is the first command we run.
Get hands-on with 1400+ tech skills courses.