#  Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*

# terrafile modules
vendor

# zip file generated by lambda archive tf module
lambda_function.zip

# python packages bundled with lambda
**/lambda_function/package/
