$ terraform workspace list
$ terraform workspace new workspace_20200607
$ terraform fmt [file_path]
Initialize the terraform context( will initialize modules and install all dependent plugins/providers )
$ terraform init
$ terraform validate
$ terraform plan
$ terraform apply
$ terraform destory