MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
development-digitalocean/main.py
development-digitalocean/examples/kubernetes.py
development-digitalocean/examples/simple_web.py
digitalocean_managers/functions_manager.py
infradsl/__init__.py
infradsl/__main__.py
infradsl/__version__.py
infradsl/cli.py
infradsl/cross_cloud_magic.py
infradsl/.infradsl_cache/learning_mode.json
infradsl/cli/__init__.py
infradsl/cli/__main__.py
infradsl/cli/commands.py
infradsl/cli/daemon_commands.py
infradsl/cli/file_loader.py
infradsl/cli/firebase_client.py
infradsl/cli/firebase_config.py
infradsl/cli/marketplace_commands.py
infradsl/cli/output_formatters.py
infradsl/cli/registry_commands.py
infradsl/cli/template_commands.py
infradsl/cli/template_generator.py
infradsl/container_engine/__init__.py
infradsl/container_engine/engine_detector.py
infradsl/container_engine/project_detector.py
infradsl/container_engine/universal_engine.py
infradsl/container_engine/universal_engine_refactored.py
infradsl/container_engine/dockerfile_generators/__init__.py
infradsl/container_engine/dockerfile_generators/base.py
infradsl/container_engine/dockerfile_generators/dotnet.py
infradsl/container_engine/dockerfile_generators/go.py
infradsl/container_engine/dockerfile_generators/java.py
infradsl/container_engine/dockerfile_generators/nodejs.py
infradsl/container_engine/dockerfile_generators/php.py
infradsl/container_engine/dockerfile_generators/python.py
infradsl/container_engine/dockerfile_generators/ruby.py
infradsl/container_engine/dockerfile_generators/rust.py
infradsl/container_engines/__init__.py
infradsl/container_engines/builder.py
infradsl/container_engines/detector.py
infradsl/container_engines/engines.py
infradsl/container_engines/exceptions.py
infradsl/container_engines/manager.py
infradsl/core/__init__.py
infradsl/core/audit_logging.py
infradsl/core/aws_ec2_intelligence.py
infradsl/core/aws_ecs_intelligence.py
infradsl/core/aws_intelligence_base.py
infradsl/core/aws_lambda_intelligence.py
infradsl/core/aws_load_balancer_intelligence.py
infradsl/core/aws_rds_intelligence.py
infradsl/core/aws_route53_intelligence.py
infradsl/core/aws_s3_intelligence.py
infradsl/core/aws_vpc_intelligence.py
infradsl/core/cloudflare_dns_intelligence.py
infradsl/core/cloudflare_intelligence_base.py
infradsl/core/compliance_validator.py
infradsl/core/conflict_monitor.py
infradsl/core/cross_cloud_cidr_manager.py
infradsl/core/cross_cloud_intelligence.py
infradsl/core/dependency_tracker.py
infradsl/core/digitalocean_droplet_intelligence.py
infradsl/core/digitalocean_intelligence_base.py
infradsl/core/drift_management.py
infradsl/core/external_resource_handler.py
infradsl/core/gcp_cloud_dns_intelligence.py
infradsl/core/gcp_cloud_functions_intelligence.py
infradsl/core/gcp_cloud_sql_intelligence.py
infradsl/core/gcp_cloud_storage_intelligence.py
infradsl/core/gcp_compute_engine_intelligence.py
infradsl/core/gcp_firebase_intelligence.py
infradsl/core/gcp_gke_intelligence.py
infradsl/core/gcp_gke_intelligence_refactored.py
infradsl/core/gcp_intelligence_base.py
infradsl/core/gcp_load_balancer_intelligence.py
infradsl/core/gke_cost_analyzer.py
infradsl/core/gke_scaling_predictor.py
infradsl/core/gke_security_auditor.py
infradsl/core/gke_types.py
infradsl/core/intelligent_application.py
infradsl/core/intelligent_application_modular.py
infradsl/core/intelligent_application_original_backup.py
infradsl/core/network_intelligence.py
infradsl/core/network_intelligence_core.py
infradsl/core/network_intelligence_refactored.py
infradsl/core/network_types.py
infradsl/core/nexus_config.py
infradsl/core/provider_constraints.py
infradsl/core/rbac_system.py
infradsl/core/stateless_intelligence.py
infradsl/core/subnet_allocator.py
infradsl/core/template_engine.py
infradsl/core/unified_provider_intelligence.py
infradsl/core/universal_intelligence_mixin.py
infradsl/core/universal_resource_discovery.py
infradsl/core/intelligent_application/__init__.py
infradsl/core/intelligent_application/constraint_methods.py
infradsl/core/intelligent_application/core.py
infradsl/core/intelligent_application/data_classes.py
infradsl/core/intelligent_application/lifecycle_methods.py
infradsl/core/intelligent_application/preview_methods.py
infradsl/core/intelligent_application/resource_creation.py
infradsl/core/intelligent_application/service_methods.py
infradsl/daemon/__init__.py
infradsl/daemon/config.py
infradsl/daemon/monitor.py
infradsl/marketplace/__init__.py
infradsl/marketplace/company_templates.py
infradsl/marketplace/firestore_schema.py
infradsl/marketplace/registry_client.py
infradsl/marketplace/examples/nolimitcity_complete.py
infradsl/providers/__init__.py
infradsl/providers/aws.py
infradsl/providers/cloudflare.py
infradsl/providers/digitalocean.py
infradsl/providers/googlecloud.py
infradsl/providers/googlecloud_vm.py
infradsl/providers/aws_managers/__init__.py
infradsl/providers/aws_managers/aws_client.py
infradsl/providers/aws_managers/service_manager.py
infradsl/providers/aws_managers/cloudfront/__init__.py
infradsl/providers/aws_managers/cloudfront/behaviors.py
infradsl/providers/aws_managers/cloudfront/configuration.py
infradsl/providers/aws_managers/cloudfront/distributions.py
infradsl/providers/aws_managers/cloudfront/manager.py
infradsl/providers/aws_managers/cloudfront/origins.py
infradsl/providers/aws_managers/cloudfront_functions/__init__.py
infradsl/providers/aws_managers/cloudfront_functions/associations.py
infradsl/providers/aws_managers/cloudfront_functions/functions.py
infradsl/providers/aws_managers/cloudfront_functions/manager.py
infradsl/providers/aws_managers/ec2/__init__.py
infradsl/providers/aws_managers/ec2/images.py
infradsl/providers/aws_managers/ec2/instances.py
infradsl/providers/aws_managers/ec2/manager.py
infradsl/providers/aws_managers/ecs/__init__.py
infradsl/providers/aws_managers/ecs/clusters.py
infradsl/providers/aws_managers/ecs/configuration.py
infradsl/providers/aws_managers/ecs/manager.py
infradsl/providers/aws_managers/ecs/monitoring.py
infradsl/providers/aws_managers/ecs/services.py
infradsl/providers/aws_managers/ecs/task_definitions.py
infradsl/providers/aws_managers/lambda/__init__.py
infradsl/providers/aws_managers/lambda/configuration.py
infradsl/providers/aws_managers/lambda/deployment.py
infradsl/providers/aws_managers/lambda/discovery.py
infradsl/providers/aws_managers/lambda/manager.py
infradsl/providers/aws_managers/lambda/security.py
infradsl/providers/aws_managers/lambda/triggers.py
infradsl/providers/aws_managers/rds/__init__.py
infradsl/providers/aws_managers/rds/manager.py
infradsl/providers/aws_managers/s3/__init__.py
infradsl/providers/aws_managers/s3/buckets.py
infradsl/providers/aws_managers/s3/manager.py
infradsl/providers/aws_managers/s3/objects.py
infradsl/providers/aws_resources/__init__.py
infradsl/providers/aws_resources/api_gateway.py
infradsl/providers/aws_resources/auth_service.py
infradsl/providers/aws_resources/base_resource.py
infradsl/providers/aws_resources/certificate_manager.py
infradsl/providers/aws_resources/cloudfront.py
infradsl/providers/aws_resources/cloudfront_function.py
infradsl/providers/aws_resources/domain_registration.py
infradsl/providers/aws_resources/ec2.py
infradsl/providers/aws_resources/ecs.py
infradsl/providers/aws_resources/elasticache.py
infradsl/providers/aws_resources/lambda_function.py
infradsl/providers/aws_resources/load_balancer.py
infradsl/providers/aws_resources/rds.py
infradsl/providers/aws_resources/route53.py
infradsl/providers/aws_resources/s3.py
infradsl/providers/aws_resources/security_group.py
infradsl/providers/aws_resources/sns.py
infradsl/providers/aws_resources/sqs.py
infradsl/providers/aws_resources/vpc.py
infradsl/providers/aws_resources/certificate_manager/__init__.py
infradsl/providers/aws_resources/certificate_manager/certificate_manager.py
infradsl/providers/aws_resources/certificate_manager/certificate_manager_configuration.py
infradsl/providers/aws_resources/certificate_manager/certificate_manager_core.py
infradsl/providers/aws_resources/certificate_manager/certificate_manager_discovery.py
infradsl/providers/aws_resources/certificate_manager/certificate_manager_lifecycle.py
infradsl/providers/aws_resources/cloudfront/__init__.py
infradsl/providers/aws_resources/cloudfront/cloudfront.py
infradsl/providers/aws_resources/cloudfront/cloudfront_configuration.py
infradsl/providers/aws_resources/cloudfront/cloudfront_core.py
infradsl/providers/aws_resources/cloudfront/cloudfront_discovery.py
infradsl/providers/aws_resources/cloudfront/cloudfront_lifecycle.py
infradsl/providers/aws_resources/ec2/__init__.py
infradsl/providers/aws_resources/ec2/ec2_configuration.py
infradsl/providers/aws_resources/ec2/ec2_core.py
infradsl/providers/aws_resources/ec2/ec2_discovery.py
infradsl/providers/aws_resources/ec2/ec2_lifecycle.py
infradsl/providers/aws_resources/ecs/__init__.py
infradsl/providers/aws_resources/ecs/ecs.py
infradsl/providers/aws_resources/ecs/ecs_configuration.py
infradsl/providers/aws_resources/ecs/ecs_core.py
infradsl/providers/aws_resources/ecs/ecs_discovery.py
infradsl/providers/aws_resources/ecs/ecs_lifecycle.py
infradsl/providers/aws_resources/lambda_function/__init__.py
infradsl/providers/aws_resources/lambda_function/lambda_function.py
infradsl/providers/aws_resources/lambda_function/lambda_function_configuration.py
infradsl/providers/aws_resources/lambda_function/lambda_function_core.py
infradsl/providers/aws_resources/lambda_function/lambda_function_discovery.py
infradsl/providers/aws_resources/lambda_function/lambda_function_lifecycle.py
infradsl/providers/aws_resources/load_balancer/__init__.py
infradsl/providers/aws_resources/load_balancer/load_balancer.py
infradsl/providers/aws_resources/load_balancer/load_balancer_configuration.py
infradsl/providers/aws_resources/load_balancer/load_balancer_core.py
infradsl/providers/aws_resources/load_balancer/load_balancer_discovery.py
infradsl/providers/aws_resources/load_balancer/load_balancer_lifecycle.py
infradsl/providers/aws_resources/rds/__init__.py
infradsl/providers/aws_resources/rds/rds.py
infradsl/providers/aws_resources/rds/rds_configuration.py
infradsl/providers/aws_resources/rds/rds_core.py
infradsl/providers/aws_resources/rds/rds_discovery.py
infradsl/providers/aws_resources/rds/rds_lifecycle.py
infradsl/providers/aws_resources/route53/__init__.py
infradsl/providers/aws_resources/route53/route53.py
infradsl/providers/aws_resources/route53/route53_configuration.py
infradsl/providers/aws_resources/route53/route53_core.py
infradsl/providers/aws_resources/route53/route53_discovery.py
infradsl/providers/aws_resources/route53/route53_lifecycle.py
infradsl/providers/aws_resources/s3/__init__.py
infradsl/providers/aws_resources/s3/s3.py
infradsl/providers/aws_resources/s3/s3_configuration.py
infradsl/providers/aws_resources/s3/s3_core.py
infradsl/providers/aws_resources/s3/s3_discovery.py
infradsl/providers/aws_resources/s3/s3_lifecycle.py
infradsl/providers/aws_resources/secrets_manager/__init__.py
infradsl/providers/aws_resources/secrets_manager/secrets_manager_configuration.py
infradsl/providers/aws_resources/secrets_manager/secrets_manager_core.py
infradsl/providers/aws_resources/secrets_manager/secrets_manager_discovery.py
infradsl/providers/aws_resources/secrets_manager/secrets_manager_lifecycle.py
infradsl/providers/aws_resources/security_group/__init__.py
infradsl/providers/aws_resources/security_group/security_group.py
infradsl/providers/aws_resources/security_group/security_group_configuration.py
infradsl/providers/aws_resources/security_group/security_group_core.py
infradsl/providers/aws_resources/security_group/security_group_discovery.py
infradsl/providers/aws_resources/security_group/security_group_lifecycle.py
infradsl/providers/aws_resources/sns/__init__.py
infradsl/providers/aws_resources/sns/sns.py
infradsl/providers/aws_resources/sns/sns_configuration.py
infradsl/providers/aws_resources/sns/sns_core.py
infradsl/providers/aws_resources/sns/sns_discovery.py
infradsl/providers/aws_resources/sns/sns_lifecycle.py
infradsl/providers/aws_resources/sqs/__init__.py
infradsl/providers/aws_resources/sqs/sqs.py
infradsl/providers/aws_resources/sqs/sqs_configuration.py
infradsl/providers/aws_resources/sqs/sqs_core.py
infradsl/providers/aws_resources/sqs/sqs_discovery.py
infradsl/providers/aws_resources/sqs/sqs_lifecycle.py
infradsl/providers/aws_resources/vpc/__init__.py
infradsl/providers/aws_resources/vpc/vpc.py
infradsl/providers/aws_resources/vpc/vpc_configuration.py
infradsl/providers/aws_resources/vpc/vpc_core.py
infradsl/providers/aws_resources/vpc/vpc_discovery.py
infradsl/providers/aws_resources/vpc/vpc_lifecycle.py
infradsl/providers/cloudflare_managers/cdn_manager.py
infradsl/providers/cloudflare_managers/ddos_protection_manager.py
infradsl/providers/cloudflare_managers/dns_manager.py
infradsl/providers/cloudflare_managers/firewall_manager.py
infradsl/providers/cloudflare_managers/kv_storage_manager.py
infradsl/providers/cloudflare_managers/pages_manager.py
infradsl/providers/cloudflare_managers/r2_storage_manager.py
infradsl/providers/cloudflare_managers/ssl_manager.py
infradsl/providers/cloudflare_managers/workers_manager.py
infradsl/providers/cloudflare_resources/auth_service.py
infradsl/providers/cloudflare_resources/base_resource.py
infradsl/providers/cloudflare_resources/cdn.py
infradsl/providers/cloudflare_resources/ddos_protection.py
infradsl/providers/cloudflare_resources/dns.py
infradsl/providers/cloudflare_resources/firewall.py
infradsl/providers/cloudflare_resources/kv_storage.py
infradsl/providers/cloudflare_resources/pages.py
infradsl/providers/cloudflare_resources/r2_storage.py
infradsl/providers/cloudflare_resources/ssl.py
infradsl/providers/cloudflare_resources/workers.py
infradsl/providers/digitalocean_managers/__init__.py
infradsl/providers/digitalocean_managers/container_registry.py
infradsl/providers/digitalocean_managers/database_manager.py
infradsl/providers/digitalocean_managers/do_client.py
infradsl/providers/digitalocean_managers/droplet_manager.py
infradsl/providers/digitalocean_managers/firewall_manager.py
infradsl/providers/digitalocean_managers/function_resource.py
infradsl/providers/digitalocean_managers/functions_manager.py
infradsl/providers/digitalocean_managers/infrastructure_planner.py
infradsl/providers/digitalocean_managers/kubernetes_cluster.py
infradsl/providers/digitalocean_managers/load_balancer_manager.py
infradsl/providers/digitalocean_managers/monitoring_manager.py
infradsl/providers/digitalocean_managers/resource_discovery.py
infradsl/providers/digitalocean_managers/service_manager.py
infradsl/providers/digitalocean_managers/spaces_manager.py
infradsl/providers/digitalocean_managers/standalone_firewall.py
infradsl/providers/digitalocean_managers/standalone_load_balancer.py
infradsl/providers/digitalocean_managers/status_reporter.py
infradsl/providers/digitalocean_managers/vpc_manager.py
infradsl/providers/digitalocean_resources/__init__.py
infradsl/providers/digitalocean_resources/base_resource.py
infradsl/providers/digitalocean_resources/database.py
infradsl/providers/digitalocean_resources/database_configuration.py
infradsl/providers/digitalocean_resources/database_core.py
infradsl/providers/digitalocean_resources/database_lifecycle.py
infradsl/providers/digitalocean_resources/database_new.py
infradsl/providers/digitalocean_resources/function.py
infradsl/providers/digitalocean_resources/load_balancer_new.py
infradsl/providers/digitalocean_resources/monitoring.py
infradsl/providers/digitalocean_resources/spaces_cdn.py
infradsl/providers/digitalocean_resources/vpc.py
infradsl/providers/googlecloud_managers/__init__.py
infradsl/providers/googlecloud_managers/artifact_registry_manager.py
infradsl/providers/googlecloud_managers/cloud_run_manager.py
infradsl/providers/googlecloud_managers/firewall_manager.py
infradsl/providers/googlecloud_managers/gcp_client.py
infradsl/providers/googlecloud_managers/gke_manager.py
infradsl/providers/googlecloud_managers/health_check_manager.py
infradsl/providers/googlecloud_managers/load_balancer_manager.py
infradsl/providers/googlecloud_managers/service_manager.py
infradsl/providers/googlecloud_managers/status_reporter.py
infradsl/providers/googlecloud_managers/vm_manager.py
infradsl/providers/googlecloud_managers/analytics/__init__.py
infradsl/providers/googlecloud_managers/analytics/bigquery_manager.py
infradsl/providers/googlecloud_managers/compute/__init__.py
infradsl/providers/googlecloud_managers/compute/cloud_functions_manager.py
infradsl/providers/googlecloud_managers/database/__init__.py
infradsl/providers/googlecloud_managers/database/cloudsql_manager.py
infradsl/providers/googlecloud_managers/load_balancer/__init__.py
infradsl/providers/googlecloud_managers/load_balancer/backend_services.py
infradsl/providers/googlecloud_managers/load_balancer/config.py
infradsl/providers/googlecloud_managers/load_balancer/error_handler.py
infradsl/providers/googlecloud_managers/load_balancer/forwarding_rules.py
infradsl/providers/googlecloud_managers/load_balancer/help_system.py
infradsl/providers/googlecloud_managers/load_balancer/instance_groups.py
infradsl/providers/googlecloud_managers/load_balancer/manager.py
infradsl/providers/googlecloud_managers/load_balancer/operations.py
infradsl/providers/googlecloud_managers/load_balancer/target_proxies.py
infradsl/providers/googlecloud_managers/load_balancer/url_maps.py
infradsl/providers/googlecloud_managers/load_balancer/validator.py
infradsl/providers/googlecloud_managers/storage/__init__.py
infradsl/providers/googlecloud_managers/storage/bucket_manager.py
infradsl/providers/googlecloud_resources/__init__.py
infradsl/providers/googlecloud_resources/auth_service.py
infradsl/providers/googlecloud_resources/base_resource.py
infradsl/providers/googlecloud_resources/examples.py
infradsl/providers/googlecloud_resources/vm_original_backup.py
infradsl/providers/googlecloud_resources/vm_refactored.py
infradsl/providers/googlecloud_resources/cicd/cloud_build_configuration.py
infradsl/providers/googlecloud_resources/cicd/cloud_build_core.py
infradsl/providers/googlecloud_resources/cicd/cloud_build_lifecycle.py
infradsl/providers/googlecloud_resources/cicd/cloud_build_new.py
infradsl/providers/googlecloud_resources/compute/__init__.py
infradsl/providers/googlecloud_resources/compute/app_engine_configuration.py
infradsl/providers/googlecloud_resources/compute/app_engine_core.py
infradsl/providers/googlecloud_resources/compute/app_engine_lifecycle.py
infradsl/providers/googlecloud_resources/compute/app_engine_new.py
infradsl/providers/googlecloud_resources/compute/cloud_functions.py
infradsl/providers/googlecloud_resources/compute/cloud_functions_configuration.py
infradsl/providers/googlecloud_resources/compute/cloud_functions_core.py
infradsl/providers/googlecloud_resources/compute/cloud_functions_discovery.py
infradsl/providers/googlecloud_resources/compute/cloud_functions_lifecycle.py
infradsl/providers/googlecloud_resources/compute/cloud_functions_new.py
infradsl/providers/googlecloud_resources/compute/cloud_run.py
infradsl/providers/googlecloud_resources/compute/cloud_run_configuration.py
infradsl/providers/googlecloud_resources/compute/cloud_run_core.py
infradsl/providers/googlecloud_resources/compute/cloud_run_lifecycle.py
infradsl/providers/googlecloud_resources/compute/cloud_run_new.py
infradsl/providers/googlecloud_resources/compute/gke.py
infradsl/providers/googlecloud_resources/compute/gke_configuration.py
infradsl/providers/googlecloud_resources/compute/gke_core.py
infradsl/providers/googlecloud_resources/compute/gke_lifecycle.py
infradsl/providers/googlecloud_resources/compute/gke_new.py
infradsl/providers/googlecloud_resources/compute/vm.py
infradsl/providers/googlecloud_resources/compute/vm_configuration.py
infradsl/providers/googlecloud_resources/compute/vm_core.py
infradsl/providers/googlecloud_resources/compute/vm_group.py
infradsl/providers/googlecloud_resources/compute/vm_lifecycle.py
infradsl/providers/googlecloud_resources/compute/vm_new.py
infradsl/providers/googlecloud_resources/data/__init__.py
infradsl/providers/googlecloud_resources/data/bigquery_configuration.py
infradsl/providers/googlecloud_resources/data/bigquery_core.py
infradsl/providers/googlecloud_resources/data/bigquery_lifecycle.py
infradsl/providers/googlecloud_resources/data/bigquery_new.py
infradsl/providers/googlecloud_resources/firebase/__init__.py
infradsl/providers/googlecloud_resources/firebase/auth.py
infradsl/providers/googlecloud_resources/firebase/firebase_auth_configuration.py
infradsl/providers/googlecloud_resources/firebase/firebase_auth_core.py
infradsl/providers/googlecloud_resources/firebase/firebase_auth_lifecycle.py
infradsl/providers/googlecloud_resources/firebase/firebase_auth_new.py
infradsl/providers/googlecloud_resources/firebase/firebase_functions_configuration.py
infradsl/providers/googlecloud_resources/firebase/firebase_functions_core.py
infradsl/providers/googlecloud_resources/firebase/firebase_functions_lifecycle.py
infradsl/providers/googlecloud_resources/firebase/firebase_functions_new.py
infradsl/providers/googlecloud_resources/firebase/firebase_hosting_configuration.py
infradsl/providers/googlecloud_resources/firebase/firebase_hosting_core.py
infradsl/providers/googlecloud_resources/firebase/firebase_hosting_lifecycle.py
infradsl/providers/googlecloud_resources/firebase/firebase_hosting_new.py
infradsl/providers/googlecloud_resources/firebase/firebase_storage_configuration.py
infradsl/providers/googlecloud_resources/firebase/firebase_storage_core.py
infradsl/providers/googlecloud_resources/firebase/firebase_storage_lifecycle.py
infradsl/providers/googlecloud_resources/firebase/firebase_storage_new.py
infradsl/providers/googlecloud_resources/firebase/firestore.py
infradsl/providers/googlecloud_resources/firebase/firestore_configuration.py
infradsl/providers/googlecloud_resources/firebase/firestore_core.py
infradsl/providers/googlecloud_resources/firebase/firestore_lifecycle.py
infradsl/providers/googlecloud_resources/firebase/firestore_new.py
infradsl/providers/googlecloud_resources/firebase/functions.py
infradsl/providers/googlecloud_resources/firebase/hosting.py
infradsl/providers/googlecloud_resources/firebase/storage.py
infradsl/providers/googlecloud_resources/mixins/__init__.py
infradsl/providers/googlecloud_resources/mixins/drift_management_mixin.py
infradsl/providers/googlecloud_resources/mixins/firewall_management_mixin.py
infradsl/providers/googlecloud_resources/mixins/load_balancer_management_mixin.py
infradsl/providers/googlecloud_resources/mixins/networking_intelligence_mixin.py
infradsl/providers/googlecloud_resources/mixins/predictive_intelligence_mixin.py
infradsl/providers/googlecloud_resources/monitoring/monitoring_configuration.py
infradsl/providers/googlecloud_resources/monitoring/monitoring_core.py
infradsl/providers/googlecloud_resources/monitoring/monitoring_lifecycle.py
infradsl/providers/googlecloud_resources/monitoring/monitoring_new.py
infradsl/providers/googlecloud_resources/networking/__init__.py
infradsl/providers/googlecloud_resources/networking/api_gateway.py
infradsl/providers/googlecloud_resources/networking/api_gateway_configuration.py
infradsl/providers/googlecloud_resources/networking/api_gateway_core.py
infradsl/providers/googlecloud_resources/networking/api_gateway_lifecycle.py
infradsl/providers/googlecloud_resources/networking/api_gateway_new.py
infradsl/providers/googlecloud_resources/networking/certificate_manager.py
infradsl/providers/googlecloud_resources/networking/certificate_manager_configuration.py
infradsl/providers/googlecloud_resources/networking/certificate_manager_core.py
infradsl/providers/googlecloud_resources/networking/certificate_manager_lifecycle.py
infradsl/providers/googlecloud_resources/networking/certificate_manager_new.py
infradsl/providers/googlecloud_resources/networking/cloud_cdn_configuration.py
infradsl/providers/googlecloud_resources/networking/cloud_cdn_core.py
infradsl/providers/googlecloud_resources/networking/cloud_cdn_lifecycle.py
infradsl/providers/googlecloud_resources/networking/cloud_cdn_new.py
infradsl/providers/googlecloud_resources/networking/dns.py
infradsl/providers/googlecloud_resources/networking/dns_configuration.py
infradsl/providers/googlecloud_resources/networking/dns_core.py
infradsl/providers/googlecloud_resources/networking/dns_lifecycle.py
infradsl/providers/googlecloud_resources/networking/dns_new.py
infradsl/providers/googlecloud_resources/networking/load_balancer.py
infradsl/providers/googlecloud_resources/networking/load_balancer_configuration.py
infradsl/providers/googlecloud_resources/networking/load_balancer_core.py
infradsl/providers/googlecloud_resources/networking/load_balancer_lifecycle.py
infradsl/providers/googlecloud_resources/networking/load_balancer_new.py
infradsl/providers/googlecloud_resources/networking/pubsub.py
infradsl/providers/googlecloud_resources/networking/pubsub_configuration.py
infradsl/providers/googlecloud_resources/networking/pubsub_core.py
infradsl/providers/googlecloud_resources/networking/pubsub_lifecycle.py
infradsl/providers/googlecloud_resources/networking/pubsub_new.py
infradsl/providers/googlecloud_resources/networking/vpc_configuration.py
infradsl/providers/googlecloud_resources/networking/vpc_core.py
infradsl/providers/googlecloud_resources/networking/vpc_lifecycle.py
infradsl/providers/googlecloud_resources/networking/vpc_new.py
infradsl/providers/googlecloud_resources/security/__init__.py
infradsl/providers/googlecloud_resources/security/iam_configuration.py
infradsl/providers/googlecloud_resources/security/iam_core.py
infradsl/providers/googlecloud_resources/security/iam_lifecycle.py
infradsl/providers/googlecloud_resources/security/iam_new.py
infradsl/providers/googlecloud_resources/security/secret_manager.py
infradsl/providers/googlecloud_resources/security/secret_manager_configuration.py
infradsl/providers/googlecloud_resources/security/secret_manager_core.py
infradsl/providers/googlecloud_resources/security/secret_manager_lifecycle.py
infradsl/providers/googlecloud_resources/security/secret_manager_new.py
infradsl/providers/googlecloud_resources/storage/__init__.py
infradsl/providers/googlecloud_resources/storage/bigquery.py
infradsl/providers/googlecloud_resources/storage/cloud_spanner_configuration.py
infradsl/providers/googlecloud_resources/storage/cloud_spanner_core.py
infradsl/providers/googlecloud_resources/storage/cloud_spanner_lifecycle.py
infradsl/providers/googlecloud_resources/storage/cloud_spanner_new.py
infradsl/providers/googlecloud_resources/storage/cloudsql.py
infradsl/providers/googlecloud_resources/storage/cloudsql_configuration.py
infradsl/providers/googlecloud_resources/storage/cloudsql_core.py
infradsl/providers/googlecloud_resources/storage/cloudsql_lifecycle.py
infradsl/providers/googlecloud_resources/storage/cloudsql_new.py
infradsl/providers/googlecloud_resources/storage/memorystore.py
infradsl/providers/googlecloud_resources/storage/memorystore_configuration.py
infradsl/providers/googlecloud_resources/storage/memorystore_core.py
infradsl/providers/googlecloud_resources/storage/memorystore_lifecycle.py
infradsl/providers/googlecloud_resources/storage/memorystore_new.py
infradsl/providers/googlecloud_resources/storage/persistent_disk_configuration.py
infradsl/providers/googlecloud_resources/storage/persistent_disk_core.py
infradsl/providers/googlecloud_resources/storage/persistent_disk_lifecycle.py
infradsl/providers/googlecloud_resources/storage/persistent_disk_new.py
infradsl/providers/googlecloud_resources/storage/storage.py
infradsl/providers/googlecloud_resources/storage/storage_configuration.py
infradsl/providers/googlecloud_resources/storage/storage_core.py
infradsl/providers/googlecloud_resources/storage/storage_discovery.py
infradsl/providers/googlecloud_resources/storage/storage_lifecycle.py
infradsl/providers/googlecloud_resources/storage/storage_new.py
infradsl/registry/__init__.py
infradsl/registry/build_push.py
infradsl/templates/__init__.py
infradsl/templates/nginx/__init__.py
infradsl/tests/test_brownfield_discovery.py
production-gcp/main.py
production-gcp/examples/serverless.py
production-gcp/examples/simple_web.py
providers/aws_resources/api_gateway/__init__.py
providers/digitalocean_resources/__init__.py
providers/digitalocean_resources/auth_service.py
providers/digitalocean_resources/base_resource.py
providers/digitalocean_resources/function.py
staging-aws/main.py
staging-aws/examples/full_stack.py
staging-aws/examples/simple_web.py
test-aws/main.py
test-aws/examples/full_stack.py
test-aws/examples/simple_web.py