DEV Community

Mohan Sharma
Mohan Sharma

Posted on

terraform init and plan

  • terraform init command creates .terraform directory along with .terraform.lock.hcl file.
    Image description

  • terraform plan command creates the state file.

Image description

Top comments (0)