Skip to content

Commit

Permalink
Added initial draft implementation of lambda.py and package.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlinc committed Jun 4, 2020
1 parent d50b55d commit e78fef9
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.py]
indent_size = 4

[*.{tf,tfvars}]
indent_size = 2
indent_style = space
Expand Down
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.terraform
terraform.tfstate
*.tfstate*
terraform.tfvars
*.tfstate.backup
*.tfstate
*.tfvars
*.tfplan

builds/

__pycache__/
Loading

0 comments on commit e78fef9

Please sign in to comment.