terraform/builtin/providers/aws
Srikalyan Swayampakula f21dc995c5 Update code based on the review suggestions.
1. Used resource.Retry instead of custom solution
2. Removed unnecessary variables and added required variable to resource.Retry.
2016-02-12 12:21:52 -08:00
..
test-fixtures provider/aws: Fix template_url/template_body conflict 2016-01-07 12:07:43 +00:00
autoscaling_tags.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
autoscaling_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
config.go provider/aws: Allow ap-northeast-2 (Seoul) as valid region 2016-01-11 13:46:53 -08:00
config_test.go provider/aws: Refactor AWS Authentication chain 2015-12-15 10:46:10 -06:00
conversions.go use single import path for aws-sdk-go 2015-11-16 00:42:08 +01:00
hosted_zones.go provider/aws: Allow ap-northeast-2 (Seoul) as valid region 2016-01-11 13:46:53 -08:00
hosted_zones_test.go providers/aws: Extract normalizeRegion 2015-05-08 10:49:21 -04:00
network_acl_entry.go Initial Scaffolding of the AWS Network ACL Entry resource 2015-12-18 23:14:54 +00:00
network_acl_entry_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
opsworks_layers.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
provider.go Add AWS lambda alias support and documentation 2016-01-13 10:05:32 -06:00
provider_test.go Read the "standard" AWS environment variables 2015-01-22 16:09:25 -05:00
resource_aws_ami.go removed extra parentheses 2015-10-08 15:48:04 +03:00
resource_aws_ami_copy.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_ami_copy_test.go provider/aws: switch test to use more accessible ami 2015-12-08 14:40:24 -06:00
resource_aws_ami_from_instance.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_ami_from_instance_test.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_ami_test.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_app_cookie_stickiness_policy.go Merge pull request #3277 from stack72/aws-app-cookieness-doc-update 2015-10-07 17:18:55 -07:00
resource_aws_app_cookie_stickiness_policy_test.go provider/aws: fix cookie stickiness policy test destroys 2015-12-21 21:23:57 -06:00
resource_aws_autoscaling_group.go Merge pull request #3947 from hashicorp/phinze/asg-wait-on-update 2016-01-06 15:55:43 -06:00
resource_aws_autoscaling_group_test.go Merge pull request #3947 from hashicorp/phinze/asg-wait-on-update 2016-01-06 15:55:43 -06:00
resource_aws_autoscaling_lifecycle_hook.go replace big retry func with resource.Retry 2015-11-11 10:53:23 -06:00
resource_aws_autoscaling_lifecycle_hook_test.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_autoscaling_notification.go update with test 2015-08-21 10:51:16 -05:00
resource_aws_autoscaling_notification_test.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_autoscaling_policy.go provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
resource_aws_autoscaling_policy_test.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_autoscaling_schedule.go provider/aws: Separate existing validate functions 2015-12-23 15:11:45 +01:00
resource_aws_autoscaling_schedule_test.go Adding a resource for aws_autoscaling_schedule 2015-12-11 18:43:38 +00:00
resource_aws_cloudformation_stack.go provider/aws: Fix template_url/template_body conflict 2016-01-07 12:07:43 +00:00
resource_aws_cloudformation_stack_test.go provider/aws: Fix template_url/template_body conflict 2016-01-07 12:07:43 +00:00
resource_aws_cloudtrail.go Mistake in type refactor in cloudTrailGetLoggingStatus 2015-11-22 13:23:08 -07:00
resource_aws_cloudtrail_test.go Add missing error-checks from code review 2015-11-22 12:54:11 -07:00
resource_aws_cloudwatch_log_group.go provider/aws: Add cloudwatch_log_group 2015-09-16 22:28:01 +01:00
resource_aws_cloudwatch_log_group_test.go provider/aws: Add acceptance test for cloudwatch_log_group 2015-09-16 22:34:26 +01:00
resource_aws_cloudwatch_metric_alarm.go provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
resource_aws_cloudwatch_metric_alarm_test.go provider/aws: Add cloudwatch_metric_alarm 2015-06-17 23:10:23 +01:00
resource_aws_codecommit_repository.go provider/aws: var name tweak 2015-10-30 17:50:57 -05:00
resource_aws_codecommit_repository_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_codedeploy_app.go aws: Add support for "aws_codedeploy_app" resources. 2015-10-20 18:05:39 -04:00
resource_aws_codedeploy_app_test.go provider/aws: fix CheckDestroy for codedeploy_app tests 2015-12-22 07:22:06 -06:00
resource_aws_codedeploy_deployment_group.go provider/aws: Separate existing validate functions 2015-12-23 15:11:45 +01:00
resource_aws_codedeploy_deployment_group_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_customer_gateway.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_customer_gateway_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_db_instance.go provider/aws: Fix RDS unexpected state config 2016-01-04 13:24:29 -05:00
resource_aws_db_instance_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_db_parameter_group.go provider/aws: Separate existing validate functions 2015-12-23 15:11:45 +01:00
resource_aws_db_parameter_group_test.go Adding support to DB Parameter Group for Tags 2015-12-11 12:07:50 +00:00
resource_aws_db_security_group.go Adding support for Tags to the DB Security Group 2015-12-11 12:28:24 +00:00
resource_aws_db_security_group_test.go Adding support for Tags to the DB Security Group 2015-12-11 12:28:24 +00:00
resource_aws_db_subnet_group.go Change the DB Subnet Group Name to not allow UPPERCASE characters. If 2015-12-16 17:32:47 +01:00
resource_aws_db_subnet_group_test.go Change the DB Subnet Group Name to not allow UPPERCASE characters. If 2015-12-16 17:32:47 +01:00
resource_aws_directory_service_directory.go Merge pull request #4388 from jszwedko/add-support-for-aws-directory-service-microsoft-active-directory 2016-01-13 13:39:29 -06:00
resource_aws_directory_service_directory_test.go Merge pull request #4388 from jszwedko/add-support-for-aws-directory-service-microsoft-active-directory 2016-01-13 13:39:29 -06:00
resource_aws_dynamodb_table.go Merge pull request #4431 from TimeIncOSS/f-aws-validators 2016-01-06 16:43:50 +00:00
resource_aws_dynamodb_table_test.go provider/aws: Dynamo DB test/destroy updates 2016-01-04 16:57:31 -06:00
resource_aws_ebs_volume.go adjust the ebs validation to not error, only log, and only set iops for io1 2015-12-07 14:49:44 -06:00
resource_aws_ebs_volume_test.go adjust the ebs validation to not error, only log, and only set iops for io1 2015-12-07 14:49:44 -06:00
resource_aws_ecr_repository.go Adding AWS ECR provider resources 2015-12-22 10:31:30 -05:00
resource_aws_ecr_repository_policy.go Check for ecr repository and policy removal 2015-12-22 11:18:14 -05:00
resource_aws_ecr_repository_policy_test.go provider/aws: mention us-east-1 in ECR docs and tests 2015-12-22 16:00:21 -06:00
resource_aws_ecr_repository_test.go provider/aws: mention us-east-1 in ECR docs and tests 2015-12-22 16:00:21 -06:00
resource_aws_ecs_cluster.go aws: Treat INACTIVE ECS cluster as deleted 2015-12-17 15:34:49 +01:00
resource_aws_ecs_cluster_test.go aws: Treat INACTIVE ECS cluster as deleted 2015-12-17 15:34:49 +01:00
resource_aws_ecs_service.go Go fmt updates 2016-01-12 16:07:26 -06:00
resource_aws_ecs_service_test.go Revert "provider/aws: fix ECS service CheckDestroy in tests" 2015-12-23 11:35:30 +01:00
resource_aws_ecs_task_definition.go provider/aws: Make all fields in ecs_task_definition ForceNew 2015-11-14 10:36:01 +00:00
resource_aws_ecs_task_definition_test.go aws: Treat INACTIVE ECS TDs as deleted in acc tests 2015-12-17 15:40:27 +01:00
resource_aws_efs_file_system.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
resource_aws_efs_file_system_test.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
resource_aws_efs_mount_target.go provider/aws: Add efs_mount_target 2015-10-03 19:35:06 -07:00
resource_aws_efs_mount_target_test.go provider/aws: Add efs_mount_target 2015-10-03 19:35:06 -07:00
resource_aws_eip.go Fixes #4351 2015-12-16 17:38:05 -05:00
resource_aws_eip_test.go provider/aws: fix CheckDestroy for aws_eip tests 2015-12-22 07:34:06 -06:00
resource_aws_elasticache_cluster.go Add az_mode and availability_zones parameters 2016-01-11 23:45:07 +09:00
resource_aws_elasticache_cluster_test.go Add az_mode and availability_zones parameters 2016-01-11 23:45:07 +09:00
resource_aws_elasticache_parameter_group.go provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
resource_aws_elasticache_parameter_group_test.go provider/aws: Update ElastiCache tests to verify delete 2015-12-22 10:21:40 -06:00
resource_aws_elasticache_security_group.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_elasticache_security_group_test.go provider/aws: fix cache SG tests 2015-12-21 21:12:47 -06:00
resource_aws_elasticache_subnet_group.go aws_elasticache_subnet_group normalizes name to lowercase. 2015-09-03 10:03:35 -07:00
resource_aws_elasticache_subnet_group_test.go provider/aws: Update ElastiCache tests to verify delete 2015-12-22 10:21:40 -06:00
resource_aws_elasticsearch_domain.go provider/aws: Update ElastiCache tests to verify delete 2015-12-22 10:21:40 -06:00
resource_aws_elasticsearch_domain_test.go provider/aws: Update ElastiCache tests to verify delete 2015-12-22 10:21:40 -06:00
resource_aws_elb.go provider/aws: Separate existing validate functions 2015-12-23 15:11:45 +01:00
resource_aws_elb_test.go provider/aws: use random cert name in ELB test 2016-01-11 14:23:33 -06:00
resource_aws_flow_log.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_flow_log_test.go use a log group resourcE 2015-11-20 13:15:20 -06:00
resource_aws_glacier_vault.go Gofmt of the aws glacier vault resource 2015-10-13 14:58:29 +01:00
resource_aws_glacier_vault_test.go provider/aws: fix CheckDestroy on glacier vault 2015-12-22 07:17:35 -06:00
resource_aws_iam_access_key.go provider/aws: add ses_smtp_password to iam_access_key 2015-09-03 13:01:04 -05:00
resource_aws_iam_access_key_test.go provider/aws: add ses_smtp_password to iam_access_key 2015-09-03 13:01:04 -05:00
resource_aws_iam_group.go provider/aws: removed build-blocking unused variable. 2015-11-18 15:08:45 +02:00
resource_aws_iam_group_membership.go handle error of trying to remove a user from a group when their name has already changed 2015-09-13 03:37:45 -04:00
resource_aws_iam_group_membership_test.go provider/aws: fix CheckDestroy for group_membership test 2015-12-22 08:00:55 -06:00
resource_aws_iam_group_policy.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
resource_aws_iam_group_policy_test.go provider/aws: fix CheckDestroy for iam_group_policy tests 2015-12-22 08:05:37 -06:00
resource_aws_iam_group_test.go update aws_iam_group tests to check proper paths and name 2015-10-31 12:04:54 -04:00
resource_aws_iam_instance_profile.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_iam_instance_profile_test.go acc tests: ensure each resource has a _basic test 2015-06-07 18:18:14 -05:00
resource_aws_iam_policy.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_iam_policy_attachment.go Fix typo in error checking for IAM Policy Attachments 2015-11-18 13:48:46 -06:00
resource_aws_iam_policy_attachment_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
resource_aws_iam_role.go Changing the IAM Role resource to allow update of Assume Policy Document 2015-11-30 12:52:07 +00:00
resource_aws_iam_role_policy.go provider/aws: Add validation for aws_iam_role_policy.name 2015-06-29 16:23:42 +01:00
resource_aws_iam_role_policy_test.go provider/aws: Update some IAM tests 2016-01-04 14:19:12 -06:00
resource_aws_iam_role_test.go Merge branch 'master' into b-aws-iam-role-profile-update 2015-06-08 08:52:38 -05:00
resource_aws_iam_saml_provider.go provider/aws: Set previously missing ARN in iam_saml_provider 2015-11-09 20:26:23 +01:00
resource_aws_iam_saml_provider_test.go provider/aws: Update some IAM tests 2016-01-04 14:19:12 -06:00
resource_aws_iam_server_certificate.go providers/aws: Retry deleting IAM Server Cert on dependency violation 2015-11-12 16:07:34 -06:00
resource_aws_iam_server_certificate_test.go provider/aws: Converge on TestAccAWS for acceptance tests names 2015-07-21 09:42:02 -05:00
resource_aws_iam_user.go provider/aws: Fix issue deleting users who are attached to a group 2015-11-20 16:54:26 -06:00
resource_aws_iam_user_policy.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
resource_aws_iam_user_policy_test.go provider/aws: Update some IAM tests 2016-01-04 14:19:12 -06:00
resource_aws_iam_user_test.go modify aws_iam_user_test to correctly check username and path for initial and changed username/path 2015-11-10 15:24:45 -05:00
resource_aws_instance.go Merge pull request #4240 from hashicorp/b-aws-catch-sg-name-id-error 2016-01-13 11:57:58 -06:00
resource_aws_instance_migrate.go Merge pull request #3332 from ross/aws-instance-migrate-nil-attr 2016-01-12 15:55:16 -06:00
resource_aws_instance_migrate_test.go providers/aws: handle empty instancestate in state migration 2015-03-26 13:07:04 -05:00
resource_aws_instance_test.go provider/aws: fix CheckDestroy on aws_instance tests 2015-12-22 08:49:50 -06:00
resource_aws_internet_gateway.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_internet_gateway_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_key_pair.go provider/aws: Migrate KeyPair to version 1 2015-10-12 16:04:51 -05:00
resource_aws_key_pair_migrate.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_key_pair_migrate_test.go provider/aws: Migrate KeyPair to version 1 2015-10-12 16:04:51 -05:00
resource_aws_key_pair_test.go aws/provider convert _normal tests to _basic 2015-06-07 18:04:38 -05:00
resource_aws_kinesis_firehose_delivery_stream.go provider/aws: kinesis firehose stream: retry through IAM propagation 2015-12-21 14:46:25 -06:00
resource_aws_kinesis_firehose_delivery_stream_test.go provider/aws: kinesis firehose stream: retry through IAM propagation 2015-12-21 14:46:25 -06:00
resource_aws_kinesis_stream.go provider/aws: Kinesis DescribeStream pagination 2015-12-14 11:27:00 -05:00
resource_aws_kinesis_stream_test.go provider/aws: Allow tags for kinesis streams 2015-10-12 09:00:56 -07:00
resource_aws_lambda_alias.go Add AWS lambda alias support and documentation 2016-01-13 10:05:32 -06:00
resource_aws_lambda_alias_test.go formatting 2016-01-13 10:10:15 -06:00
resource_aws_lambda_event_source_mapping.go document why we retry in lambda source mapping 2016-01-05 11:27:49 -06:00
resource_aws_lambda_event_source_mapping_test.go New resource (AWS provider) - aws_lambda_event_source_mapping 2015-11-30 07:45:38 -08:00
resource_aws_lambda_function.go fix error with undefined err 2016-01-05 11:35:21 -06:00
resource_aws_lambda_function_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_launch_configuration.go provider/aws: Fix missing AMI issue with Launch Configurations 2015-12-09 16:39:03 -06:00
resource_aws_launch_configuration_test.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_lb_cookie_stickiness_policy.go add validation for cookie stickiness 2015-11-13 10:46:27 -06:00
resource_aws_lb_cookie_stickiness_policy_test.go provider/aws: fix cookie stickiness policy test destroys 2015-12-21 21:23:57 -06:00
resource_aws_main_route_table_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_main_route_table_association_test.go provider/aws: fix CheckDestroy for main_route_table_association tests 2015-12-22 09:02:01 -06:00
resource_aws_nat_gateway.go provider/aws: Add aws_nat_gateway Resource 2015-12-18 14:12:27 -05:00
resource_aws_nat_gateway_test.go provider/aws: Add aws_nat_gateway Resource 2015-12-18 14:12:27 -05:00
resource_aws_network_acl.go provider/aws: fixes for Network ACL Rules 2015-12-22 09:58:22 -06:00
resource_aws_network_acl_rule.go Adds documentation for the AWS Network ACL Rule resource 2015-12-18 23:17:08 +00:00
resource_aws_network_acl_rule_test.go provider/aws: fixes for Network ACL Rules 2015-12-22 09:58:22 -06:00
resource_aws_network_acl_test.go remove various typos 2015-09-11 11:56:20 -07:00
resource_aws_network_interface.go Reuse structure method for network interface ips 2015-12-16 13:56:23 -06:00
resource_aws_network_interface_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_opsworks_custom_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_custom_layer_test.go provider/aws: Clean up OpsWorks tests to use us-east, validate destroy of custom layer 2016-01-06 14:44:55 -06:00
resource_aws_opsworks_ganglia_layer.go gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
resource_aws_opsworks_haproxy_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_java_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_memcached_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_mysql_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_nodejs_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_php_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_rails_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_stack.go move the 'color' assignment 2016-01-13 11:16:36 -06:00
resource_aws_opsworks_stack_test.go clean up debugging 2016-01-07 15:00:55 -06:00
resource_aws_opsworks_static_web_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_placement_group.go provider/aws: Add aws_placement_group 2015-10-08 12:44:14 -07:00
resource_aws_placement_group_test.go provider/aws: fix CheckDestroy on placement_group tests 2015-12-22 10:20:28 -06:00
resource_aws_proxy_protocol_policy.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
resource_aws_proxy_protocol_policy_test.go provider/aws: fix CheckDestroy for ProtocolPolicy tests 2015-12-22 11:18:11 -06:00
resource_aws_rds_cluster.go Changes after the feedback from @catsby - these all made perfect sense 2015-11-05 10:25:01 +00:00
resource_aws_rds_cluster_instance.go go fmt after rebase 2015-10-07 11:27:24 -05:00
resource_aws_rds_cluster_instance_test.go go fmt after rebase 2015-10-07 11:27:24 -05:00
resource_aws_rds_cluster_test.go Removing an unnecessary duplicate test for the RDS Cluster Backups 2015-11-05 19:01:41 +00:00
resource_aws_route.go provider/aws: Add aws_nat_gateway Resource 2015-12-18 14:12:27 -05:00
resource_aws_route53_delegation_set.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route53_delegation_set_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route53_health_check.go Fixed up measure_latency option in r53 health checks. 2015-10-29 12:50:02 -07:00
resource_aws_route53_health_check_test.go Fixed up measure_latency option in r53 health checks. 2015-10-29 12:50:02 -07:00
resource_aws_route53_record.go provider/aws: Fix issue with Route53 and zero weighted records 2015-12-22 16:23:08 -06:00
resource_aws_route53_record_test.go provider/aws: Update Route53 Zone tests 2015-12-22 14:58:43 -06:00
resource_aws_route53_zone.go provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists 2015-12-07 16:33:37 -06:00
resource_aws_route53_zone_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route53_zone_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route53_zone_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route_table.go provider/aws: Don't set NatGatewayId with no value 2016-01-04 16:14:30 -05:00
resource_aws_route_table_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route_table_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route_table_test.go provider/aws: route table test; use standard account id env var 2015-12-21 15:09:12 -06:00
resource_aws_route_test.go update with go fmt 2015-10-29 17:10:44 -05:00
resource_aws_s3_bucket.go Add support for S3 logging. 2016-01-09 10:09:23 -08:00
resource_aws_s3_bucket_object.go provider/aws: homedir expand in s3 object source 2015-11-13 11:21:22 -06:00
resource_aws_s3_bucket_object_test.go Fixing the merge conflicts on the s3 bucket object resource after another PR had been merged 2015-10-12 16:51:27 +01:00
resource_aws_s3_bucket_test.go Add support for S3 logging. 2016-01-09 10:09:23 -08:00
resource_aws_security_group.go Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00
resource_aws_security_group_rule.go provider/aws: error with empty list item on sg 2015-12-02 11:36:50 -05:00
resource_aws_security_group_rule_migrate.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_security_group_rule_migrate_test.go update migration test 2015-10-12 16:26:49 -05:00
resource_aws_security_group_rule_test.go provider/aws: serialize SG rule access to fix race condition 2015-11-18 12:39:59 -06:00
resource_aws_security_group_test.go Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00
resource_aws_sns_topic.go actually use the value 2015-11-06 14:06:50 -06:00
resource_aws_sns_topic_subscription.go Update code based on the review suggestions. 2016-02-12 12:21:52 -08:00
resource_aws_sns_topic_subscription_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_sns_topic_test.go Align IAM version number to the current version (2012-10-17) 2015-11-13 00:32:45 +09:00
resource_aws_spot_instance_request.go cleanup spot instance attribute setting 2015-12-01 15:25:53 -06:00
resource_aws_spot_instance_request_test.go provider/aws: Update tests destroy checks 2015-12-22 11:08:09 -06:00
resource_aws_sqs_queue.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_sqs_queue_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_subnet.go provider/aws: Make VPC ID required on subnets 2015-11-23 16:53:49 +02:00
resource_aws_subnet_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_volume_attachment.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_volume_attachment_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpc.go provider/aws: Default false for VPC Classic Link 2016-01-12 16:49:51 -06:00
resource_aws_vpc_dhcp_options.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_vpc_dhcp_options_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpc_dhcp_options_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpc_dhcp_options_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_vpc_endpoint.go provider/aws: Update VPC Endpoint to correctly set route table ids, and read after update 2015-12-18 14:18:30 -06:00
resource_aws_vpc_endpoint_test.go VPC Endpoint test updates 2015-12-22 12:12:25 -06:00
resource_aws_vpc_peering_connection.go provider/aws: Additional error checking to VPC Peering conn 2015-10-13 06:20:46 -05:00
resource_aws_vpc_peering_connection_test.go provider/aws: Update testAccCheckAWSVpcPeeringConnectionDestroy to correctly check the destroyed state 2016-01-07 11:48:53 -06:00
resource_aws_vpc_test.go Add AWS Classiclink for AWS VPC resource 2015-11-20 16:48:48 +01:00
resource_aws_vpn_connection.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpn_connection_test.go vpc vpn connection test fixes 2015-12-22 12:53:42 -06:00
resource_aws_vpn_gateway.go fix vpn gateway refresh/reattach issue 2015-11-20 11:47:10 -06:00
resource_aws_vpn_gateway_test.go providers/aws: Update VPN Gateway test 2016-01-05 16:16:32 -06:00
resource_vpn_connection_route.go Remove no-op Updates from resource schemas 2015-10-03 14:29:19 -07:00
resource_vpn_connection_route_test.go provider/aws: Update testAccAwsVpnConnectionRouteDestroy method 2016-01-06 10:22:54 -06:00
s3_tags.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
s3_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
structure.go Merge pull request #4388 from jszwedko/add-support-for-aws-directory-service-microsoft-active-directory 2016-01-13 13:39:29 -06:00
structure_test.go go fmt structure files 2015-11-13 13:53:52 -06:00
tags.go provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
tagsEC.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsEC_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsEFS.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
tagsEFS_test.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
tagsELB.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsELB_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsRDS.go gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
tagsRDS_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tags_kinesis.go provider/aws: Allow tags for kinesis streams 2015-10-12 09:00:56 -07:00
tags_kinesis_test.go provider/aws: Allow tags for kinesis streams 2015-10-12 09:00:56 -07:00
tags_route53.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
tags_route53_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
validators.go aws: Add validation for ECR repository name 2015-12-23 16:07:53 +01:00
validators_test.go aws: Add validation for ECR repository name 2015-12-23 16:07:53 +01:00
website_endpoint_url_test.go provider/aws: Allow ap-northeast-2 (Seoul) as valid region 2016-01-11 13:46:53 -08:00