LICENSE
MANIFEST.in
README.md
setup.py
terrayml/.env.example
terrayml/__init__.py
terrayml/generator.py
terrayml/loader.py
terrayml/py.typed
terrayml/terrayml.py
terrayml/utilities.py
terrayml.egg-info/PKG-INFO
terrayml.egg-info/SOURCES.txt
terrayml.egg-info/dependency_links.txt
terrayml.egg-info/entry_points.txt
terrayml.egg-info/requires.txt
terrayml.egg-info/top_level.txt
terrayml/file_templates/apigw_module.tf.txt
terrayml/file_templates/backend_main.tf.txt
terrayml/file_templates/cognito_module.tf.txt
terrayml/file_templates/dynamodb_module.tf.txt
terrayml/file_templates/lambda_module.tf.txt
terrayml/file_templates/main.tf.txt
terrayml/file_templates/s3_module.tf.txt
terrayml/file_templates/terraform.tfvars.txt
terrayml/file_templates/variables.tf.txt
terrayml/mappings/cognito_identity_pool.py
terrayml/mappings/cognito_user_pool.py
terrayml/mappings/dynamodb_table.py
terrayml/mappings/lambda_function.py
terrayml/mappings/s3_bucket.py
terrayml/modules/api_gateway/main.tf
terrayml/modules/api_gateway/providers.tf
terrayml/modules/api_gateway/variables.tf
terrayml/modules/cognito/main.tf
terrayml/modules/cognito/providers.tf
terrayml/modules/cognito/variables.tf
terrayml/modules/dynamodb/main.tf
terrayml/modules/dynamodb/providers.tf
terrayml/modules/dynamodb/variables.tf
terrayml/modules/lambda/dynamodb_policy_attachment.tf
terrayml/modules/lambda/lambda_functions.tf
terrayml/modules/lambda/lambda_layers.tf
terrayml/modules/lambda/providers.tf
terrayml/modules/lambda/roles.tf
terrayml/modules/lambda/s3_object.tf
terrayml/modules/lambda/secrets_manager_policy_attachment.tf
terrayml/modules/lambda/ses_policy_attachment.tf
terrayml/modules/lambda/sqs_policy_attachment.tf
terrayml/modules/lambda/variables.tf
terrayml/modules/s3/main.tf
terrayml/modules/s3/providers.tf
terrayml/modules/s3/variables.tf
terrayml/object_templates/cognito_identity_pool.json
terrayml/object_templates/cognito_user_pool.json
terrayml/object_templates/dynamodb_table.json
terrayml/object_templates/lambda_access.json
terrayml/object_templates/lambda_apigw.json
terrayml/object_templates/lambda_function.json
terrayml/object_templates/s3_bucket.json