Initial commit

This commit is contained in:
2024-05-17 14:23:44 -04:00
commit e98b6980f2
3 changed files with 72 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
## Terraform files
.terraform
terraform.tfvars
**.tfstate*
## IDE files
.idea
## Mac detritus
*.DS_Store
# Local python venv
.venv/
# Local env files
.env*