LICENSE
MANIFEST.in
README.md
__version__.py
requirements.txt
setup.py
terraback/__init__.py
terraback/_build_info.py
terraback.egg-info/PKG-INFO
terraback.egg-info/SOURCES.txt
terraback.egg-info/dependency_links.txt
terraback.egg-info/entry_points.txt
terraback.egg-info/requires.txt
terraback.egg-info/top_level.txt
terraback/cli/__init__.py
terraback/cli/main.py
terraback/cli/aws/__init__.py
terraback/cli/aws/session.py
terraback/cli/aws/acm/__init__.py
terraback/cli/aws/acm/certificates.py
terraback/cli/aws/apigateway/__init__.py
terraback/cli/aws/apigateway/rest_apis.py
terraback/cli/aws/autoscaling/__init__.py
terraback/cli/aws/autoscaling/auto_scaling_groups.py
terraback/cli/aws/autoscaling/launch_configurations.py
terraback/cli/aws/autoscaling/scaling_policies.py
terraback/cli/aws/cloudfront/__init__.py
terraback/cli/aws/cloudfront/cache_policies.py
terraback/cli/aws/cloudfront/distributions.py
terraback/cli/aws/cloudfront/origin_access_controls.py
terraback/cli/aws/cloudfront/origin_request_policies.py
terraback/cli/aws/cloudwatch/__init__.py
terraback/cli/aws/cloudwatch/alarms.py
terraback/cli/aws/cloudwatch/dashboards.py
terraback/cli/aws/cloudwatch/log_groups.py
terraback/cli/aws/ec2/__init__.py
terraback/cli/aws/ec2/amis.py
terraback/cli/aws/ec2/instances.py
terraback/cli/aws/ec2/key_pairs.py
terraback/cli/aws/ec2/launch_templates.py
terraback/cli/aws/ec2/network_interfaces.py
terraback/cli/aws/ec2/snapshots.py
terraback/cli/aws/ec2/volumes.py
terraback/cli/aws/ecr/__init__.py
terraback/cli/aws/ecr/repositories.py
terraback/cli/aws/ecs/__init__.py
terraback/cli/aws/ecs/clusters.py
terraback/cli/aws/ecs/services.py
terraback/cli/aws/ecs/task_definitions.py
terraback/cli/aws/efs/__init__.py
terraback/cli/aws/efs/access_points.py
terraback/cli/aws/efs/file_systems.py
terraback/cli/aws/efs/mount_targets.py
terraback/cli/aws/eips/__init__.py
terraback/cli/aws/eips/addresses.py
terraback/cli/aws/elasticache/__init__.py
terraback/cli/aws/elasticache/memcached_clusters.py
terraback/cli/aws/elasticache/parameter_groups.py
terraback/cli/aws/elasticache/redis_clusters.py
terraback/cli/aws/elasticache/replication_groups.py
terraback/cli/aws/elasticache/subnet_groups.py
terraback/cli/aws/elb/__init__.py
terraback/cli/aws/elb/classic_load_balancers.py
terraback/cli/aws/elbv2/__init__.py
terraback/cli/aws/elbv2/classic_load_balancers.py
terraback/cli/aws/elbv2/listener_rules.py
terraback/cli/aws/elbv2/listeners.py
terraback/cli/aws/elbv2/load_balancers.py
terraback/cli/aws/elbv2/ssl_policies.py
terraback/cli/aws/elbv2/target_group_attachments.py
terraback/cli/aws/elbv2/target_groups.py
terraback/cli/aws/elbv2/waf_associations.py
terraback/cli/aws/iam/__init__.py
terraback/cli/aws/iam/policies.py
terraback/cli/aws/iam/roles.py
terraback/cli/aws/lambda_func/__init__.py
terraback/cli/aws/lambda_func/functions.py
terraback/cli/aws/lambda_func/layers.py
terraback/cli/aws/rds/__init__.py
terraback/cli/aws/rds/instances.py
terraback/cli/aws/rds/parameter_groups.py
terraback/cli/aws/rds/subnet_groups.py
terraback/cli/aws/route53/__init__.py
terraback/cli/aws/route53/records.py
terraback/cli/aws/route53/zones.py
terraback/cli/aws/s3/__init__.py
terraback/cli/aws/s3/buckets.py
terraback/cli/aws/secretsmanager/__init__.py
terraback/cli/aws/secretsmanager/secret_versions.py
terraback/cli/aws/secretsmanager/secrets.py
terraback/cli/aws/sns/__init__.py
terraback/cli/aws/sns/sqs.py
terraback/cli/aws/sns/subscriptions.py
terraback/cli/aws/sns/topics.py
terraback/cli/aws/sqs/__init__.py
terraback/cli/aws/sqs/dead_letter_queues.py
terraback/cli/aws/sqs/queues.py
terraback/cli/aws/sqs/sqs.py
terraback/cli/aws/ssm/__init__.py
terraback/cli/aws/ssm/documents.py
terraback/cli/aws/ssm/maintenance_windows.py
terraback/cli/aws/ssm/parameters.py
terraback/cli/aws/vpc/__init__.py
terraback/cli/aws/vpc/internet_gateways.py
terraback/cli/aws/vpc/nat_gateways.py
terraback/cli/aws/vpc/route_tables.py
terraback/cli/aws/vpc/security_groups.py
terraback/cli/aws/vpc/subnets.py
terraback/cli/aws/vpc/vpc_endpoints.py
terraback/cli/aws/vpc/vpcs.py
terraback/cli/azure/__init__.py
terraback/cli/azure/session.py
terraback/cli/azure/compute/__init__.py
terraback/cli/azure/compute/disks.py
terraback/cli/azure/compute/ssh_keys.py
terraback/cli/azure/compute/virtual_machines.py
terraback/cli/azure/loadbalancer/__init__.py
terraback/cli/azure/loadbalancer/load_balancers.py
terraback/cli/azure/network/__init__.py
terraback/cli/azure/network/network_interfaces.py
terraback/cli/azure/network/nsgs.py
terraback/cli/azure/network/subnets.py
terraback/cli/azure/network/vnets.py
terraback/cli/azure/resources/__init__.py
terraback/cli/azure/resources/resource_groups.py
terraback/cli/azure/storage/__init__.py
terraback/cli/azure/storage/storage_accounts.py
terraback/cli/commands/__init__.py
terraback/cli/commands/analyse.py
terraback/cli/commands/clean.py
terraback/cli/commands/list.py
terraback/cli/common/defaults.py
terraback/cli/gcp/__init__.py
terraback/cli/gcp/session.py
terraback/cli/gcp/compute/__init__.py
terraback/cli/gcp/compute/disks.py
terraback/cli/gcp/compute/images.py
terraback/cli/gcp/compute/instances.py
terraback/cli/gcp/compute/networks.py
terraback/cli/gcp/gke/__init__.py
terraback/cli/gcp/gke/clusters.py
terraback/cli/gcp/gke/node_pools.py
terraback/cli/gcp/loadbalancer/__init__.py
terraback/cli/gcp/loadbalancer/backend_services.py
terraback/cli/gcp/loadbalancer/forwarding_rules.py
terraback/cli/gcp/loadbalancer/target_proxies.py
terraback/cli/gcp/loadbalancer/url_maps.py
terraback/cli/gcp/network/__init__.py
terraback/cli/gcp/network/firewalls.py
terraback/cli/gcp/network/networks.py
terraback/cli/gcp/network/subnets.py
terraback/cli/gcp/pubsub/__init__.py
terraback/cli/gcp/pubsub/subscriptions.py
terraback/cli/gcp/pubsub/topics.py
terraback/cli/gcp/secrets/__init__.py
terraback/cli/gcp/secrets/secrets.py
terraback/cli/gcp/sql/__init__.py
terraback/cli/gcp/sql/databases.py
terraback/cli/gcp/sql/instances.py
terraback/cli/gcp/storage/__init__.py
terraback/cli/gcp/storage/buckets.py
terraback/core/__init__.py
terraback/core/license.py
terraback/templates/aws/caching/elasticache_memcached_cluster.tf.j2
terraback/templates/aws/caching/elasticache_parameter_group.tf.j2
terraback/templates/aws/caching/elasticache_redis_cluster.tf.j2
terraback/templates/aws/caching/elasticache_replication_group.tf.j2
terraback/templates/aws/caching/elasticache_subnet_group.tf.j2
terraback/templates/aws/cdn/cloudfront_cache_policy.tf.j2
terraback/templates/aws/cdn/cloudfront_distribution.tf.j2
terraback/templates/aws/cdn/cloudfront_origin_access_control.tf.j2
terraback/templates/aws/cdn/cloudfront_origin_request_policy.tf.j2
terraback/templates/aws/compute/amis.tf.j2
terraback/templates/aws/compute/autoscaling_group.tf.j2
terraback/templates/aws/compute/autoscaling_policy.tf.j2
terraback/templates/aws/compute/ec2.tf.j2
terraback/templates/aws/compute/lambda_function.tf.j2
terraback/templates/aws/compute/launch_configuration.tf.j2
terraback/templates/aws/compute/launch_template.tf.j2
terraback/templates/aws/container/ecr_repository.tf.j2
terraback/templates/aws/container/ecs_cluster.tf.j2
terraback/templates/aws/container/ecs_service.tf.j2
terraback/templates/aws/container/ecs_task_definition.tf.j2
terraback/templates/aws/database/rds_instance.tf.j2
terraback/templates/aws/database/rds_parameter_group.tf.j2
terraback/templates/aws/database/rds_subnet_group.tf.j2
terraback/templates/aws/dns/route53_record.tf.j2
terraback/templates/aws/dns/route53_zone.tf.j2
terraback/templates/aws/integration/api_gateway_deployment.tf.j2
terraback/templates/aws/integration/api_gateway_integration.tf.j2
terraback/templates/aws/integration/api_gateway_method.tf.j2
terraback/templates/aws/integration/api_gateway_resource.tf.j2
terraback/templates/aws/integration/api_gateway_rest_api.tf.j2
terraback/templates/aws/integration/api_gateway_stage.tf.j2
terraback/templates/aws/integration/lambda_permission.tf.j2
terraback/templates/aws/management/ssm_document.tf.j2
terraback/templates/aws/management/ssm_maintenance_window.tf.j2
terraback/templates/aws/management/ssm_parameter.tf.j2
terraback/templates/aws/messaging/sns_subscription.tf.j2
terraback/templates/aws/messaging/sns_topic.tf.j2
terraback/templates/aws/messaging/sqs_queue.tf.j2
terraback/templates/aws/monitoring/cloudwatch_alarm.tf.j2
terraback/templates/aws/monitoring/cloudwatch_dashboard.tf.j2
terraback/templates/aws/monitoring/cloudwatch_log_group.tf.j2
terraback/templates/aws/networking/classic_load_balancer.tf.j2
terraback/templates/aws/networking/eips.tf.j2
terraback/templates/aws/networking/elbv2_listener.tf.j2
terraback/templates/aws/networking/elbv2_listener_rule.tf.j2
terraback/templates/aws/networking/elbv2_load_balancer.tf.j2
terraback/templates/aws/networking/elbv2_ssl_policy.tf.j2
terraback/templates/aws/networking/elbv2_target_group.tf.j2
terraback/templates/aws/networking/elbv2_target_group_attachments.tf.j2
terraback/templates/aws/networking/internet_gateway.tf.j2
terraback/templates/aws/networking/nat_gateway.tf.j2
terraback/templates/aws/networking/network_interfaces.tf.j2
terraback/templates/aws/networking/route_table.tf.j2
terraback/templates/aws/networking/security_groups.tf.j2
terraback/templates/aws/networking/subnets.tf.j2
terraback/templates/aws/networking/vpc.tf.j2
terraback/templates/aws/networking/vpc_endpoint.tf.j2
terraback/templates/aws/networking/wafv2_web_acl_association.tf.j2
terraback/templates/aws/security/acm_certificate.tf.j2
terraback/templates/aws/security/iam_policies.tf.j2
terraback/templates/aws/security/iam_roles.tf.j2
terraback/templates/aws/security/key_pairs.tf.j2
terraback/templates/aws/security/secretsmanager_secret.tf.j2
terraback/templates/aws/security/secretsmanager_secret_version.tf.j2
terraback/templates/aws/serverless/lambda_layer_version.tf.j2
terraback/templates/aws/storage/ebs_snapshot.tf.j2
terraback/templates/aws/storage/efs_access_point.tf.j2
terraback/templates/aws/storage/efs_file_system.tf.j2
terraback/templates/aws/storage/efs_mount_target.tf.j2
terraback/templates/aws/storage/s3_bucket.tf.j2
terraback/templates/aws/storage/volumes.tf.j2
terraback/templates/azure/compute/azure_managed_disk.tf.j2
terraback/templates/azure/compute/azure_virtual_machine.tf.j2
terraback/templates/azure/network/azure_lb.tf.j2
terraback/templates/azure/network/azure_network_interface.tf.j2
terraback/templates/azure/network/azure_network_security_group.tf.j2
terraback/templates/azure/network/azure_subnet.tf.j2
terraback/templates/azure/network/azure_virtual_network.tf.j2
terraback/templates/azure/network/vnet_import.tf.j2
terraback/templates/azure/resources/azure_resource_group.tf.j2
terraback/templates/azure/storage/azure_storage_account.tf.j2
terraback/templates/azure/storage/storage_account.tf.j2
terraback/templates/azure/storage/storage_account_import.tf.j2
terraback/templates/gcp/compute/gcp_disk.tf.j2
terraback/templates/gcp/compute/gcp_instance.tf.j2
terraback/templates/gcp/network/gcp_firewall.tf.j2
terraback/templates/gcp/network/gcp_network.tf.j2
terraback/templates/gcp/network/gcp_subnet.tf.j2
terraback/templates/gcp/storage/gcp_bucket.tf.j2
terraback/terraform_generator/__init__.py
terraback/terraform_generator/filters.py
terraback/terraform_generator/imports.py
terraback/terraform_generator/writer.py
terraback/tests/__init__.py
terraback/tests/integration/__init__.py
terraback/tests/integration/test_vpc_scanner.py
terraback/tests/unit/__init__.py
terraback/tests/unit/test_cross_scan_registry.py
terraback/utils/__init__.py
terraback/utils/cleanup.py
terraback/utils/cross_scan_registry.py
terraback/utils/importer.py
terraback/utils/parallel_scan.py
terraback/utils/scan_cache.py
terraback/utils/scan_context.py
terraback/utils/template_syntax_fixer.py
terraback/utils/terraform_checker.py