# Terraform state
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

# Variables with secrets
terraform.tfvars
*.auto.tfvars

# IDE
.vscode/
*.swp
*.swo
*~
