driftctl/pkg/resource/aws
William Beuil 476c6c62db
Add cloudfront_distribution resource
2021-02-17 15:52:09 +01:00
..
deserializer Add cloudfront_distribution resource 2021-02-17 15:52:09 +01:00
testdata/acc Add cloudfront_distribution resource 2021-02-17 15:52:09 +01:00
aws_ami.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_cloudfront_distribution.go Add cloudfront_distribution resource 2021-02-17 15:52:09 +01:00
aws_cloudfront_distribution_ext.go Add cloudfront_distribution resource 2021-02-17 15:52:09 +01:00
aws_cloudfront_distribution_test.go Add cloudfront_distribution resource 2021-02-17 15:52:09 +01:00
aws_db_instance.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_db_subnet_group.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_default_route_table.go Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01: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-01-15 17:03:16 +01: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 support for aws_subnet and aws_default_subnet 2021-01-11 18:16:16 +01:00
aws_default_vpc.go Add aws vpc support 2020-12-17 18:26:37 +01:00
aws_dynamodb_table.go add support for dynamodb_table 2021-02-11 18:18:08 +01:00
aws_dynamodb_table_test.go add support for dynamodb_table 2021-02-11 18:18:08 +01:00
aws_ebs_snapshot.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_ebs_volume.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_eip.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_eip_association.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_access_key.go 🍾 Initial release 2020-12-09 16:35:26 +01: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 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_policy_attachment.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_policy_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_role.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_role_policy.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_role_policy_attachment.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_user.go 🍾 Initial release 2020-12-09 16:35:26 +01: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 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_iam_user_policy_attachment.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_instance.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_instance_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_instance_test.go Fix unexpected deleted resources in acceptance tests 2021-02-03 19:20:21 +01:00
aws_internet_gateway.go Add aws_internet_gateway resource 2021-01-21 16:00:16 +01:00
aws_internet_gateway_test.go Add aws_internet_gateway resource 2021-01-21 16:00:16 +01:00
aws_key_pair.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_lambda_function.go 🍾 Initial release 2020-12-09 16:35:26 +01: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 Add aws_nat_gateway 2021-01-21 09:53:04 +01:00
aws_nat_gateway_test.go Add aws_nat_gateway 2021-01-21 09:53:04 +01:00
aws_route.go Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_route53_health_check.go add support for route53 health check 2021-02-16 18:54:04 +01: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 add support for route53 health check 2021-02-16 18:54:04 +01:00
aws_route53_record.go Fix records that has the same FQDN 2021-01-06 14:44:09 +01:00
aws_route53_record_ext.go ISSUE 79: Create a more readable aws_route53_record output 2021-02-08 13:46:32 +01: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 Fix acceptance test issues 2021-01-29 18:36:26 +01:00
aws_route53_zone.go 🍾 Initial release 2020-12-09 16:35:26 +01: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 Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_route_table_association.go Add route_table_association 2021-01-20 13:50:32 +01: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 Add route_table_association 2021-01-20 13:50:32 +01: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 Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_route_test.go Add aws_route, aws_route_table, aws_default_route_table support 2021-01-14 18:23:59 +01:00
aws_s3_bucket.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_analytics_configuration.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_inventory.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_metric.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_notification.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_policy.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_policy_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_s3_bucket_test.go Add random string in s3 acc test bucket name 2021-02-05 16:07:21 +01:00
aws_security_group.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_security_group_ext.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
aws_security_group_rule.go 🍾 Initial release 2020-12-09 16:35:26 +01: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 Add aws_default_security_group 2021-01-15 17:03:16 +01:00
aws_sns_topic.go Fix policy displayed inline 2021-02-08 18:36:20 +01: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 Fix policy displayed inline 2021-02-08 18:36:20 +01: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 add polling for sns acc tests 2021-02-10 10:59:37 +01:00
aws_sns_topic_subscription.go fix policies in topic subscription not beeing tag as jsonstring 2021-02-09 10:52:27 +01: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 add polling for sns acc tests 2021-02-10 10:59:37 +01:00
aws_sns_topic_test.go add polling for sns acc tests 2021-02-10 10:59:37 +01:00
aws_sqs_queue.go Add aws_sqs_queue 2021-02-03 20:52:51 +01:00
aws_sqs_queue_ext.go Add aws_sqs_queue_policy 2021-02-03 20:52:52 +01:00
aws_sqs_queue_policy.go Fix policy displayed inline 2021-02-08 18:36:20 +01: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 Add retry mechanism for polling, use it to poll sqs queues during acc tests 2021-02-04 22:16:18 +01:00
aws_sqs_queue_test.go Add retry mechanism for polling, use it to poll sqs queues during acc tests 2021-02-04 22:16:18 +01:00
aws_subnet.go Add support for aws_subnet and aws_default_subnet 2021-01-11 18:16:16 +01:00
aws_subnet_test.go Add support for aws_subnet and aws_default_subnet 2021-01-11 18:16:16 +01:00
aws_vpc.go Add aws vpc support 2020-12-17 18:26:37 +01:00