gitextract_qkwcrphn/ ├── .github/ │ ├── e2eapply.tape │ ├── e2eplan.tape │ └── workflows/ │ ├── docker-release.yml │ ├── finalize-copybara-sync.yml │ ├── release.yml │ ├── tag-on-merge.yml │ └── tests.yml ├── .gitignore ├── .goreleaser.yaml ├── .terraform.lock.hcl ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── aws-source/ │ ├── .deadcode-ignore │ ├── acceptance/ │ │ └── nats-server.conf │ ├── adapters/ │ │ ├── adapterhelpers_always_get_source.go │ │ ├── adapterhelpers_always_get_source_test.go │ │ ├── adapterhelpers_describe_source.go │ │ ├── adapterhelpers_describe_source_test.go │ │ ├── adapterhelpers_get_list_adapter_v2.go │ │ ├── adapterhelpers_get_list_adapter_v2_test.go │ │ ├── adapterhelpers_get_list_source.go │ │ ├── adapterhelpers_get_list_source_test.go │ │ ├── adapterhelpers_notfound_cache_test.go │ │ ├── adapterhelpers_shared_tests.go │ │ ├── adapterhelpers_sources.go │ │ ├── adapterhelpers_util.go │ │ ├── adapterhelpers_util_test.go │ │ ├── apigateway-api-key.go │ │ ├── apigateway-api-key_test.go │ │ ├── apigateway-authorizer.go │ │ ├── apigateway-authorizer_test.go │ │ ├── apigateway-deployment.go │ │ ├── apigateway-deployment_test.go │ │ ├── apigateway-domain-name.go │ │ ├── apigateway-domain-name_test.go │ │ ├── apigateway-integration.go │ │ ├── apigateway-integration_test.go │ │ ├── apigateway-method-response.go │ │ ├── apigateway-method-response_test.go │ │ ├── apigateway-method.go │ │ ├── apigateway-method_test.go │ │ ├── apigateway-model.go │ │ ├── apigateway-model_test.go │ │ ├── apigateway-resource.go │ │ ├── apigateway-resource_test.go │ │ ├── apigateway-rest-api.go │ │ ├── apigateway-rest-api_test.go │ │ ├── apigateway-stage.go │ │ ├── apigateway-stage_test.go │ │ ├── autoscaling-auto-scaling-group.go │ │ ├── autoscaling-auto-scaling-group_test.go │ │ ├── autoscaling-auto-scaling-policy.go │ │ ├── autoscaling-auto-scaling-policy_test.go │ │ ├── cloudfront-cache-policy.go │ │ ├── cloudfront-cache-policy_test.go │ │ ├── cloudfront-continuous-deployment-policy.go │ │ ├── cloudfront-continuous-deployment-policy_test.go │ │ ├── cloudfront-distribution.go │ │ ├── cloudfront-distribution_test.go │ │ ├── cloudfront-function.go │ │ ├── cloudfront-function_test.go │ │ ├── cloudfront-key-group.go │ │ ├── cloudfront-key-group_test.go │ │ ├── cloudfront-origin-access-control.go │ │ ├── cloudfront-origin-access-control_test.go │ │ ├── cloudfront-origin-request-policy.go │ │ ├── cloudfront-origin-request-policy_test.go │ │ ├── cloudfront-realtime-log-config.go │ │ ├── cloudfront-realtime-log-config_test.go │ │ ├── cloudfront-response-headers-policy.go │ │ ├── cloudfront-response-headers-policy_test.go │ │ ├── cloudfront-streaming-distribution.go │ │ ├── cloudfront-streaming-distribution_test.go │ │ ├── cloudfront.go │ │ ├── cloudfront_test.go │ │ ├── cloudwatch-alarm.go │ │ ├── cloudwatch-alarm_test.go │ │ ├── cloudwatch-instance-metric.go │ │ ├── cloudwatch-instance-metric_integration_test.go │ │ ├── cloudwatch-instance-metric_test.go │ │ ├── cloudwatch_metric_links.go │ │ ├── cloudwatch_metric_links_test.go │ │ ├── directconnect-connection.go │ │ ├── directconnect-connection_test.go │ │ ├── directconnect-customer-metadata.go │ │ ├── directconnect-customer-metadata_test.go │ │ ├── directconnect-direct-connect-gateway-association-proposal.go │ │ ├── directconnect-direct-connect-gateway-association-proposal_test.go │ │ ├── directconnect-direct-connect-gateway-association.go │ │ ├── directconnect-direct-connect-gateway-association_test.go │ │ ├── directconnect-direct-connect-gateway-attachment.go │ │ ├── directconnect-direct-connect-gateway-attachment_test.go │ │ ├── directconnect-direct-connect-gateway.go │ │ ├── directconnect-direct-connect-gateway_test.go │ │ ├── directconnect-hosted-connection.go │ │ ├── directconnect-hosted-connection_test.go │ │ ├── directconnect-interconnect.go │ │ ├── directconnect-interconnect_test.go │ │ ├── directconnect-lag.go │ │ ├── directconnect-lag_test.go │ │ ├── directconnect-location.go │ │ ├── directconnect-location_test.go │ │ ├── directconnect-router-configuration.go │ │ ├── directconnect-router-configuration_test.go │ │ ├── directconnect-virtual-gateway.go │ │ ├── directconnect-virtual-gateway_test.go │ │ ├── directconnect-virtual-interface.go │ │ ├── directconnect-virtual-interface_test.go │ │ ├── directconnect.go │ │ ├── directconnect_test.go │ │ ├── dynamodb-backup.go │ │ ├── dynamodb-backup_test.go │ │ ├── dynamodb-table.go │ │ ├── dynamodb-table_test.go │ │ ├── dynamodb.go │ │ ├── dynamodb_test.go │ │ ├── ec2-address.go │ │ ├── ec2-address_test.go │ │ ├── ec2-capacity-reservation-fleet.go │ │ ├── ec2-capacity-reservation-fleet_test.go │ │ ├── ec2-capacity-reservation.go │ │ ├── ec2-capacity-reservation_test.go │ │ ├── ec2-egress-only-internet-gateway.go │ │ ├── ec2-egress-only-internet-gateway_test.go │ │ ├── ec2-iam-instance-profile-association.go │ │ ├── ec2-iam-instance-profile-association_test.go │ │ ├── ec2-image.go │ │ ├── ec2-image_test.go │ │ ├── ec2-instance-event-window.go │ │ ├── ec2-instance-event-window_test.go │ │ ├── ec2-instance-status.go │ │ ├── ec2-instance-status_test.go │ │ ├── ec2-instance.go │ │ ├── ec2-instance_test.go │ │ ├── ec2-internet-gateway.go │ │ ├── ec2-internet-gateway_test.go │ │ ├── ec2-key-pair.go │ │ ├── ec2-key-pair_test.go │ │ ├── ec2-launch-template-version.go │ │ ├── ec2-launch-template-version_test.go │ │ ├── ec2-launch-template.go │ │ ├── ec2-launch-template_test.go │ │ ├── ec2-nat-gateway.go │ │ ├── ec2-nat-gateway_test.go │ │ ├── ec2-network-acl.go │ │ ├── ec2-network-acl_test.go │ │ ├── ec2-network-interface-permission.go │ │ ├── ec2-network-interface-permission_test.go │ │ ├── ec2-network-interface.go │ │ ├── ec2-network-interface_test.go │ │ ├── ec2-placement-group.go │ │ ├── ec2-placement-group_test.go │ │ ├── ec2-reserved-instance.go │ │ ├── ec2-reserved-instance_test.go │ │ ├── ec2-route-table.go │ │ ├── ec2-route-table_test.go │ │ ├── ec2-security-group-rule.go │ │ ├── ec2-security-group-rule_test.go │ │ ├── ec2-security-group.go │ │ ├── ec2-security-group_test.go │ │ ├── ec2-snapshot.go │ │ ├── ec2-snapshot_test.go │ │ ├── ec2-subnet.go │ │ ├── ec2-subnet_test.go │ │ ├── ec2-transit-gateway-route-table-association.go │ │ ├── ec2-transit-gateway-route-table-association_test.go │ │ ├── ec2-transit-gateway-route-table-propagation.go │ │ ├── ec2-transit-gateway-route-table-propagation_test.go │ │ ├── ec2-transit-gateway-route-table.go │ │ ├── ec2-transit-gateway-route-table_test.go │ │ ├── ec2-transit-gateway-route.go │ │ ├── ec2-transit-gateway-route_test.go │ │ ├── ec2-volume-status.go │ │ ├── ec2-volume-status_test.go │ │ ├── ec2-volume.go │ │ ├── ec2-volume_test.go │ │ ├── ec2-vpc-endpoint.go │ │ ├── ec2-vpc-endpoint_test.go │ │ ├── ec2-vpc-peering-connection.go │ │ ├── ec2-vpc-peering-connection_test.go │ │ ├── ec2-vpc.go │ │ ├── ec2-vpc_test.go │ │ ├── ec2.go │ │ ├── ec2_test.go │ │ ├── ecs-capacity-provider.go │ │ ├── ecs-capacity-provider_test.go │ │ ├── ecs-cluster.go │ │ ├── ecs-cluster_test.go │ │ ├── ecs-container-instance.go │ │ ├── ecs-container-instance_test.go │ │ ├── ecs-service.go │ │ ├── ecs-service_test.go │ │ ├── ecs-task-definition.go │ │ ├── ecs-task-definition_test.go │ │ ├── ecs-task.go │ │ ├── ecs-task_test.go │ │ ├── ecs.go │ │ ├── ecs_test.go │ │ ├── efs-access-point.go │ │ ├── efs-access-point_test.go │ │ ├── efs-backup-policy.go │ │ ├── efs-backup-policy_test.go │ │ ├── efs-file-system.go │ │ ├── efs-file-system_test.go │ │ ├── efs-mount-target.go │ │ ├── efs-mount-target_test.go │ │ ├── efs-replication-configuration.go │ │ ├── efs-replication-configuration_test.go │ │ ├── efs.go │ │ ├── efs_test.go │ │ ├── eks-addon.go │ │ ├── eks-addon_test.go │ │ ├── eks-cluster.go │ │ ├── eks-cluster_test.go │ │ ├── eks-fargate-profile.go │ │ ├── eks-fargate-profile_test.go │ │ ├── eks-nodegroup.go │ │ ├── eks-nodegroup_test.go │ │ ├── eks.go │ │ ├── eks_test.go │ │ ├── elb-instance-health.go │ │ ├── elb-instance-health_test.go │ │ ├── elb-load-balancer.go │ │ ├── elb-load-balancer_test.go │ │ ├── elbv2-listener.go │ │ ├── elbv2-listener_test.go │ │ ├── elbv2-load-balancer.go │ │ ├── elbv2-load-balancer_test.go │ │ ├── elbv2-rule.go │ │ ├── elbv2-rule_test.go │ │ ├── elbv2-target-group.go │ │ ├── elbv2-target-group_test.go │ │ ├── elbv2-target-health.go │ │ ├── elbv2-target-health_test.go │ │ ├── elbv2.go │ │ ├── elbv2_test.go │ │ ├── iam-group.go │ │ ├── iam-group_test.go │ │ ├── iam-instance-profile.go │ │ ├── iam-instance-profile_test.go │ │ ├── iam-policy.go │ │ ├── iam-policy_test.go │ │ ├── iam-role.go │ │ ├── iam-role_test.go │ │ ├── iam-user.go │ │ ├── iam-user_test.go │ │ ├── iam.go │ │ ├── iam_test.go │ │ ├── integration/ │ │ │ ├── apigateway/ │ │ │ │ ├── apigateway_test.go │ │ │ │ ├── create.go │ │ │ │ ├── delete.go │ │ │ │ ├── find.go │ │ │ │ ├── main_test.go │ │ │ │ ├── setup.go │ │ │ │ ├── teardown.go │ │ │ │ └── util.go │ │ │ ├── ec2/ │ │ │ │ ├── create.go │ │ │ │ ├── delete.go │ │ │ │ ├── find.go │ │ │ │ ├── instance_test.go │ │ │ │ ├── main_test.go │ │ │ │ ├── setup.go │ │ │ │ ├── teardown.go │ │ │ │ └── util.go │ │ │ ├── ec2-transit-gateway/ │ │ │ │ ├── client.go │ │ │ │ ├── main_test.go │ │ │ │ ├── setup.go │ │ │ │ ├── teardown.go │ │ │ │ ├── transit_gateway_route_table_association_test.go │ │ │ │ ├── transit_gateway_route_table_propagation_test.go │ │ │ │ ├── transit_gateway_route_table_test.go │ │ │ │ └── transit_gateway_route_test.go │ │ │ ├── errors.go │ │ │ ├── kms/ │ │ │ │ ├── create.go │ │ │ │ ├── delete.go │ │ │ │ ├── find.go │ │ │ │ ├── kms_test.go │ │ │ │ ├── main_test.go │ │ │ │ ├── setup.go │ │ │ │ ├── teardown.go │ │ │ │ └── util.go │ │ │ ├── networkmanager/ │ │ │ │ ├── create.go │ │ │ │ ├── delete.go │ │ │ │ ├── find.go │ │ │ │ ├── main_test.go │ │ │ │ ├── networkmanager_test.go │ │ │ │ ├── setup.go │ │ │ │ ├── tags.go │ │ │ │ └── teardown.go │ │ │ ├── ssm/ │ │ │ │ └── main_test.go │ │ │ ├── util.go │ │ │ └── util_test.go │ │ ├── kms-alias.go │ │ ├── kms-alias_test.go │ │ ├── kms-custom-key-store.go │ │ ├── kms-custom-key-store_test.go │ │ ├── kms-grant.go │ │ ├── kms-grant_test.go │ │ ├── kms-key-policy.go │ │ ├── kms-key-policy_test.go │ │ ├── kms-key.go │ │ ├── kms-key_test.go │ │ ├── kms.go │ │ ├── lambda-event-source-mapping.go │ │ ├── lambda-event-source-mapping_test.go │ │ ├── lambda-function.go │ │ ├── lambda-function_test.go │ │ ├── lambda-layer-version.go │ │ ├── lambda-layer-version_test.go │ │ ├── lambda-layer.go │ │ ├── lambda-layer_test.go │ │ ├── lambda.go │ │ ├── lambda_test.go │ │ ├── main.go │ │ ├── network-firewall-firewall-policy.go │ │ ├── network-firewall-firewall-policy_test.go │ │ ├── network-firewall-firewall.go │ │ ├── network-firewall-firewall_test.go │ │ ├── network-firewall-rule-group.go │ │ ├── network-firewall-rule-group_test.go │ │ ├── network-firewall-tls-inspection-configuration.go │ │ ├── network-firewall-tls-inspection-configuration_test.go │ │ ├── networkfirewall.go │ │ ├── networkfirewall_test.go │ │ ├── networkmanager-connect-attachment.go │ │ ├── networkmanager-connect-attachment_test.go │ │ ├── networkmanager-connect-peer-association.go │ │ ├── networkmanager-connect-peer-association_test.go │ │ ├── networkmanager-connect-peer.go │ │ ├── networkmanager-connect-peer_test.go │ │ ├── networkmanager-connection.go │ │ ├── networkmanager-connection_test.go │ │ ├── networkmanager-core-network-policy.go │ │ ├── networkmanager-core-network-policy_test.go │ │ ├── networkmanager-core-network.go │ │ ├── networkmanager-core-network_test.go │ │ ├── networkmanager-device.go │ │ ├── networkmanager-device_test.go │ │ ├── networkmanager-global-network.go │ │ ├── networkmanager-global-network_test.go │ │ ├── networkmanager-link-association.go │ │ ├── networkmanager-link-association_test.go │ │ ├── networkmanager-link.go │ │ ├── networkmanager-link_test.go │ │ ├── networkmanager-network-resource-relationship.go │ │ ├── networkmanager-network-resource-relationship_test.go │ │ ├── networkmanager-site-to-site-vpn-attachment.go │ │ ├── networkmanager-site-to-site-vpn-attachment_test.go │ │ ├── networkmanager-site.go │ │ ├── networkmanager-site_test.go │ │ ├── networkmanager-transit-gateway-connect-peer-association.go │ │ ├── networkmanager-transit-gateway-connect-peer-association_test.go │ │ ├── networkmanager-transit-gateway-peering.go │ │ ├── networkmanager-transit-gateway-peering_test.go │ │ ├── networkmanager-transit-gateway-registration.go │ │ ├── networkmanager-transit-gateway-registration_test.go │ │ ├── networkmanager-transit-gateway-route-table-attachment.go │ │ ├── networkmanager-transit-gateway-route-table-attachment_test.go │ │ ├── networkmanager-vpc-attachment.go │ │ ├── networkmanager-vpc-attachment_test.go │ │ ├── networkmanager.go │ │ ├── networkmanager_test.go │ │ ├── rds-db-cluster-parameter-group.go │ │ ├── rds-db-cluster-parameter-group_test.go │ │ ├── rds-db-cluster.go │ │ ├── rds-db-cluster_test.go │ │ ├── rds-db-instance.go │ │ ├── rds-db-instance_test.go │ │ ├── rds-db-parameter-group.go │ │ ├── rds-db-parameter-group_test.go │ │ ├── rds-db-subnet-group.go │ │ ├── rds-db-subnet-group_test.go │ │ ├── rds-option-group.go │ │ ├── rds-option-group_test.go │ │ ├── rds.go │ │ ├── rds_test.go │ │ ├── route53-health-check.go │ │ ├── route53-health-check_test.go │ │ ├── route53-hosted-zone.go │ │ ├── route53-hosted-zone_test.go │ │ ├── route53-resource-record-set.go │ │ ├── route53-resource-record-set_test.go │ │ ├── route53.go │ │ ├── route53_test.go │ │ ├── s3.go │ │ ├── s3_test.go │ │ ├── sns-data-protection-policy.go │ │ ├── sns-data-protection-policy_test.go │ │ ├── sns-endpoint.go │ │ ├── sns-endpoint_test.go │ │ ├── sns-platform-application.go │ │ ├── sns-platform-application_test.go │ │ ├── sns-subscription.go │ │ ├── sns-subscription_test.go │ │ ├── sns-topic.go │ │ ├── sns-topic_test.go │ │ ├── sns.go │ │ ├── sqs-queue.go │ │ ├── sqs-queue_test.go │ │ ├── sqs.go │ │ ├── ssm-parameter.go │ │ ├── ssm-parameter_test.go │ │ └── tracing.go │ ├── build/ │ │ └── package/ │ │ └── Dockerfile │ ├── cmd/ │ │ └── root.go │ ├── docker-compose.yml │ ├── main.go │ ├── module/ │ │ ├── provider/ │ │ │ ├── .github/ │ │ │ │ └── workflows/ │ │ │ │ ├── finalize-copybara-sync.yml │ │ │ │ ├── release.yml │ │ │ │ └── tag-on-merge.yml │ │ │ ├── .goreleaser.yml │ │ │ ├── LICENSE │ │ │ ├── datasource_aws_external_id.go │ │ │ ├── main.go │ │ │ ├── provider.go │ │ │ ├── provider_test.go │ │ │ ├── resource_aws_source.go │ │ │ └── terraform-registry-manifest.json │ │ └── terraform/ │ │ ├── .github/ │ │ │ └── workflows/ │ │ │ ├── finalize-copybara-sync.yml │ │ │ └── tag-on-merge.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── examples/ │ │ │ ├── multi-account/ │ │ │ │ └── main.tf │ │ │ └── single-account/ │ │ │ └── main.tf │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── variables.tf │ │ └── versions.tf │ └── proc/ │ ├── proc.go │ └── proc_test.go ├── cmd/ │ ├── auth_client.go │ ├── auth_client_test.go │ ├── bookmarks.go │ ├── bookmarks_create_bookmark.go │ ├── bookmarks_get_affected_bookmarks.go │ ├── bookmarks_get_bookmark.go │ ├── changes.go │ ├── changes_end_change.go │ ├── changes_get_change.go │ ├── changes_get_change_test.go │ ├── changes_get_signals.go │ ├── changes_get_signals_test.go │ ├── changes_list_changes.go │ ├── changes_start_analysis.go │ ├── changes_start_analysis_test.go │ ├── changes_start_change.go │ ├── changes_submit_plan.go │ ├── changes_submit_plan_test.go │ ├── changes_submit_signal.go │ ├── changes_submit_signal_test.go │ ├── explore.go │ ├── explore_test.go │ ├── flags.go │ ├── flags_test.go │ ├── integrations.go │ ├── integrations_tfc.go │ ├── invites.go │ ├── invites_crud.go │ ├── knowledge.go │ ├── knowledge_dir_flag_test.go │ ├── knowledge_list.go │ ├── knowledge_list_test.go │ ├── logging.go │ ├── pterm.go │ ├── repo.go │ ├── repo_test.go │ ├── request.go │ ├── request_load.go │ ├── request_query.go │ ├── root.go │ ├── root_test.go │ ├── snapshots.go │ ├── snapshots_create.go │ ├── snapshots_get_snapshot.go │ ├── terraform.go │ ├── terraform_apply.go │ ├── terraform_plan.go │ ├── terraform_plan_test.go │ ├── theme.go │ ├── theme_darwin.go │ ├── theme_linux.go │ ├── theme_test.go │ ├── theme_windows.go │ ├── version_check.go │ └── version_check_test.go ├── demos/ │ └── plan.tape ├── docs.overmind.tech/ │ └── docs/ │ └── sources/ │ ├── aws/ │ │ └── data/ │ │ ├── apigateway-api-key.json │ │ ├── apigateway-authorizer.json │ │ ├── apigateway-deployment.json │ │ ├── apigateway-domain-name.json │ │ ├── apigateway-integration.json │ │ ├── apigateway-method-response.json │ │ ├── apigateway-method.json │ │ ├── apigateway-model.json │ │ ├── apigateway-resource.json │ │ ├── apigateway-rest-api.json │ │ ├── apigateway-stage.json │ │ ├── autoscaling-auto-scaling-group.json │ │ ├── cloudfront-cache-policy.json │ │ ├── cloudfront-continuous-deployment-policy.json │ │ ├── cloudfront-distribution.json │ │ ├── cloudfront-function.json │ │ ├── cloudfront-key-group.json │ │ ├── cloudfront-origin-access-control.json │ │ ├── cloudfront-origin-request-policy.json │ │ ├── cloudfront-realtime-log-config.json │ │ ├── cloudfront-response-headers-policy.json │ │ ├── cloudfront-streaming-distribution.json │ │ ├── cloudwatch-alarm.json │ │ ├── directconnect-connection.json │ │ ├── directconnect-customer-metadata.json │ │ ├── directconnect-direct-connect-gateway-association-proposal.json │ │ ├── directconnect-direct-connect-gateway-association.json │ │ ├── directconnect-direct-connect-gateway-attachment.json │ │ ├── directconnect-direct-connect-gateway.json │ │ ├── directconnect-hosted-connection.json │ │ ├── directconnect-interconnect.json │ │ ├── directconnect-lag.json │ │ ├── directconnect-location.json │ │ ├── directconnect-router-configuration.json │ │ ├── directconnect-virtual-gateway.json │ │ ├── directconnect-virtual-interface.json │ │ ├── dynamodb-backup.json │ │ ├── dynamodb-table.json │ │ ├── ec2-address.json │ │ ├── ec2-capacity-reservation-fleet.json │ │ ├── ec2-capacity-reservation.json │ │ ├── ec2-egress-only-internet-gateway.json │ │ ├── ec2-iam-instance-profile-association.json │ │ ├── ec2-image.json │ │ ├── ec2-instance-event-window.json │ │ ├── ec2-instance-status.json │ │ ├── ec2-instance.json │ │ ├── ec2-internet-gateway.json │ │ ├── ec2-key-pair.json │ │ ├── ec2-launch-template-version.json │ │ ├── ec2-launch-template.json │ │ ├── ec2-nat-gateway.json │ │ ├── ec2-network-acl.json │ │ ├── ec2-network-interface-permission.json │ │ ├── ec2-network-interface.json │ │ ├── ec2-placement-group.json │ │ ├── ec2-reserved-instance.json │ │ ├── ec2-route-table.json │ │ ├── ec2-security-group-rule.json │ │ ├── ec2-security-group.json │ │ ├── ec2-snapshot.json │ │ ├── ec2-subnet.json │ │ ├── ec2-transit-gateway-route-table-association.json │ │ ├── ec2-transit-gateway-route-table-propagation.json │ │ ├── ec2-transit-gateway-route-table.json │ │ ├── ec2-transit-gateway-route.json │ │ ├── ec2-volume-status.json │ │ ├── ec2-volume.json │ │ ├── ec2-vpc-endpoint.json │ │ ├── ec2-vpc-peering-connection.json │ │ ├── ec2-vpc.json │ │ ├── ecs-capacity-provider.json │ │ ├── ecs-cluster.json │ │ ├── ecs-container-instance.json │ │ ├── ecs-service.json │ │ ├── ecs-task-definition.json │ │ ├── ecs-task.json │ │ ├── efs-access-point.json │ │ ├── efs-backup-policy.json │ │ ├── efs-file-system.json │ │ ├── efs-mount-target.json │ │ ├── efs-replication-configuration.json │ │ ├── eks-addon.json │ │ ├── eks-cluster.json │ │ ├── eks-fargate-profile.json │ │ ├── eks-nodegroup.json │ │ ├── elb-instance-health.json │ │ ├── elb-load-balancer.json │ │ ├── elbv2-listener.json │ │ ├── elbv2-load-balancer.json │ │ ├── elbv2-rule.json │ │ ├── elbv2-target-group.json │ │ ├── elbv2-target-health.json │ │ ├── iam-group.json │ │ ├── iam-instance-profile.json │ │ ├── iam-policy.json │ │ ├── iam-role.json │ │ ├── iam-user.json │ │ ├── kms-alias.json │ │ ├── kms-custom-key-store.json │ │ ├── kms-grant.json │ │ ├── kms-key-policy.json │ │ ├── kms-key.json │ │ ├── lambda-event-source-mapping.json │ │ ├── lambda-function.json │ │ ├── lambda-layer-version.json │ │ ├── lambda-layer.json │ │ ├── network-firewall-firewall-policy.json │ │ ├── network-firewall-firewall.json │ │ ├── network-firewall-rule-group.json │ │ ├── network-firewall-tls-inspection-configuration.json │ │ ├── networkmanager-connect-attachment.json │ │ ├── networkmanager-connect-peer-association.json │ │ ├── networkmanager-connect-peer.json │ │ ├── networkmanager-connection.json │ │ ├── networkmanager-core-network-policy.json │ │ ├── networkmanager-core-network.json │ │ ├── networkmanager-device.json │ │ ├── networkmanager-global-network.json │ │ ├── networkmanager-link-association.json │ │ ├── networkmanager-link.json │ │ ├── networkmanager-network-resource-relationship.json │ │ ├── networkmanager-site-to-site-vpn-attachment.json │ │ ├── networkmanager-site.json │ │ ├── networkmanager-transit-gateway-connect-peer-association.json │ │ ├── networkmanager-transit-gateway-peering.json │ │ ├── networkmanager-transit-gateway-registration.json │ │ ├── networkmanager-transit-gateway-route-table-attachment.json │ │ ├── networkmanager-vpc-attachment.json │ │ ├── rds-db-cluster-parameter-group.json │ │ ├── rds-db-cluster.json │ │ ├── rds-db-instance.json │ │ ├── rds-db-parameter-group.json │ │ ├── rds-db-subnet-group.json │ │ ├── rds-option-group.json │ │ ├── route53-health-check.json │ │ ├── route53-hosted-zone.json │ │ ├── route53-resource-record-set.json │ │ ├── s3-bucket.json │ │ ├── sns-data-protection-policy.json │ │ ├── sns-endpoint.json │ │ ├── sns-platform-application.json │ │ ├── sns-subscription.json │ │ ├── sns-topic.json │ │ ├── sqs-queue.json │ │ └── ssm-parameter.json │ ├── embed.go │ ├── gcp/ │ │ └── data/ │ │ ├── gcp-ai-platform-batch-prediction-job.json │ │ ├── gcp-ai-platform-custom-job.json │ │ ├── gcp-ai-platform-endpoint.json │ │ ├── gcp-ai-platform-model-deployment-monitoring-job.json │ │ ├── gcp-ai-platform-model.json │ │ ├── gcp-ai-platform-pipeline-job.json │ │ ├── gcp-artifact-registry-docker-image.json │ │ ├── gcp-big-query-data-transfer-transfer-config.json │ │ ├── gcp-big-query-dataset.json │ │ ├── gcp-big-query-routine.json │ │ ├── gcp-big-query-table.json │ │ ├── gcp-big-table-admin-app-profile.json │ │ ├── gcp-big-table-admin-backup.json │ │ ├── gcp-big-table-admin-cluster.json │ │ ├── gcp-big-table-admin-instance.json │ │ ├── gcp-big-table-admin-table.json │ │ ├── gcp-certificate-manager-certificate.json │ │ ├── gcp-cloud-billing-billing-info.json │ │ ├── gcp-cloud-build-build.json │ │ ├── gcp-cloud-functions-function.json │ │ ├── gcp-cloud-kms-crypto-key-version.json │ │ ├── gcp-cloud-kms-crypto-key.json │ │ ├── gcp-cloud-kms-key-ring.json │ │ ├── gcp-cloud-resource-manager-project.json │ │ ├── gcp-cloud-resource-manager-tag-value.json │ │ ├── gcp-compute-address.json │ │ ├── gcp-compute-autoscaler.json │ │ ├── gcp-compute-backend-service.json │ │ ├── gcp-compute-disk.json │ │ ├── gcp-compute-external-vpn-gateway.json │ │ ├── gcp-compute-firewall.json │ │ ├── gcp-compute-forwarding-rule.json │ │ ├── gcp-compute-global-address.json │ │ ├── gcp-compute-global-forwarding-rule.json │ │ ├── gcp-compute-health-check.json │ │ ├── gcp-compute-http-health-check.json │ │ ├── gcp-compute-image.json │ │ ├── gcp-compute-instance-group-manager.json │ │ ├── gcp-compute-instance-group.json │ │ ├── gcp-compute-instance-template.json │ │ ├── gcp-compute-instance.json │ │ ├── gcp-compute-instant-snapshot.json │ │ ├── gcp-compute-machine-image.json │ │ ├── gcp-compute-network-endpoint-group.json │ │ ├── gcp-compute-network.json │ │ ├── gcp-compute-node-group.json │ │ ├── gcp-compute-node-template.json │ │ ├── gcp-compute-project.json │ │ ├── gcp-compute-public-delegated-prefix.json │ │ ├── gcp-compute-region-commitment.json │ │ ├── gcp-compute-regional-instance-group-manager.json │ │ ├── gcp-compute-reservation.json │ │ ├── gcp-compute-route.json │ │ ├── gcp-compute-router.json │ │ ├── gcp-compute-security-policy.json │ │ ├── gcp-compute-snapshot.json │ │ ├── gcp-compute-ssl-certificate.json │ │ ├── gcp-compute-ssl-policy.json │ │ ├── gcp-compute-subnetwork.json │ │ ├── gcp-compute-target-http-proxy.json │ │ ├── gcp-compute-target-https-proxy.json │ │ ├── gcp-compute-target-pool.json │ │ ├── gcp-compute-url-map.json │ │ ├── gcp-compute-vpn-gateway.json │ │ ├── gcp-compute-vpn-tunnel.json │ │ ├── gcp-container-cluster.json │ │ ├── gcp-container-node-pool.json │ │ ├── gcp-dataflow-job.json │ │ ├── gcp-dataform-repository.json │ │ ├── gcp-dataplex-aspect-type.json │ │ ├── gcp-dataplex-data-scan.json │ │ ├── gcp-dataplex-entry-group.json │ │ ├── gcp-dataproc-autoscaling-policy.json │ │ ├── gcp-dataproc-cluster.json │ │ ├── gcp-dns-managed-zone.json │ │ ├── gcp-essential-contacts-contact.json │ │ ├── gcp-file-instance.json │ │ ├── gcp-iam-role.json │ │ ├── gcp-iam-service-account-key.json │ │ ├── gcp-iam-service-account.json │ │ ├── gcp-logging-bucket.json │ │ ├── gcp-logging-link.json │ │ ├── gcp-logging-saved-query.json │ │ ├── gcp-logging-sink.json │ │ ├── gcp-monitoring-alert-policy.json │ │ ├── gcp-monitoring-custom-dashboard.json │ │ ├── gcp-monitoring-notification-channel.json │ │ ├── gcp-orgpolicy-policy.json │ │ ├── gcp-pub-sub-subscription.json │ │ ├── gcp-pub-sub-topic.json │ │ ├── gcp-redis-instance.json │ │ ├── gcp-run-revision.json │ │ ├── gcp-run-service.json │ │ ├── gcp-secret-manager-secret.json │ │ ├── gcp-security-center-management-security-center-service.json │ │ ├── gcp-service-directory-endpoint.json │ │ ├── gcp-service-usage-service.json │ │ ├── gcp-spanner-database.json │ │ ├── gcp-spanner-instance.json │ │ ├── gcp-sql-admin-backup-run.json │ │ ├── gcp-sql-admin-backup.json │ │ ├── gcp-sql-admin-instance.json │ │ ├── gcp-storage-bucket-iam-policy.json │ │ ├── gcp-storage-bucket.json │ │ └── gcp-storage-transfer-transfer-job.json │ ├── k8s/ │ │ └── data/ │ │ ├── ClusterRole.json │ │ ├── ClusterRoleBinding.json │ │ ├── ConfigMap.json │ │ ├── CronJob.json │ │ ├── DaemonSet.json │ │ ├── Deployment.json │ │ ├── EndpointSlice.json │ │ ├── Endpoints.json │ │ ├── HorizontalPodAutoscaler.json │ │ ├── Ingress.json │ │ ├── Job.json │ │ ├── LimitRange.json │ │ ├── NetworkPolicy.json │ │ ├── Node.json │ │ ├── PersistentVolume.json │ │ ├── PersistentVolumeClaim.json │ │ ├── Pod.json │ │ ├── PodDisruptionBudget.json │ │ ├── PriorityClass.json │ │ ├── ReplicaSet.json │ │ ├── ReplicationController.json │ │ ├── ResourceQuota.json │ │ ├── Role.json │ │ ├── RoleBinding.json │ │ ├── Secret.json │ │ ├── Service.json │ │ ├── ServiceAccount.json │ │ ├── StatefulSet.json │ │ ├── StorageClass.json │ │ └── VolumeAttachment.json │ └── stdlib/ │ └── data/ │ ├── certificate.json │ ├── dns.json │ ├── http.json │ ├── ip.json │ ├── rdap-asn.json │ ├── rdap-domain.json │ ├── rdap-entity.json │ ├── rdap-ip-network.json │ └── rdap-nameserver.json ├── examples/ │ └── create-bookmark.json ├── go/ │ ├── audit/ │ │ ├── main.go │ │ └── main_test.go │ ├── auth/ │ │ ├── auth.go │ │ ├── auth_client.go │ │ ├── auth_test.go │ │ ├── context_aware_auth_test.go │ │ ├── gcpauth.go │ │ ├── mcpoauth.go │ │ ├── mcpoauth_test.go │ │ ├── middleware.go │ │ ├── middleware_test.go │ │ ├── nats.go │ │ ├── nats_test.go │ │ └── tracing.go │ ├── cliauth/ │ │ ├── cliauth.go │ │ └── cliauth_test.go │ ├── discovery/ │ │ ├── adapter.go │ │ ├── adapter_test.go │ │ ├── adapterhost.go │ │ ├── adapterhost_bench_test.go │ │ ├── adapterhost_test.go │ │ ├── cmd.go │ │ ├── cmd_test.go │ │ ├── doc.go │ │ ├── engine.go │ │ ├── engine_initerror_test.go │ │ ├── engine_test.go │ │ ├── enginerequests.go │ │ ├── enginerequests_test.go │ │ ├── execute_query_trace_test.go │ │ ├── getfindmutex.go │ │ ├── getfindmutex_test.go │ │ ├── heartbeat.go │ │ ├── heartbeat_test.go │ │ ├── item_tests.go │ │ ├── logs.go │ │ ├── logs_test.go │ │ ├── main_test.go │ │ ├── nats_shared_test.go │ │ ├── nats_watcher.go │ │ ├── nats_watcher_test.go │ │ ├── nil_publisher.go │ │ ├── performance_test.go │ │ ├── querytracker.go │ │ ├── querytracker_test.go │ │ ├── shared_test.go │ │ └── tracing.go │ ├── logging/ │ │ ├── logging.go │ │ └── logging_test.go │ ├── sdp-go/ │ │ ├── .gitignore │ │ ├── account.go │ │ ├── account.pb.go │ │ ├── apikey.go │ │ ├── apikeys.pb.go │ │ ├── area51.pb.go │ │ ├── auth0support.pb.go │ │ ├── bookmarks.go │ │ ├── bookmarks.pb.go │ │ ├── cached_entry.pb.go │ │ ├── changes.go │ │ ├── changes.pb.go │ │ ├── changes_test.go │ │ ├── changetimeline.go │ │ ├── changetimeline_test.go │ │ ├── cli.pb.go │ │ ├── compare.go │ │ ├── config.pb.go │ │ ├── connection.go │ │ ├── connection_test.go │ │ ├── encoder_test.go │ │ ├── errors.go │ │ ├── gateway.go │ │ ├── gateway.pb.go │ │ ├── gateway_test.go │ │ ├── genhandler.go │ │ ├── graph/ │ │ │ ├── main.go │ │ │ └── main_test.go │ │ ├── handler_cancelquery.go │ │ ├── handler_gatewayresponse.go │ │ ├── handler_natsgetlogrecordsrequest.go │ │ ├── handler_natsgetlogrecordsresponse.go │ │ ├── handler_query.go │ │ ├── handler_queryresponse.go │ │ ├── host_trust.go │ │ ├── host_trust_test.go │ │ ├── instance_detect.go │ │ ├── invites.pb.go │ │ ├── items.go │ │ ├── items.pb.go │ │ ├── items_test.go │ │ ├── link_extract.go │ │ ├── link_extract_test.go │ │ ├── logs.go │ │ ├── logs.pb.go │ │ ├── logs_test.go │ │ ├── progress.go │ │ ├── progress_test.go │ │ ├── proto_clone_test.go │ │ ├── responses.go │ │ ├── responses.pb.go │ │ ├── revlink.pb.go │ │ ├── sdpconnect/ │ │ │ ├── account.connect.go │ │ │ ├── apikeys.connect.go │ │ │ ├── area51.connect.go │ │ │ ├── auth0support.connect.go │ │ │ ├── bookmarks.connect.go │ │ │ ├── changes.connect.go │ │ │ ├── cli.connect.go │ │ │ ├── config.connect.go │ │ │ ├── invites.connect.go │ │ │ ├── logs.connect.go │ │ │ ├── revlink.connect.go │ │ │ ├── signal.connect.go │ │ │ └── snapshots.connect.go │ │ ├── sdpws/ │ │ │ ├── client.go │ │ │ ├── client_test.go │ │ │ ├── messagehandler.go │ │ │ └── utils.go │ │ ├── signal.pb.go │ │ ├── signals.go │ │ ├── snapshots.go │ │ ├── snapshots.pb.go │ │ ├── test_utils.go │ │ ├── test_utils_test.go │ │ ├── tracing.go │ │ ├── tracing_test.go │ │ ├── util.go │ │ ├── util.pb.go │ │ ├── util_test.go │ │ ├── validation.go │ │ └── validation_test.go │ ├── sdpcache/ │ │ ├── bolt.go │ │ ├── boltstore.go │ │ ├── boltstore_test.go │ │ ├── cache.go │ │ ├── cache_benchmark_test.go │ │ ├── cache_contract_test.go │ │ ├── cache_stuck_test.go │ │ ├── cache_test.go │ │ ├── item_generator_test.go │ │ ├── lookup_coordinator.go │ │ ├── memory.go │ │ ├── memory_test.go │ │ ├── noop_cache_test.go │ │ ├── pending.go │ │ ├── purger.go │ │ ├── sharded.go │ │ └── sharded_test.go │ └── tracing/ │ ├── deferlog.go │ ├── header_carrier.go │ ├── main.go │ ├── main_test.go │ ├── memory.go │ └── memory_test.go ├── go.mod ├── go.sum ├── gon-amd64.json ├── gon-arm64.json ├── k8s-source/ │ ├── acceptance/ │ │ └── nats-server.conf │ ├── adapters/ │ │ ├── clusterrole.go │ │ ├── clusterrole_test.go │ │ ├── clusterrolebinding.go │ │ ├── clusterrolebinding_test.go │ │ ├── configmap.go │ │ ├── configmap_test.go │ │ ├── cronjob.go │ │ ├── cronjob_test.go │ │ ├── daemonset.go │ │ ├── daemonset_test.go │ │ ├── deployment.go │ │ ├── deployment_test.go │ │ ├── endpoints.go │ │ ├── endpoints_test.go │ │ ├── endpointslice.go │ │ ├── endpointslice_test.go │ │ ├── generic_source.go │ │ ├── generic_source_test.go │ │ ├── horizontalpodautoscaler.go │ │ ├── horizontalpodautoscaler_test.go │ │ ├── ingress.go │ │ ├── ingress_test.go │ │ ├── job.go │ │ ├── job_test.go │ │ ├── limitrange.go │ │ ├── limitrange_test.go │ │ ├── main.go │ │ ├── networkpolicy.go │ │ ├── networkpolicy_test.go │ │ ├── node.go │ │ ├── node_test.go │ │ ├── persistentvolume.go │ │ ├── persistentvolume_test.go │ │ ├── persistentvolumeclaim.go │ │ ├── persistentvolumeclaim_test.go │ │ ├── poddisruptionbudget.go │ │ ├── poddisruptionbudget_test.go │ │ ├── pods.go │ │ ├── pods_test.go │ │ ├── priorityclass.go │ │ ├── priorityclass_test.go │ │ ├── replicaset.go │ │ ├── replicaset_test.go │ │ ├── replicationcontroller.go │ │ ├── replicationcontroller_test.go │ │ ├── resourcequota.go │ │ ├── resourcequota_test.go │ │ ├── role.go │ │ ├── role_test.go │ │ ├── rolebinding.go │ │ ├── rolebinding_test.go │ │ ├── secret.go │ │ ├── secret_test.go │ │ ├── service.go │ │ ├── service_test.go │ │ ├── serviceaccount.go │ │ ├── serviceaccount_test.go │ │ ├── shared_test.go │ │ ├── shared_util.go │ │ ├── shared_util_test.go │ │ ├── statefulset.go │ │ ├── statefulset_test.go │ │ ├── storageclass.go │ │ ├── storageclass_test.go │ │ ├── volumeattachment.go │ │ └── volumeattachment_test.go │ ├── build/ │ │ └── package/ │ │ └── Dockerfile │ ├── cmd/ │ │ └── root.go │ ├── config.json │ ├── cr.sh │ ├── deployments/ │ │ └── overmind-kube-source/ │ │ ├── .helmignore │ │ ├── Chart.yaml │ │ ├── README.md │ │ ├── templates/ │ │ │ ├── NOTES.txt │ │ │ ├── _helpers.tpl │ │ │ ├── clusterrole.yaml │ │ │ ├── clusterrolebinding.yaml │ │ │ ├── configmap.yaml │ │ │ ├── deployment.yaml │ │ │ ├── poddisruptionbudget.yaml │ │ │ ├── secret.yaml │ │ │ └── serviceaccount.yaml │ │ └── values.yaml │ ├── main.go │ └── proc/ │ └── proc.go ├── knowledge/ │ ├── discover.go │ └── discover_test.go ├── main.go ├── main.tf ├── sources/ │ ├── aws/ │ │ ├── apigateway-api-key.go │ │ ├── apigateway-stage.go │ │ ├── base.go │ │ ├── errors.go │ │ ├── shared/ │ │ │ ├── item-types.go │ │ │ └── models.go │ │ └── validation_test.go │ ├── azure/ │ │ ├── README.MD │ │ ├── build/ │ │ │ └── package/ │ │ │ └── Dockerfile │ │ ├── clients/ │ │ │ ├── application-gateways-client.go │ │ │ ├── application-security-groups-client.go │ │ │ ├── availability-sets-client.go │ │ │ ├── batch-accounts-client.go │ │ │ ├── batch-application-client.go │ │ │ ├── batch-application-package-client.go │ │ │ ├── batch-pool-client.go │ │ │ ├── batch-private-endpoint-connection-client.go │ │ │ ├── blob-containers-client.go │ │ │ ├── capacity-reservation-groups-client.go │ │ │ ├── capacity-reservations-client.go │ │ │ ├── compute-disk-access-private-endpoint-connection-client.go │ │ │ ├── dbforpostgresql-configurations-client.go │ │ │ ├── dbforpostgresql-flexible-server-administrator-client.go │ │ │ ├── dbforpostgresql-flexible-server-backup-client.go │ │ │ ├── dbforpostgresql-flexible-server-private-endpoint-connection-client.go │ │ │ ├── dbforpostgresql-flexible-server-replica-client.go │ │ │ ├── dbforpostgresql-flexible-server-virtual-endpoint-client.go │ │ │ ├── ddos-protection-plans-client.go │ │ │ ├── dedicated-host-groups-client.go │ │ │ ├── dedicated-hosts-client.go │ │ │ ├── default-security-rules-client.go │ │ │ ├── disk-accesses-client.go │ │ │ ├── disk-encryption-sets-client.go │ │ │ ├── disks-client.go │ │ │ ├── documentdb-database-accounts-client.go │ │ │ ├── documentdb-private-endpoint-connection-client.go │ │ │ ├── elastic-san-client.go │ │ │ ├── elastic-san-volume-client.go │ │ │ ├── elastic-san-volume-group-client.go │ │ │ ├── elastic-san-volume-snapshot-client.go │ │ │ ├── encryption-scopes-client.go │ │ │ ├── federated-identity-credentials-client.go │ │ │ ├── fileshares-client.go │ │ │ ├── flow-logs-client.go │ │ │ ├── galleries-client.go │ │ │ ├── gallery-application-versions-client.go │ │ │ ├── gallery-applications-client.go │ │ │ ├── gallery-images-client.go │ │ │ ├── images-client.go │ │ │ ├── interface-ip-configurations-client.go │ │ │ ├── ip-groups-client.go │ │ │ ├── keyvault-key-client.go │ │ │ ├── keyvault-managed-hsm-private-endpoint-connection-client.go │ │ │ ├── load-balancer-backend-address-pools-client.go │ │ │ ├── load-balancer-frontend-ip-configurations-client.go │ │ │ ├── load-balancer-probes-client.go │ │ │ ├── load-balancers-client.go │ │ │ ├── local-network-gateways-client.go │ │ │ ├── maintenance-configuration-client.go │ │ │ ├── managed-hsms-client.go │ │ │ ├── nat-gateways-client.go │ │ │ ├── network-interfaces-client.go │ │ │ ├── network-private-endpoint-client.go │ │ │ ├── network-security-groups-client.go │ │ │ ├── network-watchers-client.go │ │ │ ├── operational-insights-workspace-client.go │ │ │ ├── pager.go │ │ │ ├── pager_mocks.go │ │ │ ├── postgresql-databases-client.go │ │ │ ├── postgresql-flexible-server-firewall-rule-client.go │ │ │ ├── postgresql-flexible-servers-client.go │ │ │ ├── private-dns-zones-client.go │ │ │ ├── private-link-services-client.go │ │ │ ├── proximity-placement-groups-client.go │ │ │ ├── public-ip-addresses.go │ │ │ ├── public-ip-prefixes-client.go │ │ │ ├── queues-client.go │ │ │ ├── record-sets-client.go │ │ │ ├── role-assignments-client.go │ │ │ ├── role-definitions-client.go │ │ │ ├── route-tables-client.go │ │ │ ├── routes-client.go │ │ │ ├── secrets-client.go │ │ │ ├── security-rules-client.go │ │ │ ├── shared-gallery-images-client.go │ │ │ ├── snapshots-client.go │ │ │ ├── sql-database-schemas-client.go │ │ │ ├── sql-databases-client.go │ │ │ ├── sql-elastic-pool-client.go │ │ │ ├── sql-failover-groups-client.go │ │ │ ├── sql-server-firewall-rule-client.go │ │ │ ├── sql-server-keys-client.go │ │ │ ├── sql-server-private-endpoint-connection-client.go │ │ │ ├── sql-server-virtual-network-rule-client.go │ │ │ ├── sql-servers-client.go │ │ │ ├── storage-accounts-client.go │ │ │ ├── storage-private-endpoint-connection-client.go │ │ │ ├── subnets-client.go │ │ │ ├── tables-client.go │ │ │ ├── user-assigned-identities-client.go │ │ │ ├── vaults-client.go │ │ │ ├── virtual-machine-extensions-client.go │ │ │ ├── virtual-machine-run-commands-client.go │ │ │ ├── virtual-machine-scale-sets-client.go │ │ │ ├── virtual-machines-client.go │ │ │ ├── virtual-network-gateway-connections-client.go │ │ │ ├── virtual-network-gateways-client.go │ │ │ ├── virtual-network-links-client.go │ │ │ ├── virtual-network-peerings-client.go │ │ │ ├── virtual-networks-client.go │ │ │ └── zones-client.go │ │ ├── cmd/ │ │ │ ├── root.go │ │ │ └── root_test.go │ │ ├── docs/ │ │ │ ├── federated-credentials.md │ │ │ ├── testing-federated-auth.md │ │ │ └── usage.md │ │ ├── integration-tests/ │ │ │ ├── README.md │ │ │ ├── authorization-role-assignment_test.go │ │ │ ├── authorization-role-definition_test.go │ │ │ ├── batch-batch-accounts_test.go │ │ │ ├── batch-batch-application-package_test.go │ │ │ ├── batch-private-endpoint-connection_test.go │ │ │ ├── compute-availability-set_test.go │ │ │ ├── compute-capacity-reservation-group_test.go │ │ │ ├── compute-dedicated-host-group_test.go │ │ │ ├── compute-disk-access_test.go │ │ │ ├── compute-disk-encryption-set_test.go │ │ │ ├── compute-disk_test.go │ │ │ ├── compute-gallery-application-version_test.go │ │ │ ├── compute-image_test.go │ │ │ ├── compute-proximity-placement-group_test.go │ │ │ ├── compute-snapshot_test.go │ │ │ ├── compute-virtual-machine-extension_test.go │ │ │ ├── compute-virtual-machine-run-command_test.go │ │ │ ├── compute-virtual-machine-scale-set_test.go │ │ │ ├── compute-virtual-machine_test.go │ │ │ ├── dbforpostgresql-database_test.go │ │ │ ├── dbforpostgresql-flexible-server-administrator_test.go │ │ │ ├── dbforpostgresql-flexible-server-backup_test.go │ │ │ ├── dbforpostgresql-flexible-server-configuration_test.go │ │ │ ├── dbforpostgresql-flexible-server-replica_test.go │ │ │ ├── dbforpostgresql-flexible-server-virtual-endpoint_test.go │ │ │ ├── dbforpostgresql-flexible-server_test.go │ │ │ ├── documentdb-database-accounts_test.go │ │ │ ├── elastic-san-volume_test.go │ │ │ ├── helpers_test.go │ │ │ ├── keyvault-managed-hsm_test.go │ │ │ ├── keyvault-secret_test.go │ │ │ ├── keyvault-vault_test.go │ │ │ ├── keyvault_helpers_test.go │ │ │ ├── main_test.go │ │ │ ├── maintenance-maintenance-configuration_test.go │ │ │ ├── managedidentity-federated-identity-credential_test.go │ │ │ ├── managedidentity-user-assigned-identity_test.go │ │ │ ├── network-application-gateway_test.go │ │ │ ├── network-dns-virtual-network-link_test.go │ │ │ ├── network-flow-log_test.go │ │ │ ├── network-ip-group_test.go │ │ │ ├── network-load-balancer-backend-address-pool_test.go │ │ │ ├── network-load-balancer-frontend-ip-configuration_test.go │ │ │ ├── network-load-balancer-probe_test.go │ │ │ ├── network-load-balancer_test.go │ │ │ ├── network-local-network-gateway_test.go │ │ │ ├── network-network-interface-ip-configuration_test.go │ │ │ ├── network-network-interface_test.go │ │ │ ├── network-network-security-group_test.go │ │ │ ├── network-network-watcher_test.go │ │ │ ├── network-private-link-service_test.go │ │ │ ├── network-public-ip-address_test.go │ │ │ ├── network-route-table_test.go │ │ │ ├── network-virtual-network-gateway-connection_test.go │ │ │ ├── network-virtual-network_test.go │ │ │ ├── network-zone_test.go │ │ │ ├── operational-insights-workspace_test.go │ │ │ ├── sql-database-schema_test.go │ │ │ ├── sql-database_test.go │ │ │ ├── sql-server-failover-group_test.go │ │ │ ├── sql-server-key_test.go │ │ │ ├── sql-server_test.go │ │ │ ├── storage-account_test.go │ │ │ ├── storage-blob-container_test.go │ │ │ ├── storage-fileshare_test.go │ │ │ ├── storage-queues_test.go │ │ │ └── storage-table_test.go │ │ ├── main.go │ │ ├── manual/ │ │ │ ├── README.md │ │ │ ├── adapters.go │ │ │ ├── authorization-role-assignment.go │ │ │ ├── authorization-role-assignment_test.go │ │ │ ├── authorization-role-definition.go │ │ │ ├── authorization-role-definition_test.go │ │ │ ├── batch-batch-accounts.go │ │ │ ├── batch-batch-accounts_test.go │ │ │ ├── batch-batch-application-package.go │ │ │ ├── batch-batch-application-package_test.go │ │ │ ├── batch-batch-application.go │ │ │ ├── batch-batch-application_test.go │ │ │ ├── batch-batch-pool.go │ │ │ ├── batch-batch-pool_test.go │ │ │ ├── batch-private-endpoint-connection.go │ │ │ ├── batch-private-endpoint-connection_test.go │ │ │ ├── compute-availability-set.go │ │ │ ├── compute-availability-set_test.go │ │ │ ├── compute-capacity-reservation-group.go │ │ │ ├── compute-capacity-reservation-group_test.go │ │ │ ├── compute-capacity-reservation.go │ │ │ ├── compute-capacity-reservation_test.go │ │ │ ├── compute-dedicated-host-group.go │ │ │ ├── compute-dedicated-host-group_test.go │ │ │ ├── compute-dedicated-host.go │ │ │ ├── compute-dedicated-host_test.go │ │ │ ├── compute-disk-access-private-endpoint-connection.go │ │ │ ├── compute-disk-access-private-endpoint-connection_test.go │ │ │ ├── compute-disk-access.go │ │ │ ├── compute-disk-access_test.go │ │ │ ├── compute-disk-encryption-set.go │ │ │ ├── compute-disk-encryption-set_test.go │ │ │ ├── compute-disk.go │ │ │ ├── compute-disk_test.go │ │ │ ├── compute-gallery-application-version.go │ │ │ ├── compute-gallery-application-version_test.go │ │ │ ├── compute-gallery-application.go │ │ │ ├── compute-gallery-application_test.go │ │ │ ├── compute-gallery-image.go │ │ │ ├── compute-gallery-image_test.go │ │ │ ├── compute-gallery.go │ │ │ ├── compute-gallery_test.go │ │ │ ├── compute-image.go │ │ │ ├── compute-image_test.go │ │ │ ├── compute-proximity-placement-group.go │ │ │ ├── compute-proximity-placement-group_test.go │ │ │ ├── compute-shared-gallery-image.go │ │ │ ├── compute-shared-gallery-image_test.go │ │ │ ├── compute-snapshot.go │ │ │ ├── compute-snapshot_test.go │ │ │ ├── compute-virtual-machine-extension.go │ │ │ ├── compute-virtual-machine-extension_test.go │ │ │ ├── compute-virtual-machine-run-command.go │ │ │ ├── compute-virtual-machine-run-command_test.go │ │ │ ├── compute-virtual-machine-scale-set.go │ │ │ ├── compute-virtual-machine-scale-set_test.go │ │ │ ├── compute-virtual-machine.go │ │ │ ├── compute-virtual-machine_test.go │ │ │ ├── dbforpostgresql-database.go │ │ │ ├── dbforpostgresql-database_test.go │ │ │ ├── dbforpostgresql-flexible-server-administrator.go │ │ │ ├── dbforpostgresql-flexible-server-administrator_test.go │ │ │ ├── dbforpostgresql-flexible-server-backup.go │ │ │ ├── dbforpostgresql-flexible-server-backup_test.go │ │ │ ├── dbforpostgresql-flexible-server-configuration.go │ │ │ ├── dbforpostgresql-flexible-server-configuration_test.go │ │ │ ├── dbforpostgresql-flexible-server-firewall-rule.go │ │ │ ├── dbforpostgresql-flexible-server-firewall-rule_test.go │ │ │ ├── dbforpostgresql-flexible-server-private-endpoint-connection.go │ │ │ ├── dbforpostgresql-flexible-server-private-endpoint-connection_test.go │ │ │ ├── dbforpostgresql-flexible-server-replica.go │ │ │ ├── dbforpostgresql-flexible-server-replica_test.go │ │ │ ├── dbforpostgresql-flexible-server-virtual-endpoint.go │ │ │ ├── dbforpostgresql-flexible-server-virtual-endpoint_test.go │ │ │ ├── dbforpostgresql-flexible-server.go │ │ │ ├── dbforpostgresql-flexible-server_test.go │ │ │ ├── dns_links.go │ │ │ ├── documentdb-database-accounts.go │ │ │ ├── documentdb-database-accounts_test.go │ │ │ ├── documentdb-private-endpoint-connection.go │ │ │ ├── documentdb-private-endpoint-connection_test.go │ │ │ ├── elastic-san-volume-group.go │ │ │ ├── elastic-san-volume-group_test.go │ │ │ ├── elastic-san-volume-snapshot.go │ │ │ ├── elastic-san-volume-snapshot_test.go │ │ │ ├── elastic-san-volume.go │ │ │ ├── elastic-san-volume_test.go │ │ │ ├── elastic-san.go │ │ │ ├── elastic-san_test.go │ │ │ ├── keyvault-key.go │ │ │ ├── keyvault-key_test.go │ │ │ ├── keyvault-managed-hsm-private-endpoint-connection.go │ │ │ ├── keyvault-managed-hsm-private-endpoint-connection_test.go │ │ │ ├── keyvault-managed-hsm.go │ │ │ ├── keyvault-managed-hsm_test.go │ │ │ ├── keyvault-secret.go │ │ │ ├── keyvault-secret_test.go │ │ │ ├── keyvault-vault.go │ │ │ ├── keyvault-vault_test.go │ │ │ ├── links_helpers.go │ │ │ ├── maintenance-maintenance-configuration.go │ │ │ ├── maintenance-maintenance-configuration_test.go │ │ │ ├── managedidentity-federated-identity-credential.go │ │ │ ├── managedidentity-federated-identity-credential_test.go │ │ │ ├── managedidentity-user-assigned-identity.go │ │ │ ├── managedidentity-user-assigned-identity_test.go │ │ │ ├── network-application-gateway.go │ │ │ ├── network-application-gateway_test.go │ │ │ ├── network-application-security-group.go │ │ │ ├── network-application-security-group_test.go │ │ │ ├── network-ddos-protection-plan.go │ │ │ ├── network-ddos-protection-plan_test.go │ │ │ ├── network-default-security-rule.go │ │ │ ├── network-default-security-rule_test.go │ │ │ ├── network-dns-record-set.go │ │ │ ├── network-dns-record-set_test.go │ │ │ ├── network-dns-virtual-network-link.go │ │ │ ├── network-dns-virtual-network-link_test.go │ │ │ ├── network-flow-log.go │ │ │ ├── network-flow-log_test.go │ │ │ ├── network-ip-group.go │ │ │ ├── network-ip-group_test.go │ │ │ ├── network-load-balancer-backend-address-pool.go │ │ │ ├── network-load-balancer-backend-address-pool_test.go │ │ │ ├── network-load-balancer-frontend-ip-configuration.go │ │ │ ├── network-load-balancer-frontend-ip-configuration_test.go │ │ │ ├── network-load-balancer-probe.go │ │ │ ├── network-load-balancer-probe_test.go │ │ │ ├── network-load-balancer.go │ │ │ ├── network-load-balancer_test.go │ │ │ ├── network-local-network-gateway.go │ │ │ ├── network-local-network-gateway_test.go │ │ │ ├── network-nat-gateway.go │ │ │ ├── network-nat-gateway_test.go │ │ │ ├── network-network-interface-ip-configuration.go │ │ │ ├── network-network-interface-ip-configuration_test.go │ │ │ ├── network-network-interface.go │ │ │ ├── network-network-interface_test.go │ │ │ ├── network-network-security-group.go │ │ │ ├── network-network-security-group_test.go │ │ │ ├── network-network-watcher.go │ │ │ ├── network-network-watcher_test.go │ │ │ ├── network-private-dns-zone.go │ │ │ ├── network-private-dns-zone_test.go │ │ │ ├── network-private-endpoint.go │ │ │ ├── network-private-endpoint_test.go │ │ │ ├── network-private-link-service.go │ │ │ ├── network-private-link-service_test.go │ │ │ ├── network-public-ip-address.go │ │ │ ├── network-public-ip-address_test.go │ │ │ ├── network-public-ip-prefix.go │ │ │ ├── network-public-ip-prefix_test.go │ │ │ ├── network-route-table.go │ │ │ ├── network-route-table_test.go │ │ │ ├── network-route.go │ │ │ ├── network-route_test.go │ │ │ ├── network-security-rule.go │ │ │ ├── network-security-rule_test.go │ │ │ ├── network-subnet.go │ │ │ ├── network-subnet_test.go │ │ │ ├── network-virtual-network-gateway-connection.go │ │ │ ├── network-virtual-network-gateway-connection_test.go │ │ │ ├── network-virtual-network-gateway.go │ │ │ ├── network-virtual-network-gateway_test.go │ │ │ ├── network-virtual-network-peering.go │ │ │ ├── network-virtual-network-peering_test.go │ │ │ ├── network-virtual-network.go │ │ │ ├── network-virtual-network_test.go │ │ │ ├── network-zone.go │ │ │ ├── network-zone_test.go │ │ │ ├── operational-insights-workspace.go │ │ │ ├── operational-insights-workspace_test.go │ │ │ ├── sql-database-schema.go │ │ │ ├── sql-database-schema_test.go │ │ │ ├── sql-database.go │ │ │ ├── sql-database_test.go │ │ │ ├── sql-elastic-pool.go │ │ │ ├── sql-elastic-pool_test.go │ │ │ ├── sql-server-failover-group.go │ │ │ ├── sql-server-failover-group_test.go │ │ │ ├── sql-server-firewall-rule.go │ │ │ ├── sql-server-firewall-rule_test.go │ │ │ ├── sql-server-key.go │ │ │ ├── sql-server-key_test.go │ │ │ ├── sql-server-private-endpoint-connection.go │ │ │ ├── sql-server-private-endpoint-connection_test.go │ │ │ ├── sql-server-virtual-network-rule.go │ │ │ ├── sql-server-virtual-network-rule_test.go │ │ │ ├── sql-server.go │ │ │ ├── sql-server_test.go │ │ │ ├── storage-account.go │ │ │ ├── storage-account_test.go │ │ │ ├── storage-blob-container.go │ │ │ ├── storage-blob-container_test.go │ │ │ ├── storage-encryption-scope.go │ │ │ ├── storage-encryption-scope_test.go │ │ │ ├── storage-fileshare.go │ │ │ ├── storage-fileshare_test.go │ │ │ ├── storage-private-endpoint-connection.go │ │ │ ├── storage-private-endpoint-connection_test.go │ │ │ ├── storage-queues.go │ │ │ ├── storage-queues_test.go │ │ │ ├── storage-table.go │ │ │ └── storage-table_test.go │ │ ├── proc/ │ │ │ ├── proc.go │ │ │ └── proc_test.go │ │ ├── setup_helper_script.sh │ │ └── shared/ │ │ ├── adapter-meta.go │ │ ├── azure-http-client.go │ │ ├── base.go │ │ ├── credentials.go │ │ ├── errors.go │ │ ├── item-types.go │ │ ├── mocks/ │ │ │ ├── mock_application_gateways_client.go │ │ │ ├── mock_application_security_groups_client.go │ │ │ ├── mock_availability_sets_client.go │ │ │ ├── mock_batch_accounts_client.go │ │ │ ├── mock_batch_application_client.go │ │ │ ├── mock_batch_application_package_client.go │ │ │ ├── mock_batch_pool_client.go │ │ │ ├── mock_batch_private_endpoint_connection_client.go │ │ │ ├── mock_blob_containers_client.go │ │ │ ├── mock_capacity_reservation_groups_client.go │ │ │ ├── mock_capacity_reservations_client.go │ │ │ ├── mock_compute_disk_access_private_endpoint_connection_client.go │ │ │ ├── mock_dbforpostgresql_configurations_client.go │ │ │ ├── mock_dbforpostgresql_flexible_server_administrator_client.go │ │ │ ├── mock_dbforpostgresql_flexible_server_backup_client.go │ │ │ ├── mock_dbforpostgresql_flexible_server_private_endpoint_connection_client.go │ │ │ ├── mock_dbforpostgresql_flexible_server_replica_client.go │ │ │ ├── mock_dbforpostgresql_flexible_server_virtual_endpoint_client.go │ │ │ ├── mock_ddos_protection_plans_client.go │ │ │ ├── mock_dedicated_host_groups_client.go │ │ │ ├── mock_dedicated_hosts_client.go │ │ │ ├── mock_default_security_rules_client.go │ │ │ ├── mock_disk_accesses_client.go │ │ │ ├── mock_disk_encryption_sets_client.go │ │ │ ├── mock_disks_client.go │ │ │ ├── mock_documentdb_database_accounts_client.go │ │ │ ├── mock_documentdb_private_endpoint_connection_client.go │ │ │ ├── mock_elastic_san_client.go │ │ │ ├── mock_elastic_san_volume_client.go │ │ │ ├── mock_elastic_san_volume_group_client.go │ │ │ ├── mock_elastic_san_volume_snapshot_client.go │ │ │ ├── mock_encryption_scopes_client.go │ │ │ ├── mock_federated_identity_credentials_client.go │ │ │ ├── mock_file_shares_client.go │ │ │ ├── mock_flow_logs_client.go │ │ │ ├── mock_galleries_client.go │ │ │ ├── mock_gallery_application_versions_client.go │ │ │ ├── mock_gallery_applications_client.go │ │ │ ├── mock_gallery_images_client.go │ │ │ ├── mock_images_client.go │ │ │ ├── mock_interface_ip_configurations_client.go │ │ │ ├── mock_ip_groups_client.go │ │ │ ├── mock_keyvault_key_client.go │ │ │ ├── mock_keyvault_managed_hsm_private_endpoint_connection_client.go │ │ │ ├── mock_load_balancer_backend_address_pools_client.go │ │ │ ├── mock_load_balancer_frontend_ip_configurations_client.go │ │ │ ├── mock_load_balancer_probes_client.go │ │ │ ├── mock_load_balancers_client.go │ │ │ ├── mock_local_network_gateways_client.go │ │ │ ├── mock_maintenance_configuration_client.go │ │ │ ├── mock_managed_hsms_client.go │ │ │ ├── mock_nat_gateways_client.go │ │ │ ├── mock_network_interfaces_client.go │ │ │ ├── mock_network_private_endpoint_client.go │ │ │ ├── mock_network_security_groups_client.go │ │ │ ├── mock_network_watchers_client.go │ │ │ ├── mock_operational_insights_workspace_client.go │ │ │ ├── mock_postgresql_databases_client.go │ │ │ ├── mock_postgresql_flexible_server_firewall_rule_client.go │ │ │ ├── mock_postgresql_flexible_servers_client.go │ │ │ ├── mock_private_dns_zones_client.go │ │ │ ├── mock_private_link_services_client.go │ │ │ ├── mock_proximity_placement_groups_client.go │ │ │ ├── mock_public_ip_addresses_client.go │ │ │ ├── mock_public_ip_prefixes_client.go │ │ │ ├── mock_queues_client.go │ │ │ ├── mock_record_sets_client.go │ │ │ ├── mock_role_assignments_client.go │ │ │ ├── mock_role_definitions_client.go │ │ │ ├── mock_route_tables_client.go │ │ │ ├── mock_routes_client.go │ │ │ ├── mock_secrets_client.go │ │ │ ├── mock_security_rules_client.go │ │ │ ├── mock_shared_gallery_images_client.go │ │ │ ├── mock_snapshots_client.go │ │ │ ├── mock_sql_database_schemas_client.go │ │ │ ├── mock_sql_databases_client.go │ │ │ ├── mock_sql_elastic_pool_client.go │ │ │ ├── mock_sql_failover_groups_client.go │ │ │ ├── mock_sql_server_firewall_rule_client.go │ │ │ ├── mock_sql_server_keys_client.go │ │ │ ├── mock_sql_server_private_endpoint_connection_client.go │ │ │ ├── mock_sql_server_virtual_network_rule_client.go │ │ │ ├── mock_sql_servers_client.go │ │ │ ├── mock_storage_accounts_client.go │ │ │ ├── mock_storage_accounts_pager.go │ │ │ ├── mock_storage_private_endpoint_connection_client.go │ │ │ ├── mock_subnets_client.go │ │ │ ├── mock_tables_client.go │ │ │ ├── mock_user_assigned_identities_client.go │ │ │ ├── mock_vaults_client.go │ │ │ ├── mock_virtual_machine_extensions_client.go │ │ │ ├── mock_virtual_machine_run_commands_client.go │ │ │ ├── mock_virtual_machine_scale_sets_client.go │ │ │ ├── mock_virtual_machines_client.go │ │ │ ├── mock_virtual_machines_pager.go │ │ │ ├── mock_virtual_network_gateway_connections_client.go │ │ │ ├── mock_virtual_network_gateways_client.go │ │ │ ├── mock_virtual_network_links_client.go │ │ │ ├── mock_virtual_network_peerings_client.go │ │ │ ├── mock_virtual_networks_client.go │ │ │ ├── mock_zones_client.go │ │ │ └── pager_helpers.go │ │ ├── models.go │ │ ├── resource_id_item_type.go │ │ ├── resource_id_item_type_test.go │ │ ├── scope.go │ │ ├── utils.go │ │ └── utils_test.go │ ├── example/ │ │ ├── base.go │ │ ├── custom_searchable_listable.go │ │ ├── errors.go │ │ ├── metadata_test.go │ │ ├── mocks/ │ │ │ └── mock_external_api_client.go │ │ ├── shared/ │ │ │ └── models.go │ │ ├── standard_searchable_listable.go │ │ ├── standard_searchable_listable_test.go │ │ └── validation_test.go │ ├── gcp/ │ │ ├── README.md │ │ ├── build/ │ │ │ └── package/ │ │ │ └── Dockerfile │ │ ├── cmd/ │ │ │ ├── root.go │ │ │ └── root_test.go │ │ ├── dynamic/ │ │ │ ├── README.md │ │ │ ├── adapter-listable.go │ │ │ ├── adapter-searchable-listable.go │ │ │ ├── adapter-searchable.go │ │ │ ├── adapter.go │ │ │ ├── adapter_test.go │ │ │ ├── adapters/ │ │ │ │ ├── ai-platform-batch-prediction-job.go │ │ │ │ ├── ai-platform-batch-prediction-job_test.go │ │ │ │ ├── ai-platform-custom-job.go │ │ │ │ ├── ai-platform-custom-job_test.go │ │ │ │ ├── ai-platform-endpoint.go │ │ │ │ ├── ai-platform-endpoint_test.go │ │ │ │ ├── ai-platform-model-deployment-monitoring-job.go │ │ │ │ ├── ai-platform-model-deployment-monitoring-job_test.go │ │ │ │ ├── ai-platform-model.go │ │ │ │ ├── ai-platform-model_test.go │ │ │ │ ├── ai-platform-pipeline-job.go │ │ │ │ ├── ai-platform-pipeline-job_test.go │ │ │ │ ├── artifact-registry-docker-image.go │ │ │ │ ├── artifact-registry-docker-image_test.go │ │ │ │ ├── artifact-registry-repository.go │ │ │ │ ├── big-query-data-transfer-transfer-config.go │ │ │ │ ├── big-query-data-transfer-transfer-config_test.go │ │ │ │ ├── big-table-admin-app-profile.go │ │ │ │ ├── big-table-admin-app-profile_test.go │ │ │ │ ├── big-table-admin-backup.go │ │ │ │ ├── big-table-admin-backup_test.go │ │ │ │ ├── big-table-admin-cluster.go │ │ │ │ ├── big-table-admin-cluster_test.go │ │ │ │ ├── big-table-admin-instance.go │ │ │ │ ├── big-table-admin-instance_test.go │ │ │ │ ├── big-table-admin-table.go │ │ │ │ ├── big-table-admin-table_test.go │ │ │ │ ├── cloud-billing-billing-info.go │ │ │ │ ├── cloud-billing-billing-info_test.go │ │ │ │ ├── cloud-build-build.go │ │ │ │ ├── cloud-build-build_test.go │ │ │ │ ├── cloud-resource-manager-project.go │ │ │ │ ├── cloud-resource-manager-project_test.go │ │ │ │ ├── cloud-resource-manager-tag-key.go │ │ │ │ ├── cloud-resource-manager-tag-key_test.go │ │ │ │ ├── cloud-resource-manager-tag-value.go │ │ │ │ ├── cloud-resource-manager-tag-value_test.go │ │ │ │ ├── cloudfunctions-function.go │ │ │ │ ├── cloudfunctions-function_test.go │ │ │ │ ├── compute-accelerator-type.go │ │ │ │ ├── compute-disk-type.go │ │ │ │ ├── compute-external-vpn-gateway.go │ │ │ │ ├── compute-external-vpn-gateway_test.go │ │ │ │ ├── compute-firewall.go │ │ │ │ ├── compute-firewall_test.go │ │ │ │ ├── compute-global-address.go │ │ │ │ ├── compute-global-address_test.go │ │ │ │ ├── compute-global-forwarding-rule.go │ │ │ │ ├── compute-global-forwarding-rule_test.go │ │ │ │ ├── compute-http-health-check.go │ │ │ │ ├── compute-http-health-check_test.go │ │ │ │ ├── compute-instance-template.go │ │ │ │ ├── compute-instance-template_test.go │ │ │ │ ├── compute-license.go │ │ │ │ ├── compute-network-endpoint-group.go │ │ │ │ ├── compute-network-endpoint-group_test.go │ │ │ │ ├── compute-network.go │ │ │ │ ├── compute-network_test.go │ │ │ │ ├── compute-project.go │ │ │ │ ├── compute-project_test.go │ │ │ │ ├── compute-public-delegated-prefix.go │ │ │ │ ├── compute-public-delegated-prefix_test.go │ │ │ │ ├── compute-region-commitment.go │ │ │ │ ├── compute-region-commitment_test.go │ │ │ │ ├── compute-resource-policy.go │ │ │ │ ├── compute-route.go │ │ │ │ ├── compute-route_test.go │ │ │ │ ├── compute-router.go │ │ │ │ ├── compute-router_test.go │ │ │ │ ├── compute-ssl-certificate.go │ │ │ │ ├── compute-ssl-certificate_test.go │ │ │ │ ├── compute-ssl-policy.go │ │ │ │ ├── compute-ssl-policy_test.go │ │ │ │ ├── compute-storage-pool.go │ │ │ │ ├── compute-subnetwork.go │ │ │ │ ├── compute-subnetwork_test.go │ │ │ │ ├── compute-target-http-proxy.go │ │ │ │ ├── compute-target-http-proxy_test.go │ │ │ │ ├── compute-target-https-proxy.go │ │ │ │ ├── compute-target-https-proxy_test.go │ │ │ │ ├── compute-target-pool.go │ │ │ │ ├── compute-target-pool_test.go │ │ │ │ ├── compute-url-map.go │ │ │ │ ├── compute-url-map_test.go │ │ │ │ ├── compute-vpn-gateway.go │ │ │ │ ├── compute-vpn-gateway_test.go │ │ │ │ ├── compute-vpn-tunnel.go │ │ │ │ ├── compute-vpn-tunnel_test.go │ │ │ │ ├── container-cluster.go │ │ │ │ ├── container-cluster_test.go │ │ │ │ ├── container-node-pool.go │ │ │ │ ├── container-node-pool_test.go │ │ │ │ ├── dataflow-job.go │ │ │ │ ├── dataflow-job_test.go │ │ │ │ ├── dataform-repository.go │ │ │ │ ├── dataform-repository_test.go │ │ │ │ ├── dataplex-aspect-type.go │ │ │ │ ├── dataplex-aspect-type_test.go │ │ │ │ ├── dataplex-data-scan.go │ │ │ │ ├── dataplex-data-scan_test.go │ │ │ │ ├── dataplex-entry-group.go │ │ │ │ ├── dataplex-entry-group_test.go │ │ │ │ ├── dataproc-auto-scaling-policy.go │ │ │ │ ├── dataproc-auto-scaling-policy_test.go │ │ │ │ ├── dataproc-cluster.go │ │ │ │ ├── dataproc-cluster_test.go │ │ │ │ ├── dns-managed-zone.go │ │ │ │ ├── dns-managed-zone_test.go │ │ │ │ ├── essential-contacts-contact.go │ │ │ │ ├── essential-contacts-contact_test.go │ │ │ │ ├── eventarc-trigger.go │ │ │ │ ├── eventarc-trigger_test.go │ │ │ │ ├── file-instance.go │ │ │ │ ├── file-instance_test.go │ │ │ │ ├── iam-role.go │ │ │ │ ├── iam-role_test.go │ │ │ │ ├── logging-bucket.go │ │ │ │ ├── logging-bucket_test.go │ │ │ │ ├── logging-link.go │ │ │ │ ├── logging-link_test.go │ │ │ │ ├── logging-saved-query.go │ │ │ │ ├── logging-saved-query_test.go │ │ │ │ ├── models.go │ │ │ │ ├── monitoring-alert-policy.go │ │ │ │ ├── monitoring-alert-policy_test.go │ │ │ │ ├── monitoring-custom-dashboard.go │ │ │ │ ├── monitoring-custom-dashboard_test.go │ │ │ │ ├── monitoring-notification-channel.go │ │ │ │ ├── monitoring-notification-channel_test.go │ │ │ │ ├── orgpolicy-policy.go │ │ │ │ ├── orgpolicy-policy_test.go │ │ │ │ ├── pubsub-subscription.go │ │ │ │ ├── pubsub-subscription_test.go │ │ │ │ ├── pubsub-topic.go │ │ │ │ ├── pubsub-topic_test.go │ │ │ │ ├── redis-instance.go │ │ │ │ ├── redis-instance_test.go │ │ │ │ ├── run-revision.go │ │ │ │ ├── run-revision_test.go │ │ │ │ ├── run-service.go │ │ │ │ ├── run-service_test.go │ │ │ │ ├── run-worker-pool.go │ │ │ │ ├── secret-manager-secret.go │ │ │ │ ├── secret-manager-secret_test.go │ │ │ │ ├── security-center-management-security-center-service.go │ │ │ │ ├── security-center-management-security-center-service_test.go │ │ │ │ ├── service-directory-endpoint.go │ │ │ │ ├── service-directory-endpoint_test.go │ │ │ │ ├── service-directory-service.go │ │ │ │ ├── service-usage-service.go │ │ │ │ ├── service-usage-service_test.go │ │ │ │ ├── spanner-backup.go │ │ │ │ ├── spanner-database.go │ │ │ │ ├── spanner-database_test.go │ │ │ │ ├── spanner-instance-config.go │ │ │ │ ├── spanner-instance.go │ │ │ │ ├── spanner-instance_test.go │ │ │ │ ├── sql-admin-backup-run.go │ │ │ │ ├── sql-admin-backup-run_test.go │ │ │ │ ├── sql-admin-backup.go │ │ │ │ ├── sql-admin-backup_test.go │ │ │ │ ├── sql-admin-instance.go │ │ │ │ ├── sql-admin-instance_test.go │ │ │ │ ├── storage-bucket.go │ │ │ │ ├── storage-bucket_test.go │ │ │ │ ├── storage-transfer-transfer-job.go │ │ │ │ └── storage-transfer-transfer-job_test.go │ │ │ ├── adapters.go │ │ │ ├── adapters_test.go │ │ │ ├── ai-tools/ │ │ │ │ ├── README.md │ │ │ │ ├── build.sh │ │ │ │ ├── generate-adapter-ticket-cmd/ │ │ │ │ │ └── main.go │ │ │ │ └── generate-test-ticket-cmd/ │ │ │ │ └── main.go │ │ │ ├── errors.go │ │ │ ├── shared.go │ │ │ ├── shared_test.go │ │ │ └── testing.go │ │ ├── integration-tests/ │ │ │ ├── README.md │ │ │ ├── big-query-model_test.go │ │ │ ├── compute-address_test.go │ │ │ ├── compute-autoscaler_test.go │ │ │ ├── compute-disk_test.go │ │ │ ├── compute-forwarding-rule_test.go │ │ │ ├── compute-healthcheck_test.go │ │ │ ├── compute-image_test.go │ │ │ ├── compute-instance-group-manager_test.go │ │ │ ├── compute-instance-group_test.go │ │ │ ├── compute-instance_test.go │ │ │ ├── compute-instant-snapshot_test.go │ │ │ ├── compute-machine-image_test.go │ │ │ ├── compute-network_test.go │ │ │ ├── compute-node-group_test.go │ │ │ ├── compute-reservation_test.go │ │ │ ├── compute-snapshot_test.go │ │ │ ├── compute-subnetwork_test.go │ │ │ ├── computer-instance-template_test.go │ │ │ ├── kms_vs_asset_inventory_test.go │ │ │ ├── main_test.go │ │ │ ├── network-tags_test.go │ │ │ ├── service-account-impersonation_test.go │ │ │ ├── spanner-database_test.go │ │ │ └── spanner-instance_test.go │ │ ├── main.go │ │ ├── manual/ │ │ │ ├── README.md │ │ │ ├── adapters.go │ │ │ ├── big-query-dataset.go │ │ │ ├── big-query-dataset_test.go │ │ │ ├── big-query-model.go │ │ │ ├── big-query-model_test.go │ │ │ ├── big-query-routine.go │ │ │ ├── big-query-routine_test.go │ │ │ ├── big-query-table.go │ │ │ ├── big-query-table_test.go │ │ │ ├── certificate-manager-certificate.go │ │ │ ├── certificate-manager-certificate_test.go │ │ │ ├── cloud-kms-crypto-key-version.go │ │ │ ├── cloud-kms-crypto-key-version_test.go │ │ │ ├── cloud-kms-crypto-key.go │ │ │ ├── cloud-kms-crypto-key_test.go │ │ │ ├── cloud-kms-key-ring.go │ │ │ ├── cloud-kms-key-ring_test.go │ │ │ ├── compute-address.go │ │ │ ├── compute-address_test.go │ │ │ ├── compute-autoscaler.go │ │ │ ├── compute-autoscaler_test.go │ │ │ ├── compute-backend-service.go │ │ │ ├── compute-backend-service_test.go │ │ │ ├── compute-disk.go │ │ │ ├── compute-disk_test.go │ │ │ ├── compute-forwarding-rule.go │ │ │ ├── compute-forwarding-rule_test.go │ │ │ ├── compute-healthcheck.go │ │ │ ├── compute-healthcheck_test.go │ │ │ ├── compute-image.go │ │ │ ├── compute-image_test.go │ │ │ ├── compute-instance-group-manager-shared.go │ │ │ ├── compute-instance-group-manager.go │ │ │ ├── compute-instance-group-manager_test.go │ │ │ ├── compute-instance-group.go │ │ │ ├── compute-instance-group_test.go │ │ │ ├── compute-instance.go │ │ │ ├── compute-instance_test.go │ │ │ ├── compute-instant-snapshot.go │ │ │ ├── compute-instant-snapshot_test.go │ │ │ ├── compute-machine-image.go │ │ │ ├── compute-machine-image_test.go │ │ │ ├── compute-node-group.go │ │ │ ├── compute-node-group_test.go │ │ │ ├── compute-node-template.go │ │ │ ├── compute-node-template_test.go │ │ │ ├── compute-region-instance-group-manager.go │ │ │ ├── compute-region-instance-group-manager_test.go │ │ │ ├── compute-reservation.go │ │ │ ├── compute-reservation_test.go │ │ │ ├── compute-security-policy.go │ │ │ ├── compute-security-policy_test.go │ │ │ ├── compute-snapshot.go │ │ │ ├── compute-snapshot_test.go │ │ │ ├── iam-service-account-key.go │ │ │ ├── iam-service-account-key_test.go │ │ │ ├── iam-service-account.go │ │ │ ├── iam-service-account_test.go │ │ │ ├── logging-sink.go │ │ │ ├── logging-sink_test.go │ │ │ ├── storage-bucket-iam-policy.go │ │ │ └── storage-bucket-iam-policy_test.go │ │ ├── proc/ │ │ │ ├── proc.go │ │ │ └── proc_test.go │ │ ├── setup/ │ │ │ ├── README.md │ │ │ ├── scripts/ │ │ │ │ ├── overmind-gcp-roles.sh │ │ │ │ ├── overmind-gcp-source-permission-check.sh │ │ │ │ ├── overmind-gcp-source-setup-impersonation.sh │ │ │ │ └── overmind-gcp-source-setup.sh │ │ │ └── tutorial.md │ │ └── shared/ │ │ ├── adapter-meta.go │ │ ├── adapter-meta_test.go │ │ ├── base.go │ │ ├── big-query-clients.go │ │ ├── certificate-manager-clients.go │ │ ├── compute-clients.go │ │ ├── cross_project_linking_test.go │ │ ├── errors.go │ │ ├── gcp-http-client.go │ │ ├── iam-clients.go │ │ ├── init_test.go │ │ ├── item-types.go │ │ ├── kms-asset-loader.go │ │ ├── link-rules.go │ │ ├── linker.go │ │ ├── linker_test.go │ │ ├── location_info.go │ │ ├── location_info_test.go │ │ ├── logging-clients.go │ │ ├── manual-adapter-links.go │ │ ├── manual-adapter-links_test.go │ │ ├── mocks/ │ │ │ ├── mock_big_query_dataset_client.go │ │ │ ├── mock_certificate_manager_certificate_client.go │ │ │ ├── mock_compute_instance_client.go │ │ │ ├── mock_iam_clients.go │ │ │ └── mock_logging_config_client.go │ │ ├── models.go │ │ ├── network-security-clients.go │ │ ├── predefined-roles.go │ │ ├── storage-iam.go │ │ ├── terraform-mappings.go │ │ ├── terraform-mappings_test.go │ │ ├── utils.go │ │ └── utils_test.go │ ├── shared/ │ │ ├── base.go │ │ ├── shared.go │ │ ├── testing.go │ │ ├── util.go │ │ └── util_test.go │ ├── snapshot/ │ │ ├── README.md │ │ ├── adapters/ │ │ │ ├── adapter.go │ │ │ ├── adapter_test.go │ │ │ ├── catalog.go │ │ │ ├── index.go │ │ │ ├── index_test.go │ │ │ ├── loader.go │ │ │ ├── loader_test.go │ │ │ └── main.go │ │ ├── build/ │ │ │ └── package/ │ │ │ └── Dockerfile │ │ ├── cmd/ │ │ │ └── root.go │ │ └── main.go │ ├── stdlib/ │ │ ├── items.go │ │ └── shared/ │ │ └── models.go │ ├── transformer.go │ └── transformer_test.go ├── stdlib-source/ │ ├── adapters/ │ │ ├── certificate.go │ │ ├── certificate_test.go │ │ ├── dns.go │ │ ├── dns_test.go │ │ ├── http.go │ │ ├── http_test.go │ │ ├── ip.go │ │ ├── ip_cache.go │ │ ├── ip_cache_test.go │ │ ├── ip_test.go │ │ ├── main.go │ │ ├── main_test.go │ │ ├── rdap-asn.go │ │ ├── rdap-asn_test.go │ │ ├── rdap-domain.go │ │ ├── rdap-domain_test.go │ │ ├── rdap-entity.go │ │ ├── rdap-entity_test.go │ │ ├── rdap-ip-network.go │ │ ├── rdap-ip-network_test.go │ │ ├── rdap-nameserver.go │ │ ├── rdap-nameserver_test.go │ │ └── test/ │ │ ├── data.go │ │ ├── testdog.go │ │ ├── testfood.go │ │ ├── testgroup.go │ │ ├── testhobby.go │ │ ├── testlocation.go │ │ ├── testperson.go │ │ └── testregion.go │ ├── build/ │ │ └── package/ │ │ └── Dockerfile │ ├── cmd/ │ │ └── root.go │ └── main.go └── tfutils/ ├── aws_config.go ├── aws_config_test.go ├── azure_config.go ├── azure_config_test.go ├── gcp_config.go ├── gcp_config_test.go ├── plan.go ├── plan_mapper.go ├── plan_mapper_test.go ├── repo_to_scope.go ├── repo_to_scope_test.go └── testdata/ ├── binary-plan.tfplan ├── config_from_provider/ │ ├── ca-bundle.crt │ └── test.tf ├── invalid_vars.tfvars ├── plan.json ├── providers.tf ├── state.json ├── subfolder/ │ └── more_providers.tf ├── test_vars.tfvars └── tfvars.json