driftctl/pkg/resource/aws
sundowndev 62f6f997b7 feat: display ec2 instance name when tag name exist 2021-05-10 15:02:42 +02:00
..
deserializer Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
testdata/acc Refacto s3 bucket 2021-05-06 15:36:24 +02:00
aws_ami.go Add aws_ami 2021-05-04 13:41:05 +02:00
aws_ami_test.go Updates 2021-05-04 18:01:21 +02:00
aws_cloudfront_distribution.go Add hybrid resource behavior 2021-04-23 17:07:35 +02:00
aws_cloudfront_distribution_ext.go Update normalization 2021-02-24 15:13:17 +01:00
aws_cloudfront_distribution_test.go Merge branch 'main' into refact/ACC_tests 2021-05-03 11:41:21 +02:00
aws_db_instance.go Updates 2021-05-04 18:01:21 +02:00
aws_db_instance_ext.go Fix false positive drift on aws_db_instance 2021-03-11 11:02:20 +01:00
aws_db_instance_test.go Updates 2021-05-04 18:01:21 +02:00
aws_db_subnet_group.go Add aws_db_subnet_group 2021-05-04 13:41:05 +02:00
aws_db_subnet_group_test.go Updates 2021-05-04 18:01:21 +02:00
aws_default_route_table.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_default_route_table_ext.go Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_default_security_group.go Add aws_default_security_group 2021-05-04 13:41:05 +02:00
aws_default_security_group_ext.go Add aws_default_security_group 2021-01-15 17:03:16 +01:00
aws_default_subnet.go Add aws_default_subnet 2021-05-04 13:41:06 +02:00
aws_default_vpc.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_dynamodb_table.go Add aws_dynamodb_table 2021-05-04 13:41:06 +02:00
aws_dynamodb_table_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_ebs_snapshot.go Add aws_ebs_snapshot 2021-05-04 13:41:06 +02:00
aws_ebs_snapshot_test.go Updates 2021-05-04 18:01:21 +02:00
aws_ebs_volume.go Add aws_ebs_volume 2021-05-04 13:41:06 +02:00
aws_ebs_volume_test.go Updates 2021-05-04 18:01:21 +02:00
aws_ecr_repository.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_ecr_repository_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_eip.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_eip_association.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_access_key.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_access_key_ext.go ISSUE 184: Improve aws_iam_access_key_ext output by creating stringer 2021-02-09 11:00:28 +01:00
aws_iam_access_key_test.go ISSUE 184: Create test file for aws_iam_access_key stringer 2021-02-09 13:29:35 +01:00
aws_iam_policy.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_policy_attachment.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_policy_attachment_ext.go refactor(aws): NormalizeForState method 2021-04-13 14:02:50 +02:00
aws_iam_policy_attachment_test.go Set terraform version for latest acceptance test 2021-05-04 09:52:52 +02:00
aws_iam_policy_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_role.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_role_policy.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_role_policy_attachment.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_user.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_user_ext.go Fix false positive drift on aws_iam_user 2021-01-25 11:35:17 +01:00
aws_iam_user_policy.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_iam_user_policy_attachment.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_instance.go Add aws_instance 2021-05-04 13:41:06 +02:00
aws_instance_ext.go feat: display ec2 instance name when tag name exist 2021-05-10 15:02:42 +02:00
aws_instance_test.go Fix signature of attributes 2021-05-06 12:55:19 +02:00
aws_internet_gateway.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_internet_gateway_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_key_pair.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_kms_alias.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_kms_alias_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_kms_key.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_kms_key_ext.go Add kms_key 2021-02-25 10:44:37 +01:00
aws_kms_key_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_lambda_event_source_mapping.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_lambda_event_source_mapping_ext.go add support for aws_lambda_source_event_mapping 2021-03-02 14:44:51 +01:00
aws_lambda_event_source_mapping_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_lambda_function.go Issue 369: Remove LastModified field for aws_lambda_function from drift reports 2021-04-13 14:01:35 +02:00
aws_lambda_function_ext.go Add the same normalization from state and remote 2020-12-11 11:45:33 +01:00
aws_nat_gateway.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_nat_gateway_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_route.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_route53_health_check.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_route53_health_check_ext.go add support for route53 health check 2021-02-16 18:54:04 +01:00
aws_route53_health_check_ext_test.go add support for route53 health check 2021-02-16 18:54:04 +01:00
aws_route53_health_check_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_route53_record.go Issue 375: Fix pointer on aws_route53_record Records field to avoid crash when it's null 2021-04-13 14:02:50 +02:00
aws_route53_record_ext.go chore: fix a typo in comment 2021-04-13 14:02:50 +02:00
aws_route53_record_ext_test.go ISSUE 79: Create a more readable aws_route53_record output 2021-02-08 13:46:32 +01:00
aws_route53_record_test.go Set terraform version for latest acceptance test 2021-05-04 09:52:52 +02:00
aws_route53_zone.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_route53_zone_ext.go ISSUE 79: Create a more readable aws_route53_zone output 2021-02-08 13:46:36 +01:00
aws_route53_zone_test.go ISSUE 79: Create a more readable aws_route53_zone output 2021-02-08 13:46:36 +01:00
aws_route_ext.go Use errors.Errorf 2021-02-10 14:37:59 +01:00
aws_route_table.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_route_table_association.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_route_table_association_ext.go Add route_table_association 2021-01-20 13:50:32 +01:00
aws_route_table_association_ext_test.go Add route_table_association 2021-01-20 13:50:32 +01:00
aws_route_table_association_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_route_table_ext.go Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_route_table_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_route_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_s3_bucket.go Refacto s3 bucket 2021-05-06 15:36:24 +02:00
aws_s3_bucket_analytics_configuration.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_s3_bucket_inventory.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_s3_bucket_metric.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_s3_bucket_notification.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_s3_bucket_policy.go Refacto remaining s3 resources 2021-05-06 17:14:00 +02:00
aws_s3_bucket_policy_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_test.go Refacto s3 bucket 2021-05-06 15:36:24 +02:00
aws_security_group.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_security_group_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_security_group_rule.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_security_group_rule_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_security_group_rule_test.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_security_group_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_sns_topic.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_sns_topic_ext.go Fix false positive drifts on aws_sns_topic 2021-02-08 18:38:57 +01:00
aws_sns_topic_ext_test.go update test, stringer for sns topic, refacto client into repository 2021-02-04 09:36:42 +01:00
aws_sns_topic_policy.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_sns_topic_policy_ext.go add support for sns_topic_policy 2021-02-05 14:08:28 +01:00
aws_sns_topic_policy_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_sns_topic_subscription.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_sns_topic_subscription_ext.go add support for aws_sns_topic_subscription 2021-02-08 12:09:38 +01:00
aws_sns_topic_subscription_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_sns_topic_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_sqs_queue.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_sqs_queue_ext.go Add aws_sqs_queue_policy 2021-02-03 20:52:52 +01:00
aws_sqs_queue_policy.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_sqs_queue_policy_ext.go Add aws_sqs_queue_policy 2021-02-03 20:52:52 +01:00
aws_sqs_queue_policy_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_sqs_queue_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_subnet.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
aws_subnet_test.go feat: add dynamic TF versions to acceptance tests 2021-04-14 12:42:14 +02:00
aws_vpc.go Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
metadatas.go Refacto remaining s3 resources 2021-05-06 17:14:00 +02:00