mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
terraformize the repo
This commit is contained in:
parent
aade69f2a6
commit
0186ffd7ad
6 changed files with 203 additions and 1 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -1,2 +1,20 @@
|
|||
# Nix
|
||||
result
|
||||
*.qcow2
|
||||
|
||||
# Terraform
|
||||
config.tf.json
|
||||
.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
crash.log
|
||||
crash.*.log
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
.terraform.tfstate.lock.info
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue