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/ecs_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/file_templates/vpc_module.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/ecs_application_load_balancer.py
terrayml/mappings/ecs_capacity_provider.py
terrayml/mappings/ecs_cluster.py
terrayml/mappings/ecs_service.py
terrayml/mappings/ecs_task_definition.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/mappings/vpc.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/ecs/data_ec2_ami.tf
terrayml/modules/ecs/ecs_capacity_provider.tf
terrayml/modules/ecs/ecs_cluster.tf
terrayml/modules/ecs/ecs_instance_role.tf
terrayml/modules/ecs/ecs_service.tf
terrayml/modules/ecs/ecs_task_definition.tf
terrayml/modules/ecs/load_balancer.tf
terrayml/modules/ecs/providers.tf
terrayml/modules/ecs/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/modules/vpc/endpoints.tf
terrayml/modules/vpc/flow_log.tf
terrayml/modules/vpc/internet_gateway.tf
terrayml/modules/vpc/main.tf
terrayml/modules/vpc/nat_gateway.tf
terrayml/modules/vpc/providers.tf
terrayml/modules/vpc/routing.tf
terrayml/modules/vpc/security_group.tf
terrayml/modules/vpc/subnets.tf
terrayml/modules/vpc/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/ecs_application_load_balancer.json
terrayml/object_templates/ecs_capacity_provider.json
terrayml/object_templates/ecs_cluster.json
terrayml/object_templates/ecs_service.json
terrayml/object_templates/ecs_task_definition.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
terrayml/object_templates/vpc.json