Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 328 Bytes

terraform.md

File metadata and controls

23 lines (18 loc) · 328 Bytes

Terraform

File Structure

.
├── .terraform
│   └── providers
│       └── registry.terraform.io
│           └── <provider-plugin>
├── example1.tf
└── example2.tf

Cheat Sheet

# init
terraform init

# remove from state
terraform state rm <ressource>