snyk / driftctl

Detect, track and alert on infrastructure drift
Apache License 2.0
2.47k stars 159 forks source link

False missing resources notification for security group rule #1342

Closed rirze closed 2 years ago

rirze commented 2 years ago

Description

I'm running a driftctl scan against my environment, specifically on security groups and their rules. I am getting a Found missing resource notification on a resource that exists in my environment. Running terraform apply also returns no changes, meaning Terraform doesn't think it needs to create any new resources (which it would do if it exists in the state but not in live).

Environment

How to reproduce

Not sure.

Possible Solution

Let me know what other logs I can provide.

Additional context

The message that appears in the text report:

Found missing resources:
  From tfstate://terraform.tfstate
    - sgrule-1372984135 (aws_security_group_rule.cygnus-etl-controller-mssql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress)
        Destination: sg-0ed9fa362128eb7c7, Ports: 1433, Protocol: tcp, SecurityGroup: sg-0621bfdecef0ea37e, Type: egress

The relevant part of the state:

{
      "mode": "managed",
      "type": "aws_security_group_rule",
      "name": "cygnus-etl-controller-mysql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress",
      "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
      "instances": [
        {
          "schema_version": 2,
          "attributes": {
            "cidr_blocks": [],
            "description": "MSSQL Cygnus Frontier",
            "from_port": 1433,
            "id": "sgrule-1372984135",
            "ipv6_cidr_blocks": [],
            "prefix_list_ids": [],
            "protocol": "tcp",
            "security_group_id": "sg-0621bfdecef0ea37e",
            "self": false,
            "source_security_group_id": "sg-0ed9fa362128eb7c7",
            "to_port": 1433,
            "type": "egress"
          },
          "sensitive_attributes": [],
          "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
          "dependencies": [
            "aws_security_group.cygnus-etl-controller",
            "aws_security_group.rds-cygfrt-mssql",
            "data.aws_vpc.app"
          ]
        }
      ]
    },

I have about 200 other rules that are detected correctly. I'd like to understand how can I make sure this one rule is recognized properly by driftctl.

wbeuil commented 2 years ago

@rirze can you try running driftctl with LOG_LEVEL=debug please?

I'd like to see specifically if in the logs we can see where it is listed/removed from the list of resources.

rirze commented 2 years ago

Here's the log:

DEBU[0000] Build info isRelease=true isUsageReportingEnabled=true version=v0.19.0
DEBU[0000] Bound environment variable to flag env=tf_provider_version flag=tf-provider-version value=3.74.0
DEBU[0000] New provider library created
DEBU[0000] Found existing provider path=<my home dir>/.driftctl/plugins/darwin_amd64/terraform-provider-aws_v3.74.0_x5
DEBU[0000] Starting gRPC client alias=us-gov-west-1
DEBU[0002] New gRPC client started alias=us-gov-west-1
DEBU[0002] Terraform provider initialized alias=us-gov-west-1 name=aws
DEBU[0002] Checking for driftignore
DEBU[0002] Found IAC supplier backend= path=terraform.tfstate supplier=tfstate
INFO[0002] Start reading IaC
DEBU[0002] Enumerated keys keys=[terraform.tfstate]
DEBU[0002] Reading resources from state backend= path=terraform.tfstate
DEBU[0002] Found module in state module= resourceCount=237
DEBU[0002] Ignored resource from state since it is ignored in filter name=bastion type=aws_instance
DEBU[0002] Ignored resource from state since it is ignored in filter name=ma type=aws_vpc
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=terminal-server type=aws_security_group
DEBU[0002] Ignored unsupported resource from state name=s3 type=aws_prefix_list
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=rds-mysql type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=workspaces-developer type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=app-bastion-linux type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=amqp-brokr type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=ec2-codir type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=workspaces-elevated-ad-connector type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=ec2-alloc type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=docker-swarm type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=workspaces-elevated type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=repo type=aws_security_group
DEBU[0002] Skipping state entry as it is not a managed resource mode=DataResourceMode name=workspaces-developer-ad-connector type=aws_security_group
DEBU[0002] Ignored resource from state since it is ignored in filter name=app type=aws_vpc
INFO[0002] Start scanning cloud provider
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket_inventory
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket_notification
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket_metric
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_s3_bucket_analytics_configuration
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_ebs_volume
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_ebs_snapshot
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_eip
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_ami
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_key_pair
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_eip_association
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_instance
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_internet_gateway
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_vpc
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_default_vpc
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route_table
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_default_route_table
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route_table_association
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_subnet
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_default_subnet
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_nat_gateway
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_network_acl
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_network_acl_rule
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_default_network_acl
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_kms_key
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_kms_alias
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route53_health_check
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route53_zone
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_route53_record
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_cloudfront_distribution
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_db_instance
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_db_subnet_group
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_sqs_queue
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_sqs_queue_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_sns_topic
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_sns_topic_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_sns_topic_subscription
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_dynamodb_table
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_lambda_function
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_lambda_event_source_mapping
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_user
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_user_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_role
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_access_key
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_role_policy_attachment
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_role_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_iam_user_policy_attachment
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_ecr_repository
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_rds_cluster
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_cloudformation_stack
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_rest_api
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_account
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_api_key
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_authorizer
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_stage
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_resource
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_domain_name
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_vpc_link
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_request_validator
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_rest_api_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_base_path_mapping
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_method
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_model
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_method_response
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_gateway_response
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_method_settings
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_integration
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_api_gateway_integration_response
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_api
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_route
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_deployment
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_vpc_link
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_authorizer
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_integration
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_model
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_stage
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_route_response
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_api_mapping
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_domain_name
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_apigatewayv2_integration_response
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_appautoscaling_target
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_appautoscaling_policy
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_appautoscaling_scheduled_action
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_launch_template
DEBU[0002] Ignored enumeration of resources since it is ignored in filter type=aws_launch_configuration
DEBU[0002] Found cloud resource id=sg-a6a405c0 type=aws_default_security_group
DEBU[0002] Found cloud resource id=sg-affd5cc9 type=aws_default_security_group
DEBU[0002] Found cloud resource id=sg-f5cd6c93 type=aws_default_security_group
DEBU[0002] Found cloud resource id=sgrule-3855634273 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2668728204 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3697614727 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-390130392 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-648605765 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2162162673 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4248916780 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2273350593 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3304326090 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-115825309 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-923746304 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2440580020 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4234023191 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-823096793 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-165470664 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3181678010 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-24720908 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4091780553 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1869462831 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2594871068 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4227183162 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3723443902 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3274267469 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3691862091 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2498484682 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3975945783 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1993843301 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2499243778 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2968835981 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2062531270 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4102568096 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2050459118 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-131765922 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3318533312 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-241109066 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2743416141 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-552846194 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1374422285 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2809718902 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2526081771 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-820509023 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-503469610 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3382598829 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3016392113 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3609199192 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1919924237 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2149105341 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1034813399 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-916320644 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-121406503 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2531585478 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2807389086 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-859312023 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3641643094 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-497536356 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3130990959 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1484012291 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4181767900 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2206299697 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3237340730 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4243709882 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4265197052 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4292132231 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1807346062 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3720691572 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1929881525 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4283945380 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1673701991 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1279600121 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2229982783 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3017165095 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-114450614 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3784476456 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3324083858 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1626575606 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1697180083 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-492528783 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1179417996 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-0006ac959cfa440a6 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-006d22004841e75fc type=aws_security_group
DEBU[0002] Found cloud resource id=sg-01095c8ff657eee69 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0131af8a44a7223a3 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-014f314a2d5317e58 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-019390999dca59781 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-022bf268547c1acf6 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0267955c638b5e5c5 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0273f0d59b97e9b5b type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02825bdbdb0ef3be8 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02baa7fb140de51c5 type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-2273118520 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3564828480 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-461530432 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-249175672 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3659423602 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3939825680 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-879816546 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1902079861 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4104159194 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-02c34bdd527bdbce0 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02cfb144f008d1538 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02d21da4fece65f39 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02d816ae1bc2c260f type=aws_security_group
DEBU[0002] Found cloud resource id=sg-02ded8260b660bd2c type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-1619150260 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3535720261 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-582729141 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2866947394 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-831288508 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-031b93e743a50f700 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-03320a5c4131f1f2c type=aws_security_group
DEBU[0002] Found cloud resource id=sg-03a856a09147d9965 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-04693b6f20cca5014 type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-631429156 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4263095580 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2643041317 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-984707118 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2137163337 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-0479e774fc5d51052 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-04802cf23c94187b4 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-04a6d4e1331781cf5 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-04ad7c8f1890608da type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-466868082 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2180873163 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1514540787 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-970342346 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2666451905 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-0514f00293ed0e072 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0567f261b36132142 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0612cc4f0f72f4caa type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0621bfdecef0ea37e type=aws_security_group
DEBU[0002] Found cloud resource id=sg-064e03d0fd5f783fd type=aws_security_group
DEBU[0002] Found cloud resource id=sg-06a7294325b0b16d9 type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-3678217638 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3213653149 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1147988543 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-06c0486171e296d12 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-06d987675e7c2dcce type=aws_security_group
DEBU[0002] Found cloud resource id=sg-08b7344a074684060 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-08bca65e53cc2e51b type=aws_security_group
DEBU[0002] Found cloud resource id=sg-08cc483c102005edf type=aws_security_group
DEBU[0002] Found cloud resource id=sg-08e668ab905f30e8f type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-1081948253 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-123717641 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-429575643 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1210023231 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-08edd4f927fd7030c type=aws_security_group
DEBU[0002] Found cloud resource id=sg-08f6c4d63659c6bce type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-3329818457 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3464221389 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2918072754 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2687900037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2949717102 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-840525933 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-161880026 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2068303193 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3346588527 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2201512195 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3000005534 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-346519594 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3265660452 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2331929582 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3138810227 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-492927687 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1537044266 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1168246339 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2455607332 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-090e2346ac504551f type=aws_security_group
DEBU[0002] Found cloud resource id=sg-092ed6034cefeb6d0 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-09358b567a018e13b type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-1870617351 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3518053335 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3390433730 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1584971211 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2876308282 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3892603697 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2214056102 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4018796804 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1272339179 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2795869222 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3552053656 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sg-098fb4dbe9280397e type=aws_security_group
DEBU[0002] Found cloud resource id=sg-099aba7d50905c03d type=aws_security_group
DEBU[0002] Found cloud resource id=sg-099bb59bd434e6c3c type=aws_security_group
DEBU[0002] Found cloud resource id=sg-09d8ecc39c1fe3394 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0a6da005c6c51ecd6 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0b7232677460419d7 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0b826c09215e70f4b type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0ba2129eaf5db9434 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0badc5c6fc97e29c6 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0bbcfe868433d295b type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0be9b319d0ad956eb type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0c7beca23400cad2c type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0cca79a3307d30d86 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0d0d12c1c2d97e6fa type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0d70b2cea2517d29c type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0d77df4bd2a457ec9 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0e0d0d272ec538557 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0e14b77a7dbe7ca4d type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0ed9fa362128eb7c7 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0fb698bec3c4f27a5 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0ff220624c6a5d400 type=aws_security_group
DEBU[0002] Found cloud resource id=sg-0ffb7eae379380a78 type=aws_security_group
DEBU[0002] Found cloud resource id=sgrule-3387339743 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2824330716 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1654383527 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3789924580 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-61461565 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-496418132 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4261300167 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3194888627 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3257562058 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-201883187 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2895972626 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2263581331 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2946477247 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2980103638 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2687308613 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2600385967 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3860187449 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2786638835 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1313163979 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1202194235 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3184759894 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4245464392 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1307855228 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3923895932 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-799617097 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-496776603 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4288552450 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1319252974 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-28011098 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1993652816 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2817947602 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3116965563 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1503781928 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1885915910 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2770622909 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3927632164 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2309942670 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3671965217 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2508195387 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-169214849 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-984061269 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3051310041 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4075441360 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-794250987 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-312774254 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3028086497 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3034829983 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-829117760 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2730524438 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2152388132 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-641588624 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-44872952 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1449492279 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1906361485 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-906344003 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2423438839 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1974117401 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1729910138 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-357887923 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-702098149 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-698128555 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3796558785 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1318236892 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-824858714 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4133916957 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3823683316 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1404089209 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1787710766 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4141251469 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1582822872 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-648930312 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3781555873 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3186296333 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4179928328 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1965440283 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3908148505 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2725412975 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-960254116 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4149870186 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3678365122 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4278171604 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3352629642 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3259722288 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2788316477 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-843156037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-569788626 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3713838800 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3445106261 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1736953086 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2968880135 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3606043147 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1010368473 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1267038371 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4016980955 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1628029373 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-303583985 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3579931594 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2675831137 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3768123712 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3278333446 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-545828962 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4199399512 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2909599286 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2287956019 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2831236968 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4247101637 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1532144497 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1265287330 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3978152726 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3791638953 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3267424594 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1879216952 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3692560517 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1083013958 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4084423859 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2812610334 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3466436041 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3118733820 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-126540571 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2322276637 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-468951225 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-505994236 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2725060037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1028411331 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-298555343 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4147455585 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2763267082 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2557247631 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1286128005 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-214737955 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-390020675 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1024798970 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-314057705 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4130659139 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4059111012 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2643313919 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1012186037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2634899582 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-653736188 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-648461818 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2732947357 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2255582391 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3808801837 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1208591010 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3226593605 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1312189219 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-521328525 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2402023143 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4274951283 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1890129429 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-298837390 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-855139982 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3705427796 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2251787757 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2039574989 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1096405456 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-606933322 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3042773606 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2904308723 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4255722953 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1359886687 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1444694202 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1303943855 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3654667942 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-752715863 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1873352796 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3597097202 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2482531872 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-73891593 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1372984135 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-417998717 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2051152326 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2366666649 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2700056760 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1955688724 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-142053075 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2581266854 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3013322333 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-798089612 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2030087492 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3842697877 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2429488310 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1184296875 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3222561317 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3386238417 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1581970680 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1033552322 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3913863134 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2525557415 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2808145978 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-18342798 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3004442053 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-790520340 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2039426780 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3850725645 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2589063802 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1598084949 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-366935816 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2386660092 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-311623601 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3938016350 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2793973639 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1538182027 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1995489245 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2695453888 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-640405838 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3461651311 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3819664462 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-956757296 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2279176417 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2563190498 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2774139050 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3233973851 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1085566732 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2120751721 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1790553567 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2532150289 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-275710367 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2750705254 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1221436619 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-405020694 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1781243280 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1812452443 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-828692402 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2566119011 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4275942468 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3265060651 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-567624780 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3626472088 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2538383857 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1782455077 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1037576542 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1213543751 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1638780890 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-465147837 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2343485172 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-542095139 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2883147414 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2733968806 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1535777021 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-75630098 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1667624589 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3364153178 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1125254895 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3297526486 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3262658425 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2785085556 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3591915727 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3909290465 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1886339963 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3256611959 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1778056608 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3798735893 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3696728048 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3700567583 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-339653265 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1906717792 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-822415359 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3741125692 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2540831819 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1023655186 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3534626295 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2035225632 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4074370453 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-457769492 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1626604943 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1221165295 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-228905933 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3684348437 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-811869424 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-516335092 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3389187326 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3496885458 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-967792608 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1889467960 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-916462837 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1078857142 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3003259589 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2302576977 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3393853786 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1175040744 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2083856764 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3041240475 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2907534357 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1620980448 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-445464188 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3589356353 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3367512902 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1536604455 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3894830109 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2696723461 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3105529007 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-803112918 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4072143770 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-930946761 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-481289899 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2934515938 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2148732337 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2134537684 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1927425507 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2311170466 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3999109436 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-800498198 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1625224635 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4012624340 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2395615447 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1897998774 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1330961214 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2721966610 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-409757659 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2179192130 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2713257392 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4282821584 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-940242386 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-598616007 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3083039694 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1120613695 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-29336884 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-287864697 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-553743265 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3203624296 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1343494037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4287299981 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-119527263 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1682753084 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-651576494 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1483961928 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2291945311 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2840976558 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3442238636 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3345432076 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3646445413 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-676701542 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2209655985 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-136465668 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3548358157 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1467840053 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1963503033 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3231642911 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1803549896 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3773373821 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1766223361 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3465501105 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2868274876 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3606865123 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1360823466 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1626644023 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3330512259 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2133939489 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1257771635 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3645267605 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3515089782 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1024099220 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2012416194 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1642131429 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3389122098 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1100416903 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3012908123 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4095646756 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-163269508 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-944984345 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2653182637 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-356849023 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3496296663 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3710660638 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3098851055 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1850823863 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1039294775 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2010386898 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2609212035 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-823078926 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3661036195 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-838128602 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1901397605 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3669233586 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1361243655 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3292357907 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1144541328 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4260701473 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2388666594 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2317666004 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1742473285 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1176468166 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2068901482 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4013800035 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-810733029 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2891483700 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2231140564 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2673365697 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-188024520 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4265427001 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3175731250 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2595947399 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2223270638 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3323906103 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1112125008 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1656933193 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1248793199 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3412894062 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4203002867 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1559474247 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4114730736 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3950946201 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-560077408 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2771745799 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2243827998 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2391818849 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1433802647 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1688079626 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3270051518 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3354906924 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4109849580 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1384142936 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1119368075 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3838785599 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4162708353 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-830724390 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2774234672 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2407881709 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2842565972 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2485225976 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4114914048 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3056601867 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-263305310 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3696310120 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2009697496 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4188933822 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1119167489 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3213616420 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-657950579 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2528945170 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-697047667 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1977305479 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4204510247 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1063997734 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1266608168 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4098774601 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2820212157 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-660205597 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3802733852 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-705094687 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-353049608 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1808072336 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1088791246 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4292156591 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2743226203 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-750959355 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3912390650 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2725629362 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-491090899 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1091706919 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3461535111 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-195180678 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-895988771 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3165268547 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3261450459 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1327084286 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1946231374 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2614880098 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-364668164 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4201029672 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1262734180 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3307489538 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2319693037 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1238123068 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1597069504 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3213443780 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-113954008 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2574828113 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4228645579 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3212350144 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3811793915 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1648914606 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-664504009 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2158193346 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3072709922 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1635530303 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3892231089 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3913262998 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2124461759 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-493912965 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3382873497 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1689220145 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1826140888 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1890909961 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-39436837 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2310035412 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3059985520 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1464714795 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1988384218 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3637403179 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3727720346 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-298019312 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4178038234 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2642310616 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3669198010 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2691843159 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1043740210 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3209502055 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3240027706 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3785461548 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4076142125 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-649176698 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1220178515 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4065790457 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-893845337 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3139534143 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1939339147 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-569499853 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-55520207 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3620230244 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3904079707 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1213658412 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2410768181 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1233848603 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2312619268 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4123425751 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2672724145 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-661052574 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1743656964 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1252984437 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2705739318 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3286014083 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1613073145 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1713154945 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2853927389 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2329980089 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2009514165 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1957412420 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4207688738 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3683242340 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3868981968 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3276262671 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2591884567 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-198281826 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3708084261 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-290975705 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3339586756 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1099727178 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1340703399 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-521862237 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-853873532 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3897070082 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1452744659 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3861809168 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2760395210 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2506117975 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-857168099 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-680931287 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-917063358 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-14755364 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3052255469 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1091690992 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1996869875 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2276442071 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-857380601 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-49450084 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2760214480 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-73202468 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3030859521 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2936270100 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-997112093 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3462856684 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2366795751 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2504937540 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2158259675 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-247721917 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-195707693 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-720076553 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2094791866 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-270308461 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-1501130274 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3609128004 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2658866699 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2313241124 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-126271554 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2316909627 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-2445143598 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-4040752342 type=aws_security_group_rule
DEBU[0002] Found cloud resource id=sgrule-3014421725 type=aws_security_group_rule
DEBU[0002] Ready to run middlewares
DEBU[0002] Starting middleware middleware=middlewares.Route53RecordIDReconcilier
DEBU[0002] Starting middleware middleware=middlewares.Route53DefaultZoneRecordSanitizer
DEBU[0002] Starting middleware middleware=middlewares.S3BucketAcl
DEBU[0002] Starting middleware middleware=middlewares.AwsInstanceBlockDeviceResourceMapper
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultSecurityGroupRule
DEBU[0002] Starting middleware middleware=middlewares.VPCDefaultSecurityGroupSanitizer
DEBU[0002] Ignoring default unmanaged security group id=sg-a6a405c0 type=aws_default_security_group
DEBU[0002] Ignoring default unmanaged security group id=sg-affd5cc9 type=aws_default_security_group
DEBU[0002] Ignoring default unmanaged security group id=sg-f5cd6c93 type=aws_default_security_group
DEBU[0002] Starting middleware middleware=middlewares.VPCSecurityGroupRuleSanitizer
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1688505929 newRuleId=sgrule-1885915910
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1688505929 newRuleId=sgrule-2770622909
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2848997780 newRuleId=sgrule-3194888627
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2848997780 newRuleId=sgrule-3257562058
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3376743818 newRuleId=sgrule-829117760
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3376743818 newRuleId=sgrule-2730524438
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3599266490 newRuleId=sgrule-984061269
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3599266490 newRuleId=sgrule-3051310041
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3492686760 newRuleId=sgrule-1202194235
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3492686760 newRuleId=sgrule-3184759894
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3952582019 newRuleId=sgrule-1318236892
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3952582019 newRuleId=sgrule-824858714
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-156030099 newRuleId=sgrule-312774254
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-156030099 newRuleId=sgrule-3028086497
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2400631887 newRuleId=sgrule-3552053656
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2400631887 newRuleId=sgrule-3387339743
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1364646945 newRuleId=sgrule-357887923
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1364646945 newRuleId=sgrule-702098149
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3897305133 newRuleId=sgrule-2600385967
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3897305133 newRuleId=sgrule-3860187449
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1787579263 newRuleId=sgrule-1449492279
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1787579263 newRuleId=sgrule-1906361485
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1214174070 newRuleId=sgrule-698128555
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1214174070 newRuleId=sgrule-3796558785
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3447447685 newRuleId=sgrule-1654383527
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3447447685 newRuleId=sgrule-3789924580
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-370373060 newRuleId=sgrule-4075441360
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-370373060 newRuleId=sgrule-794250987
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1349674513 newRuleId=sgrule-2152388132
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-1349674513 newRuleId=sgrule-641588624
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-492495989 newRuleId=sgrule-2309942670
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-492495989 newRuleId=sgrule-3671965217
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-995160 newRuleId=sgrule-2895972626
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-995160 newRuleId=sgrule-2263581331
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3324969698 newRuleId=sgrule-906344003
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-3324969698 newRuleId=sgrule-2423438839
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2860882534 newRuleId=sgrule-1974117401
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-2860882534 newRuleId=sgrule-1729910138
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-946568055 newRuleId=sgrule-1319252974
DEBU[0002] Splitting aws_security_group_rule formerRuleId=sgrule-946568055 newRuleId=sgrule-28011098
DEBU[0002] Starting middleware middleware=middlewares.IamPolicyAttachmentTransformer
DEBU[0002] Starting middleware middleware=middlewares.IamPolicyAttachmentExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsInstanceEIP
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultInternetGatewayRoute
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultInternetGateway
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultVPC
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultSubnet
DEBU[0002] Starting middleware middleware=middlewares.AwsRouteTableExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultRouteTable
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultRoute
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultNetworkACL
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultNetworkACLRule
DEBU[0002] Starting middleware middleware=middlewares.AwsNetworkACLExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsNatGatewayEipAssoc
DEBU[0002] Starting middleware middleware=middlewares.AwsBucketPolicyExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsSQSQueuePolicyExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultSQSQueuePolicy
DEBU[0002] Starting middleware middleware=middlewares.AwsSNSTopicPolicyExpander
DEBU[0002] Starting middleware middleware=*middlewares.AwsRoleManagedPolicyExpander
DEBU[0002] Starting middleware middleware=middlewares.TagsAllManager
DEBU[0002] Starting middleware middleware=middlewares.EipAssociationExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsRDSClusterInstanceExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsApiGatewayDeploymentExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsApiGatewayResourceExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsApiGatewayApiExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsApiGatewayRestApiPolicyExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsConsoleApiGatewayGatewayResponse
DEBU[0002] Starting middleware middleware=middlewares.AwsApiGatewayDomainNamesReconciler
DEBU[0002] Starting middleware middleware=*middlewares.GoogleIAMBindingTransformer
DEBU[0002] Starting middleware middleware=*middlewares.GoogleStorageBucketIAMPolicyTransformer
DEBU[0002] Starting middleware middleware=middlewares.AzurermRouteExpander
DEBU[0002] Starting middleware middleware=middlewares.AzurermSubnetExpander
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaults
DEBU[0002] Starting middleware middleware=*middlewares.GoogleLegacyBucketIAMMember
DEBU[0002] Starting middleware middleware=*middlewares.GoogleDefaultIAMMember
DEBU[0002] Starting middleware middleware=middlewares.AwsDefaultApiGatewayAccount
DEBU[0004] Closing providers
DEBU[0004] Closing provider key=aws
DEBU[0004] Closing gRPC client alias=us-gov-west-1
wbeuil commented 2 years ago

@rirze what's weird here is that we can see from the log that we found in your cloud provider this exact rule DEBU[0002] Found cloud resource id=sgrule-1372984135 type=aws_security_group_rule BUT I didn't find any line saying that we removed it from the list.

Can you try the JSON output to look for your resource in the managed resources list?

$ driftctl scan -o json://stdout # or json://<file>.json
rirze commented 2 years ago

Here's the full json output:

{
    "summary": {
        "total_resources": 783,
        "total_changed": 0,
        "total_unmanaged": 542,
        "total_missing": 1,
        "total_managed": 240
    },
    "managed": [
        {
            "id": "sgrule-799617097",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-netbt-name-from-core-services-137-to-137-udp-ingress"
            }
        },
        {
            "id": "sgrule-1119167489",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-rest-rabbitmq-from-amqp-brokr-5671-to-5671-tcp-egress"
            }
        },
        {
            "id": "sgrule-357887923",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-702098149",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-312774254",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3028086497",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-606933322",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-cygnus-eks-alb-from-workspaces-elevated-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1996869875",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-traffic-from-core-services-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-169214849",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-internal-0-to-0-all-egress"
            }
        },
        {
            "id": "sgrule-1514540787",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-aperture-portal-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3445106261",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion-ssh-from-cuckoo-server-22-to-22-tcp-egress"
            }
        },
        {
            "id": "sgrule-3669198010",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-https-from-terminal-server-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-195707693",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-static-rabbitmq-from-amqp-brokr-5671-to-5671-tcp-egress"
            }
        },
        {
            "id": "sgrule-2675831137",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-https-from-alb-proxy-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-2876308282",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql-mysql-from-workspaces-elevated-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-188024520",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql-mysql-from-cygnus-etl-controller-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3811793915",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-aperture-portal-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4228645579",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-workspaces-elevated-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2946477247",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ntp-from-core-services-123-to-123-udp-ingress"
            }
        },
        {
            "id": "sgrule-4076142125",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-service-from-metadefender-8008-to-8008-tcp-egress"
            }
        },
        {
            "id": "sgrule-3175731250",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql-mysql-from-workspaces-developer-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3212350144",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-workspaces-developer-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-311623601",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "terminal-server-mysql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress"
            }
        },
        {
            "id": "sgrule-3139534143",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-nginx-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-1010368473",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-traffic-from-aperture-nginx-18081-to-18081-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3209502055",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-https-from-aperture-portal-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3579931594",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-rabbitmq-from-amqp-brokr-5671-to-5671-tcp-egress"
            }
        },
        {
            "id": "sgrule-2366666649",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mysql-from-rds-cyg-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-3083039694",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql-mysql-from-cygnus-etl-controller-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-857380601",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-nb-users-direct-connect-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3552053656",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3387339743",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-657950579",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-rest-s3-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-2824330716",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ldap-from-core-services-389-to-389-udp-ingress"
            }
        },
        {
            "id": "sgrule-2594871068",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-adfs-sync-80-to-80-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2700056760",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mysql-from-rds-cygprep-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-2591884567",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "docker-swarm-nfs-from-efs-cygnus-2049-to-2049-tcp-egress"
            }
        },
        {
            "id": "sgrule-2180873163",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-aperture-nginx-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3654667942",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql-mysql-from-cygnus-etl-controller-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1648914606",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-aperture-rest-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3213653149",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-cygnus-currency-web-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2366795751",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql-mysql-from-workspaces-developer-1433-to-1433-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4013800035",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cate-nfs-from-cygnus-etl-controller-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1538182027",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "terminal-server-mysql-from-rds-cygfrt-psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sgrule-4065790457",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-nginx-traffic-from-aperture-portal-18081-to-18081-tcp-egress"
            }
        },
        {
            "id": "sgrule-1318236892",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-824858714",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1993652816",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ldaps-from-core-services-636-to-636-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4265427001",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql-mysql-from-workspaces-elevated-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1267038371",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-psql-from-rds_aperture_psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sgrule-2504937540",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-static-psql-from-rds_aperture_psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sgrule-3461651311",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "terminal-server-mysql-from-rds-cyg-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-2152388132",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-641588624",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1503781928",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-from-route53-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1220178515",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-nginx-aperture-alb-from-alb-aperture-8080-to-8080-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1120613695",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql-mysql-from-workspaces-elevated-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4275942468",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-traffic-from-inetsim-guest-0-to-65535-all-egress"
            }
        },
        {
            "id": "sgrule-752715863",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql-mysql-from-workspaces-elevated-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4075441360",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-794250987",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3691862091",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-adfs-sync-80-to-80-tcp-egress"
            }
        },
        {
            "id": "sgrule-1313163979",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-kerberos-from-core-services-88-to-88-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2968880135",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion-rdp-from-metadefender-3389-to-3389-tcp-egress"
            }
        },
        {
            "id": "sgrule-3678217638",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-aperture-rest-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-956757296",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "terminal-server-mysql-from-rds-cygfrt-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-649176698",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-nginx-traffic-from-orch-8080-to-8080-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3785461548",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-service-from-cuckoo-server-8090-to-8090-tcp-egress"
            }
        },
        {
            "id": "sgrule-2817947602",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-from-core-services-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3226593605",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-dns-from-eks-cluster-53-to-53-udp-egress"
            }
        },
        {
            "id": "sgrule-1597069504",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "metadefender-rdp-from-cuckoo-guest-3389-to-3389-tcp-egress"
            }
        },
        {
            "id": "sgrule-3462856684",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql-mysql-from-workspaces-elevated-1433-to-1433-tcp-ingress"
            }
        },
        {
            "id": "sgrule-29336884",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql-mysql-from-workspaces-developer-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1890129429",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-titaniumcore-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-1974117401",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1729910138",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-247721917",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-static-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-698128555",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3796558785",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4261300167",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-from-route53-53-to-53-udp-ingress"
            }
        },
        {
            "id": "sgrule-1238123068",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "metadefender-service-from-alb-proxy-8008-to-8008-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2687308613",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-file-services-from-core-services-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3265060651",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-service-from-cuckoo-guest-8000-to-8000-tcp-egress"
            }
        },
        {
            "id": "sgrule-1449492279",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1906361485",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2214056102",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-netbt-datagram-from-core-services-138-to-138-udp-ingress"
            }
        },
        {
            "id": "sgrule-2498484682",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-unet-adfs-xml-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-3292357907",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-aperture-traffic-from-orch-80-to-80-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2255582391",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-http-from-orch-8080-to-8080-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3030859521",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql-mysql-from-terminal-server-1433-to-1433-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2673365697",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql-mysql-from-docker-swarm-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1272339179",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-kerberos-password-change-from-core-services-464-to-464-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2968835981",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-guest-traffic-from-cuckoo-server-0-to-65535-all-egress"
            }
        },
        {
            "id": "sgrule-3768123712",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-s3-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-2980103638",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ntp-from-eks-cluster-123-to-123-udp-ingress"
            }
        },
        {
            "id": "sgrule-970342346",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-aperture-static-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2317666004",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "inetsim-guest-ssh-from-app-bastion-linux-22-to-22-tcp-ingress"
            }
        },
        {
            "id": "sgrule-829117760",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2730524438",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-298837390",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-titaniumcore-rabbitmq-from-amqp-brokr-5671-to-5671-tcp-egress"
            }
        },
        {
            "id": "sgrule-4188933822",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-rest-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-1584971211",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql-mysql-from-cygnus-etl-controller-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3518053335",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql-mysql-from-terminal-server-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3819664462",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "terminal-server-mysql-from-rds-cygprep-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-2309942670",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3671965217",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3892603697",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql-mysql-from-workspaces-developer-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2691843159",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-https-from-workspaces-elevated-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1955688724",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-amqp-ssl-from-amqp-brokr-5671-to-5671-tcp-egress"
            }
        },
        {
            "id": "sgrule-466868082",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-cygnus-currency-web-53-to-53-udp-ingress"
            }
        },
        {
            "id": "sgrule-1303943855",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql-mysql-from-docker-swarm-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3927632164",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-kerberos-from-core-services-88-to-88-udp-ingress"
            }
        },
        {
            "id": "sgrule-201883187",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ldap-from-core-services-389-to-389-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4227183162",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-all-doj-fbi-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1736953086",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion-ssh-from-inetsim-guest-22-to-22-tcp-egress"
            }
        },
        {
            "id": "sgrule-2760214480",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-mr-users-direct-connect-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2600385967",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3860187449",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1781243280",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-traffic-from-cuckoo-guest-0-to-65535-all-ingress"
            }
        },
        {
            "id": "sgrule-4288552450",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-rpc-from-core-services-135-to-135-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3923895932",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-workspaces-developer-from-workspaces-developer-ad-connector-0-to-0-all-ingress"
            }
        },
        {
            "id": "sgrule-1654383527",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3789924580",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2319693037",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "metadefender-rdp-from-app-bastion-linux-3389-to-3389-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4292132231",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus-nfs-from-docker-swarm-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4265197052",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus-sambda-from-smb-cygnus-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3713838800",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion-ssh-from-app-bastion-linux-22-to-22-tcp-ingress"
            }
        },
        {
            "id": "sgrule-997112093",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql-mysql-from-cygnus-etl-controller-1433-to-1433-tcp-ingress"
            }
        },
        {
            "id": "sgrule-496418132",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-eks-from-eks-cluster-53-to-53-udp-ingress"
            }
        },
        {
            "id": "sgrule-3042773606",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-cygnus-web-from-cygnus-currency-web-8080-to-8080-tcp-egress"
            }
        },
        {
            "id": "sgrule-142053075",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-nfs-from-efs-cygnus-2049-to-2049-tcp-egress"
            }
        },
        {
            "id": "sgrule-598616007",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql-mysql-from-docker-swarm-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2786638835",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-ldap-global-catalog-from-core-services-3268-to-3269-tcp-ingress"
            }
        },
        {
            "id": "sgrule-828692402",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-ssh-from-app-bastion-linux-22-to-22-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1307855228",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-workspaces-elevated-from-workspaces-elevated-ad-connector-0-to-0-all-ingress"
            }
        },
        {
            "id": "sgrule-1372984135",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mysql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress"
            }
        },
        {
            "id": "sgrule-3034829983",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-aws-dns-53-to-53-udp-egress"
            }
        },
        {
            "id": "sgrule-2566119011",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-service-from-alb-proxy-8090-to-8090-tcp-ingress"
            }
        },
        {
            "id": "sgrule-73891593",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mr-users-direct-connect-22-to-22-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1202194235",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3184759894",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-567624780",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-https-from-vpce-ec2-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-2158193346",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-aperture-static-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3116965563",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-eks-from-eks-cluster-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4245464392",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-internal-0-to-0-all-ingress"
            }
        },
        {
            "id": "sgrule-1208591010",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-eks-alb-from-alb-cygnus-8080-to-8080-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2039574989",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-cygnus-aperture-alb-from-orch-80-to-80-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1096405456",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-cygnus-aperture-alb-from-orch-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2499243778",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-guest-reports-from-cuckoo-server-2042-to-2042-tcp-egress"
            }
        },
        {
            "id": "sgrule-2051152326",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mysql-from-rds-cygfrt-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-263305310",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-mysql-rds-from-cygnus-currency-web-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2795869222",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-rpc-from-core-services-49152-to-65535-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4260701473",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-aperture-aperture-alb-from-aperture-nginx-8080-to-8080-tcp-egress"
            }
        },
        {
            "id": "sgrule-417998717",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mysql-from-rds-cygfrt-psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sgrule-2231140564",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql-mysql-from-terminal-server-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-940242386",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql-mysql-from-terminal-server-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3194888627",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3257562058",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-906344003",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2423438839",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1144541328",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-aperture-traffic-from-orch-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1993843301",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-guest-service-from-cuckoo-server-8000-to-8000-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1628029373",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-3390433730",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql-mysql-from-docker-swarm-3306-to-3306-tcp-ingress"
            }
        },
        {
            "id": "sgrule-664504009",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-aperture-titaniumcore-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3274267469",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-winrm-5985-to-5986-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3975945783",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-winrm-5985-to-5986-tcp-egress"
            }
        },
        {
            "id": "sgrule-3723443902",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs-cjis-proxies-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-44872952",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-aws-dns-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-720076553",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-static-s3-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-521328525",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-rds-from-rds-mysql-3306-to-3306-tcp-egress"
            }
        },
        {
            "id": "sgrule-1444694202",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql-mysql-from-terminal-server-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3705427796",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "vpce-ec2-https-from-cuckoo-server-443-to-443-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3808801837",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-http-from-workspaces-elevated-8080-to-8080-tcp-ingress"
            }
        },
        {
            "id": "sgrule-496776603",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-netbt-session-from-core-services-139-to-139-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1312189219",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web-dns-from-eks-cluster-53-to-53-tcp-egress"
            }
        },
        {
            "id": "sgrule-2482531872",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-nb-users-direct-connect-22-to-22-tcp-ingress"
            }
        },
        {
            "id": "sgrule-984061269",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3051310041",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2574828113",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql-psql-from-orch-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2276442071",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-ppd-workspaces-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1812452443",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server-service-from-alb-proxy-8000-to-8000-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2666451905",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster-dns-from-aperture-titaniumcore-53-to-53-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3606043147",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion-rdp-from-cuckoo-guest-3389-to-3389-tcp-egress"
            }
        },
        {
            "id": "sgrule-1873352796",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql-mysql-from-workspaces-developer-5432-to-5432-tcp-ingress"
            }
        },
        {
            "id": "sgrule-61461565",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-dns-from-core-services-53-to-53-udp-ingress"
            }
        },
        {
            "id": "sgrule-2508195387",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-npe-80-to-80-tcp-egress"
            }
        },
        {
            "id": "sgrule-49450084",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-mr-servers-direct-connect-445-to-445-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2895972626",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2263581331",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-73202468",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus-sambda-from-efs-cygnus-2049-to-2049-tcp-egress"
            }
        },
        {
            "id": "sgrule-1885915910",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2770622909",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2581266854",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-nfs-from-efs-cate-2049-to-2049-tcp-egress"
            }
        },
        {
            "id": "sgrule-3240027706",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy-service-from-cuckoo-server-8000-to-8000-tcp-egress"
            }
        },
        {
            "id": "sgrule-859312023",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "amqp-brokr-amqp-ssl-from-cygnus-etl-controller-5671-to-5671-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3696310120",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-rest-psql-from-rds_aperture_psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sgrule-855139982",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-titaniumcore-s3-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-1929881525",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus-mr-servers-direct-connect-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-4018796804",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad-kerberos-password-change-from-core-services-464-to-464-udp-ingress"
            }
        },
        {
            "id": "sgrule-1807346062",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus-nfs-from-cygnus-etl-controller-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-3720691572",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus-nfs-from-workspaces-developer-2049-to-2049-tcp-ingress"
            }
        },
        {
            "id": "sgrule-2388666594",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "inetsim-guest-traffic-from-cuckoo-server-0-to-65535-all-ingress"
            }
        },
        {
            "id": "sgrule-3213443780",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "metadefender-https-from-vpce-s3-443-to-443-tcp-egress"
            }
        },
        {
            "id": "sgrule-2936270100",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql-mysql-from-docker-swarm-1433-to-1433-tcp-ingress"
            }
        },
        {
            "id": "sgrule-1319252974",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-28011098",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2402023143",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-titaniumcore-psql-from-rds_aperture_psql-5432-to-5432-tcp-egress"
            }
        },
        {
            "id": "sg-0e14b77a7dbe7ca4d",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "smb-cygnus"
            }
        },
        {
            "id": "sg-0479e774fc5d51052",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "vpce-ec2"
            }
        },
        {
            "id": "sg-01095c8ff657eee69",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-guest"
            }
        },
        {
            "id": "sg-0621bfdecef0ea37e",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller"
            }
        },
        {
            "id": "sg-03a856a09147d9965",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-currency-web"
            }
        },
        {
            "id": "sg-08e668ab905f30e8f",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygprep-mysql"
            }
        },
        {
            "id": "sg-06d987675e7c2dcce",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "orch"
            }
        },
        {
            "id": "sg-02c34bdd527bdbce0",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ad"
            }
        },
        {
            "id": "sg-0bbcfe868433d295b",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "metadefender"
            }
        },
        {
            "id": "sg-0b7232677460419d7",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-rest"
            }
        },
        {
            "id": "sg-02d816ae1bc2c260f",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-portal"
            }
        },
        {
            "id": "sg-02d21da4fece65f39",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "ma-bastion"
            }
        },
        {
            "id": "sg-006d22004841e75fc",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "adfs"
            }
        },
        {
            "id": "sg-0d70b2cea2517d29c",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-nginx"
            }
        },
        {
            "id": "sg-098fb4dbe9280397e",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cate"
            }
        },
        {
            "id": "sg-09358b567a018e13b",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "inetsim-guest"
            }
        },
        {
            "id": "sg-0131af8a44a7223a3",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "route53"
            }
        },
        {
            "id": "sg-092ed6034cefeb6d0",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-aperture"
            }
        },
        {
            "id": "sg-0ed9fa362128eb7c7",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mssql"
            }
        },
        {
            "id": "sg-0d0d12c1c2d97e6fa",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-proxy"
            }
        },
        {
            "id": "sg-06c0486171e296d12",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cuckoo-server"
            }
        },
        {
            "id": "sg-0567f261b36132142",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-psql"
            }
        },
        {
            "id": "sg-0c7beca23400cad2c",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds_aperture_psql"
            }
        },
        {
            "id": "sg-0273f0d59b97e9b5b",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "eks-cluster"
            }
        },
        {
            "id": "sg-099aba7d50905c03d",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "vpce-s3"
            }
        },
        {
            "id": "sg-04a6d4e1331781cf5",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "alb-cygnus"
            }
        },
        {
            "id": "sg-0fb698bec3c4f27a5",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-static"
            }
        },
        {
            "id": "sg-04693b6f20cca5014",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "aperture-titaniumcore"
            }
        },
        {
            "id": "sg-022bf268547c1acf6",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "efs-cygnus"
            }
        },
        {
            "id": "sg-02baa7fb140de51c5",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cyg-mysql"
            }
        },
        {
            "id": "sg-08cc483c102005edf",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "core-services"
            }
        },
        {
            "id": "sg-099bb59bd434e6c3c",
            "type": "aws_security_group",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "rds-cygfrt-mysql"
            }
        }
    ],
    "unmanaged": [
        {
            "id": "sg-0006ac959cfa440a6",
            "type": "aws_security_group"
        },
        {
            "id": "sg-014f314a2d5317e58",
            "type": "aws_security_group"
        },
        {
            "id": "sg-019390999dca59781",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0267955c638b5e5c5",
            "type": "aws_security_group"
        },
        {
            "id": "sg-02825bdbdb0ef3be8",
            "type": "aws_security_group"
        },
        {
            "id": "sg-02cfb144f008d1538",
            "type": "aws_security_group"
        },
        {
            "id": "sg-02ded8260b660bd2c",
            "type": "aws_security_group"
        },
        {
            "id": "sg-031b93e743a50f700",
            "type": "aws_security_group"
        },
        {
            "id": "sg-03320a5c4131f1f2c",
            "type": "aws_security_group"
        },
        {
            "id": "sg-04802cf23c94187b4",
            "type": "aws_security_group"
        },
        {
            "id": "sg-04ad7c8f1890608da",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0514f00293ed0e072",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0612cc4f0f72f4caa",
            "type": "aws_security_group"
        },
        {
            "id": "sg-064e03d0fd5f783fd",
            "type": "aws_security_group"
        },
        {
            "id": "sg-06a7294325b0b16d9",
            "type": "aws_security_group"
        },
        {
            "id": "sg-08b7344a074684060",
            "type": "aws_security_group"
        },
        {
            "id": "sg-08bca65e53cc2e51b",
            "type": "aws_security_group"
        },
        {
            "id": "sg-08edd4f927fd7030c",
            "type": "aws_security_group"
        },
        {
            "id": "sg-08f6c4d63659c6bce",
            "type": "aws_security_group"
        },
        {
            "id": "sg-090e2346ac504551f",
            "type": "aws_security_group"
        },
        {
            "id": "sg-09d8ecc39c1fe3394",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0a6da005c6c51ecd6",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0b826c09215e70f4b",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0ba2129eaf5db9434",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0badc5c6fc97e29c6",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0be9b319d0ad956eb",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0cca79a3307d30d86",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0d0623a06b49359b4",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0d77df4bd2a457ec9",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0e0d0d272ec538557",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0ff220624c6a5d400",
            "type": "aws_security_group"
        },
        {
            "id": "sg-0ffb7eae379380a78",
            "type": "aws_security_group"
        },
        {
            "id": "sgrule-1012186037",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1023655186",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1024099220",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1024798970",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1028411331",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1033552322",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1034813399",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1037576542",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1039294775",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1043740210",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1063997734",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1078857142",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1081948253",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1083013958",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1085566732",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1088791246",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1091690992",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1091706919",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1099727178",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1100416903",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1112125008",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1119368075",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1125254895",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-113954008",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-114450614",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1147988543",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-115825309",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1168246339",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1175040744",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1176468166",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1179417996",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1184296875",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-119527263",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1210023231",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1213543751",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1213658412",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-121406503",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1221165295",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1221436619",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1233848603",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-123717641",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1248793199",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1252984437",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1257771635",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-126271554",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1262734180",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1265287330",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-126540571",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1266608168",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1279600121",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1286128005",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-131765922",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1327084286",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1330961214",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1340703399",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1343494037",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1359886687",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1360823466",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1361243655",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-136465668",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1374422285",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1384142936",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1404089209",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1433802647",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1452744659",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1464714795",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1467840053",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-14755364",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1483961928",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1484012291",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1501130274",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1532144497",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1535777021",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1536604455",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1537044266",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1559474247",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1581970680",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1582822872",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1598084949",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1613073145",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-161880026",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1619150260",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1620980448",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1625224635",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1626575606",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1626604943",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1626644023",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-163269508",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1635530303",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1638780890",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1642131429",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-165470664",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1656933193",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1667624589",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1673701991",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1682753084",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1688079626",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1689220145",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1697180083",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1713154945",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1742473285",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1743656964",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1766223361",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1778056608",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1782455077",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1787710766",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1790553567",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1803549896",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1808072336",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1826140888",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-18342798",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1850823863",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1869462831",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1870617351",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1879216952",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1886339963",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1889467960",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1890909961",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1897998774",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1901397605",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1902079861",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1906717792",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1919924237",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1927425507",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1939339147",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1946231374",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-195180678",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1957412420",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1963503033",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1965440283",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1977305479",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-198281826",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1988384218",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-1995489245",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2009514165",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2009697496",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2010386898",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2012416194",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2030087492",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2035225632",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2039426780",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2050459118",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2062531270",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2068303193",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2068901482",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2083856764",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2094791866",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2120751721",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2124461759",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2133939489",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2134537684",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2137163337",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-214737955",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2148732337",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2149105341",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2158259675",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2162162673",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2179192130",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2201512195",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2206299697",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2209655985",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2223270638",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2229982783",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2243827998",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2251787757",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2273118520",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2273350593",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2279176417",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2287956019",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-228905933",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2291945311",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2302576977",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2310035412",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2311170466",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2312619268",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2313241124",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2316909627",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2322276637",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2329980089",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2331929582",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2343485172",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2386660092",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2391818849",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2395615447",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2407881709",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2410768181",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-241109066",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2429488310",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2440580020",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2445143598",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2455607332",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-24720908",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2485225976",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-249175672",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2506117975",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2525557415",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2526081771",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2528945170",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2531585478",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2532150289",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2538383857",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2540831819",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2557247631",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2563190498",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2589063802",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2595947399",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2609212035",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2614880098",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2634899582",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2642310616",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2643041317",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2643313919",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2653182637",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2658866699",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2668728204",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2672724145",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2687900037",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2695453888",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2696723461",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-270308461",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2705739318",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2713257392",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2721966610",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2725060037",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2725412975",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2725629362",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2732947357",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2733968806",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2743226203",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2743416141",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2750705254",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-275710367",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2760395210",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2763267082",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2771745799",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2774139050",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2774234672",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2785085556",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2788316477",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2793973639",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2807389086",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2808145978",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2809718902",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2812610334",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2820212157",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2831236968",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2840976558",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2842565972",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2853927389",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2866947394",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-287864697",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2883147414",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2891483700",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2904308723",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2907534357",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2909599286",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-290975705",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2918072754",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2934515938",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-2949717102",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-298019312",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-298555343",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3000005534",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3003259589",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3004442053",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3012908123",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3013322333",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3014421725",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3016392113",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3017165095",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-303583985",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3041240475",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3052255469",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3056601867",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3059985520",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3072709922",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3098851055",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3105529007",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3118733820",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3130990959",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3138810227",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-314057705",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3165268547",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3181678010",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3186296333",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3203624296",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3213616420",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3222561317",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3231642911",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3233973851",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3237340730",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3256611959",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3259722288",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3261450459",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3262658425",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3265660452",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3267424594",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3270051518",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3276262671",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3278333446",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3286014083",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3297526486",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3304326090",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3307489538",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3318533312",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3323906103",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3324083858",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3329818457",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3330512259",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3339586756",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3345432076",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3346588527",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3352629642",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3354906924",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3364153178",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3367512902",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3382598829",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3382873497",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3386238417",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3389122098",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3389187326",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3393853786",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-339653265",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3412894062",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3442238636",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3461535111",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3464221389",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-346519594",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3465501105",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3466436041",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3496296663",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3496885458",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3515089782",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-353049608",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3534626295",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3535720261",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3548358157",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3564828480",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-356849023",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3589356353",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3591915727",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3597097202",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3606865123",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3609128004",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3609199192",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3620230244",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3626472088",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3637403179",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3641643094",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3645267605",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3646445413",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-364668164",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3659423602",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3661036195",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3669233586",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-366935816",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3678365122",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3683242340",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3684348437",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3692560517",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3696728048",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3697614727",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3700567583",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3708084261",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3710660638",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3727720346",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3741125692",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3773373821",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3781555873",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3784476456",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3791638953",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3798735893",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3802733852",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3823683316",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3838785599",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3842697877",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3850725645",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3855634273",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3861809168",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3868981968",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3892231089",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3894830109",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3897070082",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-390020675",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-390130392",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3904079707",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3908148505",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3909290465",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3912390650",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3913262998",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3913863134",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3938016350",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3939825680",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-39436837",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3950946201",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3978152726",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-3999109436",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4012624340",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4016980955",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4040752342",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-405020694",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4059111012",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4072143770",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4074370453",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4084423859",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4091780553",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-409757659",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4098774601",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4102568096",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4104159194",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4109849580",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4114730736",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4114914048",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4123425751",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4130659139",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4133916957",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4141251469",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4147455585",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4149870186",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4162708353",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4178038234",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4179928328",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4181767900",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4199399512",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4201029672",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4203002867",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4204510247",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4207688738",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4234023191",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4243709882",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4247101637",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4248916780",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4255722953",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4263095580",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4274951283",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4278171604",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4282821584",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4283945380",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4287299981",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-4292156591",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-429575643",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-437876535",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-445464188",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-457769492",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-461530432",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-465147837",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-468951225",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-481289899",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-491090899",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-492528783",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-492927687",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-493912965",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-497536356",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-503469610",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-505994236",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-516335092",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-521862237",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-542095139",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-545828962",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-552846194",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-553743265",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-55520207",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-560077408",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-569499853",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-569788626",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-582729141",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-631429156",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-640405838",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-648461818",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-648605765",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-648930312",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-651576494",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-653736188",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-660205597",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-661052574",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-676701542",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-680931287",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-697047667",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-705094687",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-750959355",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-75630098",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-790520340",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-798089612",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-800498198",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-803112918",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-810733029",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-811869424",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-820509023",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-822415359",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-823078926",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-823096793",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-830724390",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-831288508",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-838128602",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-840525933",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-843156037",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-853873532",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-857168099",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-879816546",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-893845337",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-895988771",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-916320644",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-916462837",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-917063358",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-923746304",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-930946761",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-944984345",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-960254116",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-967792608",
            "type": "aws_security_group_rule"
        },
        {
            "id": "sgrule-984707118",
            "type": "aws_security_group_rule"
        }
    ],
    "missing": [
        {
            "id": "sgrule-1372984135",
            "type": "aws_security_group_rule",
            "source": {
                "source": "tfstate://terraform.tfstate",
                "namespace": "",
                "internal_name": "cygnus-etl-controller-mssql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress"
            }
        }
    ],
    "differences": null,
    "coverage": 30,
    "alerts": {
        "": [
            {
                "message": "You have unmanaged security group rules that could be false positives, find out more at https://docs.driftctl.com/limitations"
            }
        ]
    },
    "provider_name": "aws",
    "provider_version": "3.74.0"
}

Searching for sgrule-1372984135-- this resource shows up in both managed and missing...

wbeuil commented 2 years ago

Yep, thus basically we have a duplicated rule. We're moving forward, that's a good sign :)

Can you try to give us a simple reproduction of your terraform file for this exact rule?

rirze commented 2 years ago

I'll try-- I don't know if this is relevant, but all resources in this state file were imported from existing resources. I'll try to come up with a minimal example, but it could take a while to create a file that can reproduce the issue.

wbeuil commented 2 years ago

Hmmm I looked closer to both resource in the JSON file and they don't have the same internal name (one is cygnus-etl-controller-mysql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress and the other is cygnus-etl-controller-mssql-from-rds-cygfrt-mssql-1433-to-1433-tcp-egress) but the same id sgrule-1372984135.

Could it be possible you tried to import twice the same rule in your state?

rirze commented 2 years ago

Those should be two different rules... I'll double check my state then and will let you know

rirze commented 2 years ago

So it was a rule that was imported twice... I guess terraform doesn't check for that.

Good thing I was able to figure this out with driftctl.

Although, I don't know if this is a bug or not-- I'll ask the aws-provider folks for terraform. In the meantime, do you think driftctl could check for duplicate resources like this?

wbeuil commented 2 years ago

Hey @rirze, glad to have found the issue :)

driftctl is not really intended to check for duplicate resources simply because there should not have ones in the first place but thanks for your suggestion.

If you don't have any further questions, I will close this issue.