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/cache.py
terraback/cli/license.py
terraback/cli/main.py
terraback/cli/scan.py
terraback/cli/aws/__init__.py
terraback/cli/aws/resource_processor.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/backup/__init__.py
terraback/cli/aws/backup/vaults.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/cloudtrail/__init__.py
terraback/cli/aws/cloudtrail/trails.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/dynamodb/__init__.py
terraback/cli/aws/dynamodb/tables.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/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/eventbridge/__init__.py
terraback/cli/aws/eventbridge/event_buses.py
terraback/cli/aws/eventbridge/rules.py
terraback/cli/aws/guardduty/__init__.py
terraback/cli/aws/guardduty/detectors.py
terraback/cli/aws/iam/__init__.py
terraback/cli/aws/iam/policies.py
terraback/cli/aws/iam/roles.py
terraback/cli/aws/kinesis/__init__.py
terraback/cli/aws/kinesis/firehose.py
terraback/cli/aws/kinesis/streams.py
terraback/cli/aws/kms/__init__.py
terraback/cli/aws/kms/aliases.py
terraback/cli/aws/kms/keys.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/msk/__init__.py
terraback/cli/aws/msk/clusters.py
terraback/cli/aws/opensearch/__init__.py
terraback/cli/aws/opensearch/domains.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/secretsmanager/variable_stub.py
terraback/cli/aws/sns/__init__.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/stepfunctions/__init__.py
terraback/cli/aws/stepfunctions/activities.py
terraback/cli/aws/stepfunctions/state_machines.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/resource_processor.py
terraback/cli/azure/session.py
terraback/cli/azure/automation/__init__.py
terraback/cli/azure/automation/automation_accounts.py
terraback/cli/azure/caching/__init__.py
terraback/cli/azure/caching/redis_caches.py
terraback/cli/azure/cdn/__init__.py
terraback/cli/azure/cdn/cdn_endpoints.py
terraback/cli/azure/cdn/cdn_profiles.py
terraback/cli/azure/common/__init__.py
terraback/cli/azure/common/exceptions.py
terraback/cli/azure/common/utils.py
terraback/cli/azure/compute/__init__.py
terraback/cli/azure/compute/app_services.py
terraback/cli/azure/compute/disks.py
terraback/cli/azure/compute/function_apps.py
terraback/cli/azure/compute/ssh_keys.py
terraback/cli/azure/compute/virtual_machines.py
terraback/cli/azure/compute/vmss.py
terraback/cli/azure/compute/vmss_cli.py
terraback/cli/azure/container/__init__.py
terraback/cli/azure/container/aks_clusters.py
terraback/cli/azure/container/container_registries.py
terraback/cli/azure/database/__init__.py
terraback/cli/azure/database/sql_databases.py
terraback/cli/azure/database/sql_databases_scan.py
terraback/cli/azure/dns/__init__.py
terraback/cli/azure/dns/dns_records.py
terraback/cli/azure/dns/dns_zones.py
terraback/cli/azure/integration/__init__.py
terraback/cli/azure/integration/api_management.py
terraback/cli/azure/integration/api_management_apis.py
terraback/cli/azure/loadbalancer/__init__.py
terraback/cli/azure/loadbalancer/application_gateways.py
terraback/cli/azure/loadbalancer/load_balancers.py
terraback/cli/azure/messaging/__init__.py
terraback/cli/azure/messaging/event_hubs.py
terraback/cli/azure/messaging/servicebus.py
terraback/cli/azure/messaging/servicebus_queues.py
terraback/cli/azure/messaging/servicebus_subscriptions.py
terraback/cli/azure/messaging/servicebus_topics.py
terraback/cli/azure/monitoring/__init__.py
terraback/cli/azure/monitoring/action_groups.py
terraback/cli/azure/monitoring/dashboards.py
terraback/cli/azure/monitoring/log_analytics.py
terraback/cli/azure/monitoring/metric_alerts.py
terraback/cli/azure/network/__init__.py
terraback/cli/azure/network/nat_gateways.py
terraback/cli/azure/network/network_interfaces.py
terraback/cli/azure/network/nsgs.py
terraback/cli/azure/network/public_ips.py
terraback/cli/azure/network/public_ips_cli.py
terraback/cli/azure/network/route_tables.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/security/__init__.py
terraback/cli/azure/security/key_vaults.py
terraback/cli/azure/security/managed_identities.py
terraback/cli/azure/security/role_assignments.py
terraback/cli/azure/security/role_definitions.py
terraback/cli/azure/security/variable_stub.py
terraback/cli/azure/storage/__init__.py
terraback/cli/azure/storage/file_shares.py
terraback/cli/azure/storage/file_shares_cli.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/commands/scan.py
terraback/cli/commands/terraform.py
terraback/cli/common/defaults.py
terraback/cli/gcp/__init__.py
terraback/cli/gcp/session.py
terraback/cli/gcp/caching/__init__.py
terraback/cli/gcp/caching/memorystore_memcached.py
terraback/cli/gcp/caching/memorystore_redis.py
terraback/cli/gcp/cdn/__init__.py
terraback/cli/gcp/cdn/backend_buckets.py
terraback/cli/gcp/certificate_manager/__init__.py
terraback/cli/gcp/certificate_manager/certificate_maps.py
terraback/cli/gcp/certificate_manager/certificates.py
terraback/cli/gcp/cloud_run/__init__.py
terraback/cli/gcp/cloud_run/services.py
terraback/cli/gcp/common/__init__.py
terraback/cli/gcp/common/error_handler.py
terraback/cli/gcp/compute/__init__.py
terraback/cli/gcp/compute/disks.py
terraback/cli/gcp/compute/images.py
terraback/cli/gcp/compute/instance_templates.py
terraback/cli/gcp/compute/instances.py
terraback/cli/gcp/compute/networks.py
terraback/cli/gcp/container_registry/__init__.py
terraback/cli/gcp/container_registry/registries.py
terraback/cli/gcp/database/__init__.py
terraback/cli/gcp/database/bigtable.py
terraback/cli/gcp/database/firestore.py
terraback/cli/gcp/database/spanner.py
terraback/cli/gcp/dns/__init__.py
terraback/cli/gcp/dns/managed_zones.py
terraback/cli/gcp/functions/__init__.py
terraback/cli/gcp/functions/cloud_functions.py
terraback/cli/gcp/gke/__init__.py
terraback/cli/gcp/gke/clusters.py
terraback/cli/gcp/gke/node_pools.py
terraback/cli/gcp/iam/__init__.py
terraback/cli/gcp/iam/roles.py
terraback/cli/gcp/iam/service_accounts.py
terraback/cli/gcp/integration/__init__.py
terraback/cli/gcp/integration/api_gateway.py
terraback/cli/gcp/integration/eventarc.py
terraback/cli/gcp/integration/workflows.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/messaging/__init__.py
terraback/cli/gcp/messaging/cloud_tasks.py
terraback/cli/gcp/monitoring/__init__.py
terraback/cli/gcp/monitoring/alert_policies.py
terraback/cli/gcp/network/__init__.py
terraback/cli/gcp/network/firewalls.py
terraback/cli/gcp/network/nat_gateways.py
terraback/cli/gcp/network/networks.py
terraback/cli/gcp/network/routers.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/security/__init__.py
terraback/cli/gcp/security/binary_authorization.py
terraback/cli/gcp/security/certificate_authority.py
terraback/cli/gcp/security/kms.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/cli/gcp/storage/filestore.py
terraback/core/__init__.py
terraback/core/analytics.py
terraback/core/license.py
terraback/scanners/azure_id_field_mappings.py
terraback/scanners/id_field_mappings.py
terraback/scanners/simple_renderer.py
terraback/scanners/simplified_scanner.py
terraback/templates/generic_resource.tf.j2
terraback/templates/aws/aws_instance.tf.j2
terraback/templates/aws/aws_vpc.tf.j2
terraback/templates/aws/backup_vault.tf.j2
terraback/templates/aws/base_resource.tf.j2
terraback/templates/aws/cloudtrail.tf.j2
terraback/templates/aws/cloudwatch_event_rule.tf.j2
terraback/templates/aws/generic_resource.tf.j2
terraback/templates/aws/kms_alias.tf.j2
terraback/templates/aws/macros.j2
terraback/templates/aws/sfn_state_machine.tf.j2
terraback/templates/aws/caching/aws_elasticache_memcached_cluster.tf.j2
terraback/templates/aws/caching/aws_elasticache_parameter_group.tf.j2
terraback/templates/aws/caching/aws_elasticache_redis_cluster.tf.j2
terraback/templates/aws/caching/aws_elasticache_replication_group.tf.j2
terraback/templates/aws/caching/aws_elasticache_subnet_group.tf.j2
terraback/templates/aws/cdn/aws_cloudfront_cache_policy.tf.j2
terraback/templates/aws/cdn/aws_cloudfront_distribution.tf.j2
terraback/templates/aws/cdn/aws_cloudfront_origin_access_control.tf.j2
terraback/templates/aws/cdn/aws_cloudfront_origin_request_policy.tf.j2
terraback/templates/aws/compute/aws_ami.tf.j2
terraback/templates/aws/compute/aws_autoscaling_group.tf.j2
terraback/templates/aws/compute/aws_autoscaling_policy.tf.j2
terraback/templates/aws/compute/aws_ec2.tf.j2
terraback/templates/aws/compute/aws_ec2_v2.tf.j2
terraback/templates/aws/compute/aws_lambda_function.tf.j2
terraback/templates/aws/compute/aws_launch_configuration.tf.j2
terraback/templates/aws/compute/aws_launch_template.tf.j2
terraback/templates/aws/compute/aws_network_interface.tf.j2
terraback/templates/aws/compute/lambda_permission.tf.j2
terraback/templates/aws/container/aws_ecr_repository.tf.j2
terraback/templates/aws/container/aws_ecs_cluster.tf.j2
terraback/templates/aws/container/aws_ecs_service.tf.j2
terraback/templates/aws/container/aws_ecs_task_definition.tf.j2
terraback/templates/aws/container/aws_eks_cluster.tf.j2
terraback/templates/aws/container/aws_eks_node_group.tf.j2
terraback/templates/aws/database/aws_db_parameter_group.tf.j2
terraback/templates/aws/database/aws_db_subnet_group.tf.j2
terraback/templates/aws/database/aws_dynamodb_table.tf.j2
terraback/templates/aws/database/aws_rds_instance.tf.j2
terraback/templates/aws/database/rds_subnet_group.tf.j2
terraback/templates/aws/dns/aws_route53_record.tf.j2
terraback/templates/aws/dns/aws_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/aws_api_gateway_deployment.tf.j2
terraback/templates/aws/integration/aws_api_gateway_integration.tf.j2
terraback/templates/aws/integration/aws_api_gateway_method.tf.j2
terraback/templates/aws/integration/aws_api_gateway_resource.tf.j2
terraback/templates/aws/integration/aws_api_gateway_rest_api.tf.j2
terraback/templates/aws/integration/aws_api_gateway_stage.tf.j2
terraback/templates/aws/integration/aws_eventbridge_rule.tf.j2
terraback/templates/aws/integration/aws_step_functions_state_machine.tf.j2
terraback/templates/aws/management/aws_ssm_document.tf.j2
terraback/templates/aws/management/aws_ssm_maintenance_window.tf.j2
terraback/templates/aws/management/aws_ssm_parameter.tf.j2
terraback/templates/aws/messaging/aws_kinesis_firehose.tf.j2
terraback/templates/aws/messaging/aws_kinesis_stream.tf.j2
terraback/templates/aws/messaging/aws_sns_subscription.tf.j2
terraback/templates/aws/messaging/aws_sns_topic.tf.j2
terraback/templates/aws/messaging/aws_sqs_dlq_relationship.tf.j2
terraback/templates/aws/messaging/aws_sqs_queue.tf.j2
terraback/templates/aws/monitoring/aws_cloudwatch_alarm.tf.j2
terraback/templates/aws/monitoring/aws_cloudwatch_dashboard.tf.j2
terraback/templates/aws/monitoring/aws_cloudwatch_log_group.tf.j2
terraback/templates/aws/monitoring/aws_xray_encryption_config.tf.j2
terraback/templates/aws/monitoring/aws_xray_group.tf.j2
terraback/templates/aws/monitoring/aws_xray_sampling_rule.tf.j2
terraback/templates/aws/networking/aws_classic_load_balancer.tf.j2
terraback/templates/aws/networking/aws_eip.tf.j2
terraback/templates/aws/networking/aws_elbv2_listener.tf.j2
terraback/templates/aws/networking/aws_elbv2_listener_rule.tf.j2
terraback/templates/aws/networking/aws_elbv2_load_balancer.tf.j2
terraback/templates/aws/networking/aws_elbv2_ssl_policy.tf.j2
terraback/templates/aws/networking/aws_elbv2_target_group.tf.j2
terraback/templates/aws/networking/aws_elbv2_target_group_attachment.tf.j2
terraback/templates/aws/networking/aws_internet_gateway.tf.j2
terraback/templates/aws/networking/aws_nat_gateway.tf.j2
terraback/templates/aws/networking/aws_network_interface.tf.j2
terraback/templates/aws/networking/aws_route_table.tf.j2
terraback/templates/aws/networking/aws_security_groups.tf.j2
terraback/templates/aws/networking/aws_subnets.tf.j2
terraback/templates/aws/networking/aws_transit_gateway.tf.j2
terraback/templates/aws/networking/aws_vpc.tf.j2
terraback/templates/aws/networking/aws_vpc_debug.tf.j2
terraback/templates/aws/networking/aws_vpc_endpoint.tf.j2
terraback/templates/aws/networking/aws_vpc_flow_log.tf.j2
terraback/templates/aws/networking/aws_vpc_import.tf.j2
terraback/templates/aws/networking/aws_vpc_old.tf.j2
terraback/templates/aws/networking/aws_wafv2_web_acl_association.tf.j2
terraback/templates/aws/security/aws_acm_certificate.tf.j2
terraback/templates/aws/security/aws_guardduty_detector.tf.j2
terraback/templates/aws/security/aws_iam_policies.tf.j2
terraback/templates/aws/security/aws_iam_roles.tf.j2
terraback/templates/aws/security/aws_key_pair.tf.j2
terraback/templates/aws/security/aws_key_pair_data.tf.j2
terraback/templates/aws/security/aws_key_pair_import.tf.j2
terraback/templates/aws/security/aws_kms_key.tf.j2
terraback/templates/aws/security/aws_secretsmanager_secret.tf.j2
terraback/templates/aws/security/aws_secretsmanager_secret_version.tf.j2
terraback/templates/aws/security/aws_wafv2_web_acl.tf.j2
terraback/templates/aws/serverless/aws_lambda_layer_version.tf.j2
terraback/templates/aws/storage/aws_ebs_snapshot.tf.j2
terraback/templates/aws/storage/aws_ebs_volume.tf.j2
terraback/templates/aws/storage/aws_efs_access_point.tf.j2
terraback/templates/aws/storage/aws_efs_file_system.tf.j2
terraback/templates/aws/storage/aws_efs_mount_target.tf.j2
terraback/templates/aws/storage/aws_s3_bucket.tf.j2
terraback/templates/aws/storage/aws_s3_bucket_import.tf.j2
terraback/templates/aws/storage/aws_s3_bucket_public_access_block.tf.j2
terraback/templates/aws/storage/aws_s3_bucket_v2.tf.j2
terraback/templates/aws/storage/aws_s3_bucket_versioning.tf.j2
terraback/templates/azure/azurerm_virtual_network.tf.j2
terraback/templates/azure/base_resource.tf.j2
terraback/templates/azure/macros.j2
terraback/templates/azure/caching/azure_cache_for_redis_enterprise.tf.j2
terraback/templates/azure/caching/azure_redis_cache.tf.j2
terraback/templates/azure/caching/azure_redis_firewall_rule.tf.j2
terraback/templates/azure/caching/azure_redis_linked_server.tf.j2
terraback/templates/azure/cdn/azure_cdn_endpoint.tf.j2
terraback/templates/azure/cdn/azure_cdn_profile.tf.j2
terraback/templates/azure/compute/azure_app_service_plan.tf.j2
terraback/templates/azure/compute/azure_function_app.tf.j2
terraback/templates/azure/compute/azure_image.tf.j2
terraback/templates/azure/compute/azure_managed_disk.tf.j2
terraback/templates/azure/compute/azure_monitor_autoscale_setting.tf.j2
terraback/templates/azure/compute/azure_ssh_public_key.tf.j2
terraback/templates/azure/compute/azure_virtual_machine.tf.j2
terraback/templates/azure/compute/azure_vmss.tf.j2
terraback/templates/azure/compute/azure_web_app.tf.j2
terraback/templates/azure/compute/azure_windows_vmss.tf.j2
terraback/templates/azure/container/azure_container_registry.tf.j2
terraback/templates/azure/container/azure_kubernetes_cluster.tf.j2
terraback/templates/azure/container/azure_kubernetes_cluster_node_pool.tf.j2
terraback/templates/azure/database/azure_mssql_database_extended_auditing_policy.tf.j2
terraback/templates/azure/database/azure_mssql_virtual_network_rule.tf.j2
terraback/templates/azure/database/azure_sql_database.tf.j2
terraback/templates/azure/database/azure_sql_elastic_pool.tf.j2
terraback/templates/azure/database/azure_sql_server.tf.j2
terraback/templates/azure/dns/azure_dns_record.tf.j2
terraback/templates/azure/dns/azure_dns_zone.tf.j2
terraback/templates/azure/dns/dns_a_record.tf.j2
terraback/templates/azure/dns/dns_cname_record.tf.j2
terraback/templates/azure/dns/dns_ns_record.tf.j2
terraback/templates/azure/integration/azure_api_management.tf.j2
terraback/templates/azure/integration/azure_api_management_api.tf.j2
terraback/templates/azure/integration/azure_api_management_import.tf.j2
terraback/templates/azure/management/azure_automation_account.tf.j2
terraback/templates/azure/management/azure_automation_runbook.tf.j2
terraback/templates/azure/messaging/azure_eventhub.tf.j2
terraback/templates/azure/messaging/azure_eventhub_consumer_group.tf.j2
terraback/templates/azure/messaging/azure_eventhub_namespace.tf.j2
terraback/templates/azure/messaging/azure_servicebus_namespace.tf.j2
terraback/templates/azure/messaging/azure_servicebus_queue.tf.j2
terraback/templates/azure/messaging/azure_servicebus_subscription.tf.j2
terraback/templates/azure/messaging/azure_servicebus_topic.tf.j2
terraback/templates/azure/monitoring/action_group.tf.j2
terraback/templates/azure/monitoring/azure_log_analytics_workspace.tf.j2
terraback/templates/azure/monitoring/azure_monitor_action_group.tf.j2
terraback/templates/azure/monitoring/azure_monitor_metric_alert.tf.j2
terraback/templates/azure/monitoring/azure_portal_dashboard.tf.j2
terraback/templates/azure/monitoring/metric_alert.tf.j2
terraback/templates/azure/network/azure_application_gateway.tf.j2
terraback/templates/azure/network/azure_lb.tf.j2
terraback/templates/azure/network/azure_nat_gateway.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_public_ip.tf.j2
terraback/templates/azure/network/azure_route.tf.j2
terraback/templates/azure/network/azure_route_table.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/security/azure_key_vault.tf.j2
terraback/templates/azure/security/azure_key_vault_certificate.tf.j2
terraback/templates/azure/security/azure_key_vault_key.tf.j2
terraback/templates/azure/security/azure_key_vault_secret.tf.j2
terraback/templates/azure/security/azure_role_assignment.tf.j2
terraback/templates/azure/security/azure_role_definition.tf.j2
terraback/templates/azure/security/azure_user_assigned_identity.tf.j2
terraback/templates/azure/storage/azure_storage_account.tf.j2
terraback/templates/azure/storage/azure_storage_account_v2.tf.j2
terraback/templates/azure/storage/azure_storage_file_share.tf.j2
terraback/templates/azure/storage/azure_storage_share.tf.j2
terraback/templates/azure/storage/storage_account.tf.j2
terraback/templates/azure/storage/storage_account_import.tf.j2
terraback/templates/common/advanced_macros.j2
terraback/templates/common/base_resource.tf.j2
terraback/templates/common/base_resource_v2.tf.j2
terraback/templates/common/macros.j2
terraback/templates/common/components/compute.j2
terraback/templates/common/components/networking.j2
terraback/templates/gcp/base_resource.tf.j2
terraback/templates/gcp/google_compute_network.tf.j2
terraback/templates/gcp/macros.j2
terraback/templates/gcp/caching/gcp_memorystore_memcached.tf.j2
terraback/templates/gcp/caching/gcp_memorystore_redis.tf.j2
terraback/templates/gcp/cdn/gcp_backend_buckets.tf.j2
terraback/templates/gcp/certificate_manager/gcp_certificates.tf.j2
terraback/templates/gcp/cloud_run/gcp_cloud_run_service.tf.j2
terraback/templates/gcp/compute/gcp_compute_forwarding_rule.tf.j2
terraback/templates/gcp/compute/gcp_disk.tf.j2
terraback/templates/gcp/compute/gcp_instance.tf.j2
terraback/templates/gcp/compute/gcp_instance_template.tf.j2
terraback/templates/gcp/container_registry/gcp_container_registry.tf.j2
terraback/templates/gcp/database/gcp_bigtable_instance.tf.j2
terraback/templates/gcp/database/gcp_firestore_database.tf.j2
terraback/templates/gcp/database/gcp_spanner_instance.tf.j2
terraback/templates/gcp/dns/gcp_dns_managed_zones.tf.j2
terraback/templates/gcp/functions/gcp_cloud_functions.tf.j2
terraback/templates/gcp/gke/gcp_gke_cluster.tf.j2
terraback/templates/gcp/gke/gcp_gke_node_pool.tf.j2
terraback/templates/gcp/iam/gcp_iam_roles.tf.j2
terraback/templates/gcp/iam/gcp_service_accounts.tf.j2
terraback/templates/gcp/integration/gcp_api_gateway_api.tf.j2
terraback/templates/gcp/integration/gcp_eventarc_trigger.tf.j2
terraback/templates/gcp/integration/gcp_workflows_workflow.tf.j2
terraback/templates/gcp/loadbalancer/gcp_backend_service.tf.j2
terraback/templates/gcp/loadbalancer/gcp_global_forwarding_rule.tf.j2
terraback/templates/gcp/loadbalancer/gcp_region_backend_service.tf.j2
terraback/templates/gcp/loadbalancer/gcp_region_target_http_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_region_target_https_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_region_target_tcp_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_region_url_map.tf.j2
terraback/templates/gcp/loadbalancer/gcp_target_http_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_target_https_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_target_ssl_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_target_tcp_proxy.tf.j2
terraback/templates/gcp/loadbalancer/gcp_url_map.tf.j2
terraback/templates/gcp/management/gcp_deployment_manager_deployment.tf.j2
terraback/templates/gcp/messaging/gcp_cloud_tasks_queue.tf.j2
terraback/templates/gcp/monitoring/gcp_monitoring_alert_policies.tf.j2
terraback/templates/gcp/network/gcp_firewall.tf.j2
terraback/templates/gcp/network/gcp_nat_gateway.tf.j2
terraback/templates/gcp/network/gcp_network.tf.j2
terraback/templates/gcp/network/gcp_router.tf.j2
terraback/templates/gcp/network/gcp_subnet.tf.j2
terraback/templates/gcp/pubsub/gcp_pubsub_subscription.tf.j2
terraback/templates/gcp/pubsub/gcp_pubsub_topic.tf.j2
terraback/templates/gcp/secrets/gcp_secret.tf.j2
terraback/templates/gcp/security/gcp_binary_authorization_policy.tf.j2
terraback/templates/gcp/security/gcp_certificate_authority.tf.j2
terraback/templates/gcp/security/gcp_kms_crypto_key.tf.j2
terraback/templates/gcp/security/gcp_kms_key_ring.tf.j2
terraback/templates/gcp/sql/gcp_sql_database.tf.j2
terraback/templates/gcp/sql/gcp_sql_instance.tf.j2
terraback/templates/gcp/storage/gcp_bucket.tf.j2
terraback/templates/gcp/storage/gcp_filestore.tf.j2
terraback/terraform_generator/__init__.py
terraback/terraform_generator/filters.py
terraback/terraform_generator/imports.py
terraback/terraform_generator/validator.py
terraback/terraform_generator/version_filters.py
terraback/terraform_generator/writer.py
terraback/tests/__init__.py
terraback/tests/test_cross_scan_registry_features.py
terraback/tests/test_terraform_checker.py
terraback/tests/integration/__init__.py
terraback/tests/integration/test_import_generation_plan.py
terraback/tests/integration/test_process_resources_and_templates.py
terraback/tests/integration/test_vpc_scanner.py
terraback/tests/unit/__init__.py
terraback/tests/unit/test_apigateway_dedup.py
terraback/tests/unit/test_azure_aks_clusters.py
terraback/tests/unit/test_azure_app_services.py
terraback/tests/unit/test_azure_common_utils.py
terraback/tests/unit/test_azure_container_registries.py
terraback/tests/unit/test_azure_disks.py
terraback/tests/unit/test_azure_dns_records.py
terraback/tests/unit/test_azure_function_apps.py
terraback/tests/unit/test_azure_resource_normalization.py
terraback/tests/unit/test_cross_scan_registry.py
terraback/tests/unit/test_cross_scan_registry_operations.py
terraback/tests/unit/test_enterprise_modules.py
terraback/tests/unit/test_gcp_resource_normalization.py
terraback/tests/unit/test_generate_resource_name.py
terraback/tests/unit/test_generate_tf_dependencies.py
terraback/tests/unit/test_get_terraform_filename.py
terraback/tests/unit/test_iam_policies_template.py
terraback/tests/unit/test_import_block_composite_ids.py
terraback/tests/unit/test_import_block_generator.py
terraback/tests/unit/test_lambda_layers.py
terraback/tests/unit/test_lambda_permission_template.py
terraback/tests/unit/test_name_deduplication.py
terraback/tests/unit/test_normalize_suffixes.py
terraback/tests/unit/test_register_resource_scanner.py
terraback/tests/unit/test_render_validate_templates.py
terraback/tests/unit/test_resource_spacing.py
terraback/tests/unit/test_route53_records.py
terraback/tests/unit/test_route53_zones.py
terraback/tests/unit/test_sanitize_public_key_filter.py
terraback/tests/unit/test_scan_cache_lru.py
terraback/tests/unit/test_secret_value_variable.py
terraback/tests/unit/test_sns_subscription_template.py
terraback/tests/unit/test_template_syntax_fixer.py
terraback/tests/unit/test_template_validator.py
terraback/tests/unit/test_terraform_plan.py
terraback/tests/unit/test_validate_template_output_public_key.py
terraback/tests/unit/test_validate_template_syntax.py
terraback/tests/unit/test_vpc_template.py
terraback/tests/unit/test_writer_helper_fields.py
terraback/utils/__init__.py
terraback/utils/cleanup.py
terraback/utils/cross_scan_registry.py
terraback/utils/enterprise_modules.py
terraback/utils/import_workflows.py
terraback/utils/importer.py
terraback/utils/logging.py
terraback/utils/parallel_scan.py
terraback/utils/post_scan_processor.py
terraback/utils/provider_version.py
terraback/utils/scan_cache.py
terraback/utils/scan_context.py
terraback/utils/stack_generator.py
terraback/utils/state_utils.py
terraback/utils/template_syntax_fixer.py
terraback/utils/terraform_checker.py
terraback/utils/terraform_import.py
terraback/utils/validation.py