C:\terraform
terraform --version
.tf
files describing your infrastructureterraform init
to download providersterraform plan
to see what will happenterraform apply
to make it happenterraform destroy
when you're done (optional, but your wallet will appreciate it)