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/api_gateway_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/event_bridge_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/api_gateway.py
terrayml/mappings/api_gateway_lambda.py
terrayml/mappings/cognito_identity_pool.py
terrayml/mappings/cognito_user_pool.py
terrayml/mappings/dynamodb_table.py
terrayml/mappings/event_bridge_bus.py
terrayml/mappings/event_bridge_rule.py
terrayml/mappings/lambda_event.py
terrayml/mappings/lambda_function.py
terrayml/mappings/s3_bucket.py
terrayml/modules/api_gateway/api_path_management.tf
terrayml/modules/api_gateway/cors.tf
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/event_bridge/main.tf
terrayml/modules/event_bridge/providers.tf
terrayml/modules/event_bridge/variables.tf
terrayml/modules/lambda/lambda_functions.tf
terrayml/modules/lambda/lambda_layers.tf
terrayml/modules/lambda/lambda_permissions.tf
terrayml/modules/lambda/lambda_role.tf
terrayml/modules/lambda/null_resources.tf
terrayml/modules/lambda/policy_attachment.tf
terrayml/modules/lambda/providers.tf
terrayml/modules/lambda/s3_object.tf
terrayml/modules/lambda/variables.tf
terrayml/modules/s3/main.tf
terrayml/modules/s3/providers.tf
terrayml/modules/s3/variables.tf
terrayml/object_templates/api_gateway.json
terrayml/object_templates/api_gateway_lambda.json
terrayml/object_templates/cognito_identity_pool.json
terrayml/object_templates/cognito_user_pool.json
terrayml/object_templates/dynamodb_table.json
terrayml/object_templates/event_bridge_bus.json
terrayml/object_templates/event_bridge_rule.json
terrayml/object_templates/lambda_event.json
terrayml/object_templates/lambda_function.json
terrayml/object_templates/s3_bucket.json