terraform/builtin/providers/aws
Doug Neal babc52202c Succeed creating aws_volume_attachment if identical attachment exists (#11060)
If an `aws_volume_attachment` is identical to one that already exists in
the API, don't attempt to re-create it (which fails), simply act as
though the creation command had already been run and continue.

This allows Terraform to cleanly recover from a situation where a volume
attachment action hangs indefinitely, possibly due to a bad instance
state, requiring manual intervention such as an instance reboot. In such
a situation, Terraform believes the attachment has failed, when in fact
it succeeded after the timeout had expired. On the subsequent retry run,
attempting to re-create the attachment will fail outright, due to the
AttachVolume API call being non-idempotent. This patch implements the
idempotency client-side by matching the (name, vID, iID) tuple.

Note that volume attachments are not assigned an ID by the API.
2017-02-01 15:41:53 +00:00
..
test-fixtures provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
auth_helpers.go provider/aws: Add support for policy to AWS provider assume_role (#11501) 2017-01-29 20:32:24 +00:00
auth_helpers_test.go
autoscaling_tags.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
autoscaling_tags_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
awserr.go
cloudfront_distribution_configuration_structure.go fix issue where, depending on a creation of flattening, the lambda functions may be a set or an []interface{} 2017-01-20 11:25:30 -06:00
cloudfront_distribution_configuration_structure_test.go Merge pull request #11291 from hashicorp/pr-10985 2017-01-20 16:34:03 -06:00
config.go provider/aws: Add support for policy to AWS provider assume_role (#11501) 2017-01-29 20:32:24 +00:00
core_acceptance_test.go
data_source_aws_acm_certificate.go provider/aws: Fix panic in aws_acm_certificate datasource (#10051) 2016-11-11 16:07:50 +02:00
data_source_aws_acm_certificate_test.go provider/aws: Fix panic in aws_acm_certificate datasource (#10051) 2016-11-11 16:07:50 +02:00
data_source_aws_alb.go provider/aws: Add aws_alb data source (#10196) 2016-11-21 10:27:44 +02:00
data_source_aws_alb_listener.go provider/aws: Add aws_alb_listener data source (#10181) 2016-11-18 13:01:21 +02:00
data_source_aws_alb_listener_test.go provider/aws: Make ALBs internal or add IGW in tests 2017-01-21 22:00:36 +00:00
data_source_aws_alb_test.go provider/aws: Make ALBs internal or add IGW in tests 2017-01-21 22:00:36 +00:00
data_source_aws_ami.go provider/aws: Fixed the data source ami enforcing non-nil values 2016-12-15 19:18:57 +01:00
data_source_aws_ami_test.go provider/aws: Fixed the data source ami enforcing non-nil values 2016-12-15 19:18:57 +01:00
data_source_aws_autoscaling_groups.go provider/aws: Add DataSource to get a list of Autoscaling groups in a (#11303) 2017-01-20 13:21:12 +00:00
data_source_aws_autoscaling_groups_test.go provider/aws: Add DataSource to get a list of Autoscaling groups in a (#11303) 2017-01-20 13:21:12 +00:00
data_source_aws_availability_zone.go
data_source_aws_availability_zone_test.go
data_source_aws_availability_zones.go provider/aws: Fix panic from AZs Data Source Test 2017-01-31 15:54:17 -05:00
data_source_aws_availability_zones_test.go provider/aws: Fix panic from AZs Data Source Test 2017-01-31 15:54:17 -05:00
data_source_aws_billing_service_account.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
data_source_aws_billing_service_account_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
data_source_aws_caller_identity.go
data_source_aws_caller_identity_test.go Correct error message for 'aws_caller_identity' acceptance test. (#10712) 2016-12-14 09:33:06 +00:00
data_source_aws_canonical_user_id.go Add 'aws_canonical_user_id' data source. (#11332) 2017-01-23 21:44:42 +00:00
data_source_aws_canonical_user_id_test.go Add 'aws_canonical_user_id' data source. (#11332) 2017-01-23 21:44:42 +00:00
data_source_aws_cloudformation_stack.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
data_source_aws_cloudformation_stack_test.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
data_source_aws_common_schema.go provider/aws: New Resource aws_ebs_snapshot (#10017) 2016-11-21 12:40:22 +02:00
data_source_aws_ebs_snapshot.go provider/aws: Add `most_recent` to the ebs_snapshot data source (#10986) 2017-01-02 13:48:23 +00:00
data_source_aws_ebs_snapshot_test.go provider/aws: Add `most_recent` to the ebs_snapshot data source (#10986) 2017-01-02 13:48:23 +00:00
data_source_aws_ebs_volume.go provider/aws: New Resource aws_ebs_snapshot (#10017) 2016-11-21 12:40:22 +02:00
data_source_aws_ebs_volume_test.go
data_source_aws_ecs_cluster.go documentation: Add documentation for the ECS Cluster Data Source 2017-02-01 09:51:26 -05:00
data_source_aws_ecs_cluster_test.go documentation: Add documentation for the ECS Cluster Data Source 2017-02-01 09:51:26 -05:00
data_source_aws_ecs_container_definition.go
data_source_aws_ecs_container_definition_test.go
data_source_aws_ecs_task_definition.go provider/aws: add `aws_ecs_task_definition` datasource (#8509) 2017-01-31 17:28:11 +00:00
data_source_aws_ecs_task_definition_test.go provider/aws: add `aws_ecs_task_definition` datasource (#8509) 2017-01-31 17:28:11 +00:00
data_source_aws_eip.go provider/aws: Add aws_eip data source (#9833) 2016-12-13 12:09:21 +00:00
data_source_aws_eip_test.go provider/aws: Add aws_eip data source (#9833) 2016-12-13 12:09:21 +00:00
data_source_aws_elb_hosted_zone_id.go provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027) 2017-01-12 16:50:58 +02:00
data_source_aws_elb_hosted_zone_id_test.go provider/aws: New DataSource: aws_elb_hosted_zone_id (#11027) 2017-01-12 16:50:58 +02:00
data_source_aws_elb_service_account.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
data_source_aws_elb_service_account_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
data_source_aws_iam_account_alias.go Add 'aws_iam_account_alias' data source. (#10804) 2016-12-18 14:17:19 +00:00
data_source_aws_iam_account_alias_test.go Add 'aws_iam_account_alias' data source. (#10804) 2016-12-18 14:17:19 +00:00
data_source_aws_iam_policy_document.go Validate `effect` in aws_iam_policy_document data source (#10608) 2016-12-08 16:16:40 +01:00
data_source_aws_iam_policy_document_test.go
data_source_aws_iam_server_certificate.go provider/aws: data_source_aws_iam_server_certificate latest should be (#11016) 2017-01-03 22:45:39 +00:00
data_source_aws_iam_server_certificate_test.go provider/aws: data_source_aws_iam_server_certificate latest should be (#11016) 2017-01-03 22:45:39 +00:00
data_source_aws_instance.go Add instance_tags as an additional filter 2017-01-18 13:14:49 -05:00
data_source_aws_instance_test.go provider/aws: Fix aws instance data source acceptance tests 2017-01-31 12:19:25 -05:00
data_source_aws_ip_ranges.go
data_source_aws_ip_ranges_test.go
data_source_aws_kms_secret.go provider/aws: New data provider to decrypt KMS secrets (#11460) 2017-01-29 21:01:38 +00:00
data_source_aws_kms_secret_test.go provider/aws: New data provider to decrypt KMS secrets (#11460) 2017-01-29 21:01:38 +00:00
data_source_aws_prefix_list.go aws_prefix_list data source - Add ability to select PL by name. (#10248) 2016-11-20 16:21:55 +02:00
data_source_aws_prefix_list_test.go aws_prefix_list data source - Add ability to select PL by name. (#10248) 2016-11-20 16:21:55 +02:00
data_source_aws_redshift_service_account.go Add support for AWS CA Central 1 Region (#10618) 2016-12-09 10:35:07 +01:00
data_source_aws_redshift_service_account_test.go
data_source_aws_region.go
data_source_aws_region_test.go
data_source_aws_route53_zone.go provider/aws: data source for AWS Hosted Zone (#9766) 2016-12-13 16:22:26 +00:00
data_source_aws_route53_zone_test.go provider/aws: data source for AWS Hosted Zone (#9766) 2016-12-13 16:22:26 +00:00
data_source_aws_route_table.go Update error message to 'route_table_id' 2017-01-11 13:23:40 -05:00
data_source_aws_route_table_test.go provider/aws: Fix RouteTable data source test (#11410) 2017-01-25 19:50:37 +02:00
data_source_aws_s3_bucket_object.go
data_source_aws_s3_bucket_object_test.go Correct aws_s3_bucket_object data source acceptance tests. (#11346) 2017-01-23 21:53:02 +00:00
data_source_aws_security_group.go
data_source_aws_security_group_test.go Add note to aws_security_group data source describing the default security group for a VPC. (#10247) 2016-11-20 16:28:11 +02:00
data_source_aws_subnet.go
data_source_aws_subnet_test.go
data_source_aws_vpc.go
data_source_aws_vpc_endpoint.go Add 'aws_vpc_endpoint' data source. (#11323) 2017-01-23 21:50:38 +00:00
data_source_aws_vpc_endpoint_service.go provider/aws Add aws_vpc_endpoint_service data source (#10261) 2016-12-13 10:40:35 +00:00
data_source_aws_vpc_endpoint_service_test.go provider/aws Add aws_vpc_endpoint_service data source (#10261) 2016-12-13 10:40:35 +00:00
data_source_aws_vpc_endpoint_test.go Add 'aws_vpc_endpoint' data source. (#11323) 2017-01-23 21:50:38 +00:00
data_source_aws_vpc_peering_connection.go provider/aws: Add 'aws_vpc_peering_connection' data source (#10913) 2016-12-30 00:30:51 +00:00
data_source_aws_vpc_peering_connection_test.go provider/aws: Add 'aws_vpc_peering_connection' data source (#10913) 2016-12-30 00:30:51 +00:00
data_source_aws_vpc_test.go change vpc test name to isolate it 2017-01-31 14:50:21 -06:00
diff_suppress_funcs.go provider/aws: Add diff suppress function for aws_db_instance 2017-01-23 18:12:34 -05:00
ec2_filters.go
ec2_filters_test.go
hosted_zones.go provider/aws: Support eu-west-2 (#10470) 2016-12-14 09:33:58 +00:00
hosted_zones_test.go
iam_policy_model.go
import_aws_api_gateway_account_test.go
import_aws_api_gateway_key_test.go
import_aws_autoscaling_group_test.go
import_aws_cloudfront_distribution.go
import_aws_cloudfront_distribution_test.go
import_aws_cloudfront_origin_access_identity_test.go
import_aws_cloudtrail_test.go
import_aws_cloudwatch_event_rule_test.go
import_aws_cloudwatch_log_group_test.go provider/aws: Fixing up acceptance tests after seeing concurrent (#10362) 2016-11-25 12:50:19 +00:00
import_aws_cloudwatch_metric_alarm_test.go
import_aws_customer_gateway_test.go
import_aws_db_event_subscription_test.go
import_aws_db_instance_test.go provider/aws: added auto_minor_version_upgrade on aws_rds_cluster_instance (#10284) 2016-11-22 13:33:01 +02:00
import_aws_db_option_group_test.go
import_aws_db_parameter_group_group_test.go
import_aws_db_security_group_test.go
import_aws_db_subnet_group_test.go clean up db subnet name collisiosn 2017-01-30 15:19:24 -06:00
import_aws_dynamodb_table_test.go
import_aws_ebs_volume_test.go
import_aws_ecr_repository_test.go
import_aws_efs_file_system_test.go
import_aws_efs_mount_target_test.go provider/aws: More randomization so our tests can run in parallel 2016-12-15 16:33:10 -06:00
import_aws_elastic_beanstalk_application_test.go provider/aws: Generate random names for Beanstalk tests resources (#10367) 2016-11-25 15:44:41 +00:00
import_aws_elastic_beanstalk_environment_test.go provider/aws: Generate random names for Beanstalk tests resources (#10367) 2016-11-25 15:44:41 +00:00
import_aws_elasticache_cluster_test.go
import_aws_elasticache_parameter_group_test.go
import_aws_elasticache_replication_group_test.go
import_aws_elasticache_subnet_group_test.go
import_aws_elb_test.go
import_aws_flow_log_test.go provider/aws: More randomization so our tests can run in parallel 2016-12-15 16:33:10 -06:00
import_aws_glacier_vault_test.go
import_aws_iam_account_password_policy_test.go
import_aws_iam_group_test.go
import_aws_iam_policy_test.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
import_aws_iam_role_policy_test.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
import_aws_iam_role_test.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
import_aws_iam_saml_provider_test.go
import_aws_iam_user_test.go
import_aws_instance_test.go
import_aws_internet_gateway_test.go
import_aws_key_pair_test.go
import_aws_kms_key_test.go
import_aws_lambda_function_test.go more randomiztion for lambda tests 2016-12-16 10:42:37 -06:00
import_aws_launch_configuration_test.go
import_aws_nat_gateway_test.go
import_aws_network_acl.go
import_aws_network_acl_test.go
import_aws_network_interface_test.go
import_aws_opsworks_custom_layer_test.go
import_aws_opsworks_stack_test.go
import_aws_placement_group_test.go
import_aws_rds_cluster_instance_test.go
import_aws_rds_cluster_parameter_group_test.go provider/aws: Randomize names for Parameter Group tests 2016-11-25 21:48:54 +00:00
import_aws_rds_cluster_test.go
import_aws_redshift_cluster_test.go
import_aws_redshift_parameter_group_test.go
import_aws_redshift_security_group_test.go
import_aws_redshift_subnet_group_test.go provider/aws: Randomize redshift subnet group test names (#10366) 2016-11-25 15:37:19 +00:00
import_aws_route53_delegation_set_test.go
import_aws_route53_health_check_test.go
import_aws_route53_record_test.go provider/aws: Add import to route53 record 2017-01-11 17:38:02 -05:00
import_aws_route53_zone_test.go
import_aws_route_table.go
import_aws_route_table_test.go
import_aws_s3_bucket.go
import_aws_s3_bucket_notification_test.go
import_aws_s3_bucket_test.go provider/aws: Added a S3 Bucket domain name attribute (#10088) 2017-01-24 15:54:46 +02:00
import_aws_security_group.go Allow import of aws_security_groups with more than one source_security_group_id rule (#9477) 2016-12-09 15:50:51 +00:00
import_aws_security_group_test.go Allow import of aws_security_groups with more than one source_security_group_id rule (#9477) 2016-12-09 15:50:51 +00:00
import_aws_ses_receipt_filter_test.go
import_aws_ses_receipt_rule_set_test.go
import_aws_sfn_activity_test.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
import_aws_simpledb_domain_test.go
import_aws_sns_topic_subscription_test.go
import_aws_sns_topic_test.go
import_aws_spot_datafeed_subscription_test.go
import_aws_sqs_queue_test.go provider/aws: Added SQS FIFO queues (#10614) 2016-12-12 17:40:59 +00:00
import_aws_subnet_test.go
import_aws_vpc_dhcp_options_test.go
import_aws_vpc_endpoint_test.go
import_aws_vpc_peering_connection_test.go
import_aws_vpc_test.go
import_aws_vpn_connection_test.go
import_aws_vpn_gateway_test.go
network_acl_entry.go
network_acl_entry_test.go
opsworks_layers.go
provider.go Merge pull request #11558 from hashicorp/feat/data_aws_ecs_cluster2 2017-02-01 09:33:57 -05:00
provider_test.go
resource_aws_alb.go provider/aws: Wait until ALB is provisioned 2017-01-20 06:50:50 -08:00
resource_aws_alb_listener.go provider/aws: Add CertificateNotFound retry waiter to aws_alb_listener (#10180) 2016-11-17 14:49:41 +02:00
resource_aws_alb_listener_rule.go provider/aws: Import aws_alb_listener_rule fix 2017-01-27 14:55:34 -05:00
resource_aws_alb_listener_rule_test.go provider/aws: Make ALBs internal or add IGW in tests 2017-01-21 22:00:36 +00:00
resource_aws_alb_listener_test.go provider/aws: Make ALBs internal or add IGW in tests 2017-01-21 22:00:36 +00:00
resource_aws_alb_target_group.go provider/aws allow ALB target group stickiness to be enabled (#11251) 2017-01-18 14:10:09 +00:00
resource_aws_alb_target_group_attachment.go
resource_aws_alb_target_group_attachment_test.go
resource_aws_alb_target_group_test.go provider/aws allow ALB target group stickiness to be enabled (#11251) 2017-01-18 14:10:09 +00:00
resource_aws_alb_test.go provider/aws: Make ALBs internal or add IGW in tests 2017-01-21 22:00:36 +00:00
resource_aws_ami.go
resource_aws_ami_copy.go provider/aws: Reworked validateArn function to handle empty values (#10833) 2016-12-27 20:52:22 +00:00
resource_aws_ami_copy_test.go
resource_aws_ami_from_instance.go
resource_aws_ami_from_instance_test.go
resource_aws_ami_launch_permission.go
resource_aws_ami_launch_permission_test.go
resource_aws_ami_test.go
resource_aws_api_gateway_account.go
resource_aws_api_gateway_account_test.go
resource_aws_api_gateway_api_key.go Exposed aws_api_gateway_api_key created_date & last_updated_date (#9530) 2016-11-14 12:03:56 +02:00
resource_aws_api_gateway_api_key_test.go Exposed aws_api_gateway_api_key created_date & last_updated_date (#9530) 2016-11-14 12:03:56 +02:00
resource_aws_api_gateway_authorizer.go
resource_aws_api_gateway_authorizer_test.go provider/aws: Update lambda_function with runtime for tests 2017-01-05 11:24:17 -06:00
resource_aws_api_gateway_base_path_mapping.go provider/aws: Fixed deletion of aws_api_gateway_base_path_mapping with empty path (#10177) 2016-12-12 22:09:25 +00:00
resource_aws_api_gateway_base_path_mapping_test.go provider/aws: Fixed deletion of aws_api_gateway_base_path_mapping with empty path (#10177) 2016-12-12 22:09:25 +00:00
resource_aws_api_gateway_client_certificate.go
resource_aws_api_gateway_client_certificate_test.go
resource_aws_api_gateway_deployment.go Exposed aws_api_gateway_deployment.created_date attribute 2016-11-14 11:21:36 +01:00
resource_aws_api_gateway_deployment_test.go Exposed aws_api_gateway_deployment.created_date attribute 2016-11-14 11:21:36 +01:00
resource_aws_api_gateway_domain_name.go provider/aws: Forces the api gateway domain name certificates to recreate the resource (#10588) 2016-12-07 22:51:44 +01:00
resource_aws_api_gateway_domain_name_test.go provider/aws: FIxed the api_gw_domain_name replace operation (#10179) 2016-12-07 21:47:20 +01:00
resource_aws_api_gateway_integration.go provider/aws: Add support for content_handling to (#11002) 2017-01-09 14:46:21 +00:00
resource_aws_api_gateway_integration_response.go provider/aws: Add support for content_handling to (#11002) 2017-01-09 14:46:21 +00:00
resource_aws_api_gateway_integration_response_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_api_gateway_integration_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_api_gateway_method.go
resource_aws_api_gateway_method_response.go
resource_aws_api_gateway_method_response_test.go
resource_aws_api_gateway_method_test.go provider/aws: Update lambda_function with runtime for tests 2017-01-05 11:24:17 -06:00
resource_aws_api_gateway_model.go
resource_aws_api_gateway_model_test.go
resource_aws_api_gateway_resource.go Fix: path not updated when modifying AWS API Gateway Resource 2017-01-26 21:53:08 +02:00
resource_aws_api_gateway_resource_test.go Fix: path not updated when modifying AWS API Gateway Resource 2017-01-26 21:53:08 +02:00
resource_aws_api_gateway_rest_api.go Add support for binary media type to AWS API Gateway 2016-12-16 02:14:29 +00:00
resource_aws_api_gateway_rest_api_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_app_cookie_stickiness_policy.go
resource_aws_app_cookie_stickiness_policy_test.go
resource_aws_appautoscaling_policy.go
resource_aws_appautoscaling_policy_test.go
resource_aws_appautoscaling_target.go
resource_aws_appautoscaling_target_test.go
resource_aws_autoscaling_attachment.go
resource_aws_autoscaling_attachment_test.go
resource_aws_autoscaling_group.go provider/aws: Addition of suspended_processes to aws_autoscaling_group (#10096) 2016-11-21 17:02:20 +02:00
resource_aws_autoscaling_group_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_autoscaling_group_waiting.go provider/aws: aws_autoscaling_group ALB target group support (#10243) 2016-11-21 11:50:58 +02:00
resource_aws_autoscaling_group_waiting_test.go
resource_aws_autoscaling_lifecycle_hook.go provider/aws: Improve error message from ASG Hooks 2017-01-23 17:35:47 +00:00
resource_aws_autoscaling_lifecycle_hook_test.go
resource_aws_autoscaling_notification.go
resource_aws_autoscaling_notification_test.go
resource_aws_autoscaling_policy.go provider/aws: Set aws_autoscaling_policy metric_aggregation_type to be (#10904) 2016-12-28 23:30:43 +00:00
resource_aws_autoscaling_policy_test.go
resource_aws_autoscaling_schedule.go provider/aws: Fix acceptance tests for autoscaling schedule 2017-01-30 15:07:10 -05:00
resource_aws_autoscaling_schedule_test.go provider/aws: Fix acceptance tests for autoscaling schedule 2017-01-30 15:07:10 -05:00
resource_aws_cloudformation_stack.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
resource_aws_cloudformation_stack_test.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
resource_aws_cloudfront_distribution.go restore lambdasethash, include in cache behavior id hash, and document (including limits) 2017-01-19 15:53:52 -06:00
resource_aws_cloudfront_distribution_test.go IPv6 Support To Cloudfront (#10332) 2016-11-30 14:13:30 +02:00
resource_aws_cloudfront_origin_access_identity.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_cloudfront_origin_access_identity_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_cloudtrail.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_cloudtrail_test.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_cloudwatch_event_rule.go
resource_aws_cloudwatch_event_rule_test.go
resource_aws_cloudwatch_event_target.go
resource_aws_cloudwatch_event_target_test.go
resource_aws_cloudwatch_log_group.go fix wrong usage of hashicorp/errwrap (#11500) 2017-01-29 19:19:48 +00:00
resource_aws_cloudwatch_log_group_test.go provider/aws: Fix Cloudwatch Log acceptance tests 2017-01-31 12:06:06 -05:00
resource_aws_cloudwatch_log_metric_filter.go
resource_aws_cloudwatch_log_metric_filter_test.go provider/aws: Fix Cloudwatch Log acceptance tests 2017-01-31 12:06:06 -05:00
resource_aws_cloudwatch_log_stream.go fix wrong usage of hashicorp/errwrap (#11500) 2017-01-29 19:19:48 +00:00
resource_aws_cloudwatch_log_stream_test.go
resource_aws_cloudwatch_log_subscription_filter.go
resource_aws_cloudwatch_log_subscription_filter_test.go provider/aws: Fix cloudwatch log subscription filter test 2017-01-30 16:03:55 -05:00
resource_aws_cloudwatch_metric_alarm.go provider/aws: Add Support for aws_cloudwatch_metric_alarm extended (#11193) 2017-01-13 14:47:58 +00:00
resource_aws_cloudwatch_metric_alarm_test.go provider/aws: Add Support for aws_cloudwatch_metric_alarm extended (#11193) 2017-01-13 14:47:58 +00:00
resource_aws_codecommit_repository.go
resource_aws_codecommit_repository_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_codecommit_trigger.go
resource_aws_codecommit_trigger_test.go
resource_aws_codedeploy_app.go
resource_aws_codedeploy_app_test.go
resource_aws_codedeploy_deployment_config.go provider/aws: New Resource aws_codedeploy_deployment_config (#11062) 2017-01-09 19:17:09 +00:00
resource_aws_codedeploy_deployment_config_test.go provider/aws: New Resource aws_codedeploy_deployment_config (#11062) 2017-01-09 19:17:09 +00:00
resource_aws_codedeploy_deployment_group.go Service role is not updated on AWS for a CodeDeploy deployment group (#9866) 2016-12-07 13:34:58 +01:00
resource_aws_codedeploy_deployment_group_test.go Service role is not updated on AWS for a CodeDeploy deployment group (#9866) 2016-12-07 13:34:58 +01:00
resource_aws_customer_gateway.go
resource_aws_customer_gateway_test.go
resource_aws_db_event_subscription.go
resource_aws_db_event_subscription_test.go
resource_aws_db_instance.go provider/aws: Add diff suppress function for aws_db_instance 2017-01-23 18:12:34 -05:00
resource_aws_db_instance_test.go fix db option group test 2017-01-30 15:48:52 -06:00
resource_aws_db_option_group.go GH-7311 - Increasing deletion timeout wait 2016-11-15 09:11:28 -06:00
resource_aws_db_option_group_test.go
resource_aws_db_parameter_group.go
resource_aws_db_parameter_group_test.go
resource_aws_db_security_group.go
resource_aws_db_security_group_test.go
resource_aws_db_subnet_group.go
resource_aws_db_subnet_group_test.go clean up db subnet name collisiosn 2017-01-30 15:19:24 -06:00
resource_aws_default_network_acl.go
resource_aws_default_network_acl_test.go
resource_aws_default_route_table.go Skip VPC endpoint routes when removing default route table's routes. (#10303) 2016-11-23 18:12:59 +02:00
resource_aws_default_route_table_test.go Skip VPC endpoint routes when removing default route table's routes. (#10303) 2016-11-23 18:12:59 +02:00
resource_aws_default_security_group.go
resource_aws_default_security_group_test.go
resource_aws_directory_service_directory.go
resource_aws_directory_service_directory_test.go
resource_aws_dynamodb_table.go
resource_aws_dynamodb_table_test.go
resource_aws_ebs_snapshot.go provider/aws: New Resource aws_ebs_snapshot (#10017) 2016-11-21 12:40:22 +02:00
resource_aws_ebs_snapshot_test.go provider/aws: New Resource aws_ebs_snapshot (#10017) 2016-11-21 12:40:22 +02:00
resource_aws_ebs_volume.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_ebs_volume_test.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_ecr_repository.go provider/aws: Remove hardcoded https from the ecr repository (#11307) 2017-01-20 17:34:52 +00:00
resource_aws_ecr_repository_policy.go
resource_aws_ecr_repository_policy_test.go
resource_aws_ecr_repository_test.go provider/aws: Remove hardcoded https from the ecr repository (#11307) 2017-01-20 17:34:52 +00:00
resource_aws_ecs_cluster.go
resource_aws_ecs_cluster_test.go
resource_aws_ecs_service.go provider/aws: Fix issue with ECS Placement Strat. and type casing 2017-01-31 11:33:16 -06:00
resource_aws_ecs_service_test.go provider/aws: Fix issue with ECS Placement Strat. and type casing 2017-01-31 11:33:16 -06:00
resource_aws_ecs_task_definition.go provider/aws: Update ECS task_definition and service 2017-01-19 17:54:52 -05:00
resource_aws_ecs_task_definition_test.go provider/aws: Add support for placement_constraint to aws_ecs_service (#11242) 2017-01-17 18:43:34 +00:00
resource_aws_efs_file_system.go
resource_aws_efs_file_system_test.go
resource_aws_efs_mount_target.go provider/aws: Updating the aws_efs_mount_target dns_name (#11023) 2017-01-04 23:12:45 +00:00
resource_aws_efs_mount_target_test.go provider/aws: Updating the aws_efs_mount_target dns_name (#11023) 2017-01-04 23:12:45 +00:00
resource_aws_eip.go
resource_aws_eip_association.go
resource_aws_eip_association_test.go provider/aws: Fix AWS EIP Assocaition Tests (#11533) 2017-01-31 11:04:42 +00:00
resource_aws_eip_test.go
resource_aws_elastic_beanstalk_application.go
resource_aws_elastic_beanstalk_application_test.go
resource_aws_elastic_beanstalk_configuration_template.go
resource_aws_elastic_beanstalk_configuration_template_test.go randomize Beanstalk test name 2017-01-30 15:06:29 -06:00
resource_aws_elastic_beanstalk_environment.go
resource_aws_elastic_beanstalk_environment_migrate.go
resource_aws_elastic_beanstalk_environment_migrate_test.go
resource_aws_elastic_beanstalk_environment_test.go provider/aws: Fix ElasticBeanstalk Acceptance Tests 2017-01-31 15:16:22 -05:00
resource_aws_elastic_transcoder_pipeline.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_elastic_transcoder_pipeline_test.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_elastic_transcoder_preset.go aws/elastic_transcoder remove default MaxFrameRate 2017-01-22 12:39:23 -08:00
resource_aws_elastic_transcoder_preset_test.go
resource_aws_elasticache_cluster.go provider/aws: Validate window time format (#11089) 2017-01-09 13:12:07 +00:00
resource_aws_elasticache_cluster_test.go
resource_aws_elasticache_parameter_group.go
resource_aws_elasticache_parameter_group_test.go
resource_aws_elasticache_replication_group.go provider/aws: Add snapshotting to the list of pending state for (#10965) 2017-01-02 20:37:43 +00:00
resource_aws_elasticache_replication_group_test.go
resource_aws_elasticache_security_group.go
resource_aws_elasticache_security_group_test.go
resource_aws_elasticache_subnet_group.go
resource_aws_elasticache_subnet_group_test.go
resource_aws_elasticsearch_domain.go
resource_aws_elasticsearch_domain_test.go
resource_aws_elb.go provider/aws: Allow disabled access_log in ELB (#11120) 2017-01-09 23:10:58 +00:00
resource_aws_elb_attachment.go
resource_aws_elb_attachment_test.go
resource_aws_elb_test.go provider/aws: Allow disabled access_log in ELB (#11120) 2017-01-09 23:10:58 +00:00
resource_aws_emr_cluster.go provider:aws: Add support for updating aws_emr_cluster parameters (#11008) 2017-01-03 22:15:44 +00:00
resource_aws_emr_cluster_test.go provider:aws: Add support for updating aws_emr_cluster parameters (#11008) 2017-01-03 22:15:44 +00:00
resource_aws_emr_instance_group.go provider/aws: Add EBS Volume support for EMR Instance Groups 2017-01-25 10:29:41 -05:00
resource_aws_emr_instance_group_test.go provider/aws: Add EBS Volume support for EMR Instance Groups 2017-01-25 10:29:41 -05:00
resource_aws_flow_log.go
resource_aws_flow_log_test.go provider/aws: More randomization so our tests can run in parallel 2016-12-15 16:33:10 -06:00
resource_aws_glacier_vault.go
resource_aws_glacier_vault_test.go
resource_aws_iam_access_key.go provider/aws: Save secret to state in iam_access_key if pgp key not found 2016-12-13 09:32:04 -06:00
resource_aws_iam_access_key_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_iam_account_password_policy.go
resource_aws_iam_account_password_policy_test.go
resource_aws_iam_group.go provider/aws: AWS IAM, User and Role allow + in the name (#9991) 2016-11-09 15:54:15 +00:00
resource_aws_iam_group_membership.go
resource_aws_iam_group_membership_test.go
resource_aws_iam_group_policy.go
resource_aws_iam_group_policy_attachment.go
resource_aws_iam_group_policy_attachment_test.go
resource_aws_iam_group_policy_test.go
resource_aws_iam_group_test.go provider/aws: AWS IAM, User and Role allow + in the name (#9991) 2016-11-09 15:54:15 +00:00
resource_aws_iam_instance_profile.go provider/aws: Support import of aws_iam_instance_profile (#10436) 2016-12-01 09:01:15 +02:00
resource_aws_iam_instance_profile_test.go provider/aws: Support import of aws_iam_instance_profile (#10436) 2016-12-01 09:01:15 +02:00
resource_aws_iam_policy.go provider/aws: Fixing the broken build of the aws_iam_policy resource 2016-12-01 16:50:28 +02:00
resource_aws_iam_policy_attachment.go
resource_aws_iam_policy_attachment_test.go
resource_aws_iam_policy_test.go provider/aws: removal of the duplicate import aws_iam_instance_profile test 2016-12-01 16:55:53 +02:00
resource_aws_iam_role.go provider/aws: Fixing the broken build of the aws_iam_role resource 2016-12-01 16:46:01 +02:00
resource_aws_iam_role_policy.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
resource_aws_iam_role_policy_attachment.go
resource_aws_iam_role_policy_attachment_test.go
resource_aws_iam_role_policy_test.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
resource_aws_iam_role_test.go provider/aws: Fix aws_iam_role_test config (#10464) 2016-12-01 18:22:05 +02:00
resource_aws_iam_saml_provider.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_iam_saml_provider_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_iam_server_certificate.go
resource_aws_iam_server_certificate_test.go
resource_aws_iam_user.go provider/aws: Remove IAM user's MFA devices with `force_destroy` #5908 (#10262) 2016-11-21 10:17:27 +02:00
resource_aws_iam_user_login_profile.go provider/aws: Extract helper/encryption library 2016-12-06 14:24:21 -06:00
resource_aws_iam_user_login_profile_test.go provider/aws: Update regex to pass test 2017-01-05 15:06:54 -06:00
resource_aws_iam_user_policy.go
resource_aws_iam_user_policy_attachment.go
resource_aws_iam_user_policy_attachment_test.go
resource_aws_iam_user_policy_test.go Allow importing of aws_iam_role, aws_iam_role_policy, aws_iam_policy and aws_iam_instance_profile 2016-12-01 16:41:23 +02:00
resource_aws_iam_user_ssh_key.go
resource_aws_iam_user_ssh_key_test.go
resource_aws_iam_user_test.go provider/aws: AWS IAM, User and Role allow + in the name (#9991) 2016-11-09 15:54:15 +00:00
resource_aws_inspector_assessment_target.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_inspector_assessment_target_test.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_inspector_assessment_template.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_inspector_assessment_template_test.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_inspector_resource_group.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_inspector_resource_group_test.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
resource_aws_instance.go provider/aws: Add aws_instance data source 2017-01-18 12:19:44 -05:00
resource_aws_instance_migrate.go
resource_aws_instance_migrate_test.go
resource_aws_instance_test.go provider/aws: Add "no_device" support to ephemeral block devices (#10547) 2016-12-08 11:03:51 +01:00
resource_aws_internet_gateway.go
resource_aws_internet_gateway_test.go
resource_aws_key_pair.go aws_key_pair: Ensure key_name attribute is set 2017-01-01 12:17:43 -08:00
resource_aws_key_pair_migrate.go
resource_aws_key_pair_migrate_test.go
resource_aws_key_pair_test.go provider/aws: Add key_name_prefix argument to aws_key_pair resource (#9993) 2016-11-09 15:35:51 +00:00
resource_aws_kinesis_firehose_delivery_stream.go provider/aws: aws_kinesis_firehose_delivery_stream code cleanup (#11021) 2017-01-04 15:40:41 +00:00
resource_aws_kinesis_firehose_delivery_stream_migrate.go
resource_aws_kinesis_firehose_delivery_stream_migrate_test.go
resource_aws_kinesis_firehose_delivery_stream_test.go provider/aws: fixed buffering_interval option 2016-11-14 22:18:11 +01:00
resource_aws_kinesis_stream.go
resource_aws_kinesis_stream_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_kms_alias.go
resource_aws_kms_alias_test.go
resource_aws_kms_key.go kms CreateKey: retry if arn in policy not yet seen (#11509) 2017-01-30 11:23:43 +00:00
resource_aws_kms_key_test.go
resource_aws_lambda_alias.go Drop alias from state file if missing from lambda. (#10759) 2016-12-15 15:33:38 -06:00
resource_aws_lambda_alias_test.go provider/aws: Fix up AWS Lambda* tests (#11104) 2017-01-09 09:56:37 +01:00
resource_aws_lambda_event_source_mapping.go
resource_aws_lambda_event_source_mapping_test.go provider/aws: Fix up AWS Lambda* tests (#11104) 2017-01-09 09:56:37 +01:00
resource_aws_lambda_function.go provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 (#9724) 2016-12-16 12:24:45 +00:00
resource_aws_lambda_function_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_lambda_permission.go Use strings.HasPrefix instead of regexp for lambda_permission 2017-01-23 12:34:56 -05:00
resource_aws_lambda_permission_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_launch_configuration.go fixes double base64 encode 2016-12-20 17:47:05 -07:00
resource_aws_launch_configuration_test.go
resource_aws_lb_cookie_stickiness_policy.go provider/aws: allow destroy of LB stickiness policy with missing LB (#11462) 2017-01-27 21:14:23 +02:00
resource_aws_lb_cookie_stickiness_policy_test.go provider/aws: allow destroy of LB stickiness policy with missing LB (#11462) 2017-01-27 21:14:23 +02:00
resource_aws_lb_ssl_negotiation_policy.go
resource_aws_lb_ssl_negotiation_policy_test.go
resource_aws_lightsail_domain.go provider/aws: Add support for AWS Lightsail Domain (#10637) 2016-12-09 17:56:48 +00:00
resource_aws_lightsail_domain_test.go provider/aws: Add support for AWS Lightsail Domain (#10637) 2016-12-09 17:56:48 +00:00
resource_aws_lightsail_instance.go provider/aws: add aws_lightsail_key_pair 2016-12-07 11:13:47 -06:00
resource_aws_lightsail_instance_test.go provider/aws: Add Lightsail Instance 2016-12-02 16:35:57 -06:00
resource_aws_lightsail_key_pair.go implement name_prefix 2016-12-08 14:08:45 -06:00
resource_aws_lightsail_key_pair_test.go provider/aws: Fix acceptance tests w/ missing values (#11377) 2017-01-24 14:09:29 +02:00
resource_aws_load_balancer_backend_server_policy.go
resource_aws_load_balancer_backend_server_policy_test.go
resource_aws_load_balancer_listener_policy.go
resource_aws_load_balancer_listener_policy_test.go provider/aws: Randomize lb and policy name in LB policy test 2017-01-04 16:02:02 -06:00
resource_aws_load_balancer_policy.go
resource_aws_load_balancer_policy_test.go
resource_aws_main_route_table_association.go
resource_aws_main_route_table_association_test.go
resource_aws_nat_gateway.go
resource_aws_nat_gateway_test.go
resource_aws_network_acl.go
resource_aws_network_acl_rule.go
resource_aws_network_acl_rule_test.go
resource_aws_network_acl_test.go
resource_aws_network_interface.go
resource_aws_network_interface_test.go
resource_aws_opsworks_application.go provider/aws resource_aws_opsworks_application does not accept document_root parameter (#10477) 2016-12-02 13:45:10 +02:00
resource_aws_opsworks_application_test.go Fix vet errors in providers 2017-01-13 17:31:44 -05:00
resource_aws_opsworks_custom_layer.go
resource_aws_opsworks_custom_layer_test.go Fix vet errors in providers 2017-01-13 17:31:44 -05:00
resource_aws_opsworks_ganglia_layer.go
resource_aws_opsworks_haproxy_layer.go
resource_aws_opsworks_instance.go provider/aws: Bump SDK version to 1.6.9 (#10993) 2017-01-02 20:35:31 +00:00
resource_aws_opsworks_instance_test.go Add support for instance tenancy in `aws_opsworks_instance` (#10885) 2016-12-28 22:48:24 +00:00
resource_aws_opsworks_java_app_layer.go
resource_aws_opsworks_memcached_layer.go
resource_aws_opsworks_mysql_layer.go
resource_aws_opsworks_nodejs_app_layer.go
resource_aws_opsworks_permission.go fix #9104 (#10394) 2016-12-02 13:53:06 +02:00
resource_aws_opsworks_permission_test.go Fix vet errors in providers 2017-01-13 17:31:44 -05:00
resource_aws_opsworks_php_app_layer.go
resource_aws_opsworks_rails_app_layer.go
resource_aws_opsworks_rails_app_layer_test.go tests for #5907 (#10669) 2016-12-12 14:42:04 +00:00
resource_aws_opsworks_rds_db_instance.go provider/aws: Add opsworks rds db resource (#10294) 2016-12-05 16:14:15 +00:00
resource_aws_opsworks_rds_db_instance_test.go Add aws verification checks to opsworks acceptance tests (#10813) 2016-12-18 11:55:40 +00:00
resource_aws_opsworks_stack.go
resource_aws_opsworks_stack_test.go Fix vet errors in providers 2017-01-13 17:31:44 -05:00
resource_aws_opsworks_static_web_layer.go
resource_aws_opsworks_user_profile.go
resource_aws_opsworks_user_profile_test.go Fix vet errors in providers 2017-01-13 17:31:44 -05:00
resource_aws_placement_group.go
resource_aws_placement_group_test.go
resource_aws_proxy_protocol_policy.go
resource_aws_proxy_protocol_policy_test.go
resource_aws_rds_cluster.go provider/aws: Fix panic in aws_rds_cluster missing parameter error (#11600) 2017-02-01 14:42:00 +00:00
resource_aws_rds_cluster_instance.go provider/aws: added auto_minor_version_upgrade on aws_rds_cluster_instance (#10284) 2016-11-22 13:33:01 +02:00
resource_aws_rds_cluster_instance_test.go provider/aws: added auto_minor_version_upgrade on aws_rds_cluster_instance (#10284) 2016-11-22 13:33:01 +02:00
resource_aws_rds_cluster_parameter_group.go
resource_aws_rds_cluster_parameter_group_test.go provider/aws: Fix AWS RDS Cluster Parameter Group Tests 2017-01-30 16:28:24 -05:00
resource_aws_rds_cluster_test.go provider/aws: Fix panic in aws_rds_cluster missing parameter error (#11600) 2017-02-01 14:42:00 +00:00
resource_aws_redshift_cluster.go provider/aws: Validate window time format (#11089) 2017-01-09 13:12:07 +00:00
resource_aws_redshift_cluster_test.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_redshift_parameter_group.go
resource_aws_redshift_parameter_group_test.go
resource_aws_redshift_security_group.go
resource_aws_redshift_security_group_test.go
resource_aws_redshift_subnet_group.go
resource_aws_redshift_subnet_group_test.go provider/aws: Randomize redshift subnet group test names (#10366) 2016-11-25 15:37:19 +00:00
resource_aws_route.go
resource_aws_route53_delegation_set.go
resource_aws_route53_delegation_set_test.go
resource_aws_route53_health_check.go
resource_aws_route53_health_check_test.go
resource_aws_route53_record.go provider/aws: aws_route53_record import error processing (#11603) 2017-02-01 14:15:08 +00:00
resource_aws_route53_record_migrate.go
resource_aws_route53_record_migrate_test.go
resource_aws_route53_record_test.go provider/aws: Make the type of a route53_record changeable 2017-01-12 13:13:35 +01:00
resource_aws_route53_zone.go provider/aws: Guard against nil change output (#10798) 2016-12-28 16:45:07 +00:00
resource_aws_route53_zone_association.go
resource_aws_route53_zone_association_test.go
resource_aws_route53_zone_test.go
resource_aws_route_table.go
resource_aws_route_table_association.go
resource_aws_route_table_association_test.go
resource_aws_route_table_test.go
resource_aws_route_test.go
resource_aws_s3_bucket.go provider/aws: Added a S3 Bucket domain name attribute (#10088) 2017-01-24 15:54:46 +02:00
resource_aws_s3_bucket_notification.go
resource_aws_s3_bucket_notification_test.go add missing runtime param to test 2017-01-04 14:58:47 -06:00
resource_aws_s3_bucket_object.go S3 Bucket Object Sever Side Encryption (#11261) 2017-01-31 09:20:48 +00:00
resource_aws_s3_bucket_object_test.go S3 Bucket Object Sever Side Encryption (#11261) 2017-01-31 09:20:48 +00:00
resource_aws_s3_bucket_policy.go
resource_aws_s3_bucket_policy_test.go provider/aws: Fix S3BucketPolicy Acceptance Tests 2017-01-20 11:58:15 -05:00
resource_aws_s3_bucket_test.go provider/aws: Added a S3 Bucket domain name attribute (#10088) 2017-01-24 15:54:46 +02:00
resource_aws_security_group.go
resource_aws_security_group_rule.go provider/aws: Added a validation for security group rule types (#10864) 2016-12-30 00:26:01 +00:00
resource_aws_security_group_rule_migrate.go
resource_aws_security_group_rule_migrate_test.go
resource_aws_security_group_rule_test.go provider/aws: Added a validation for security group rule types (#10864) 2016-12-30 00:26:01 +00:00
resource_aws_security_group_rules_matching_test.go
resource_aws_security_group_test.go Allow import of aws_security_groups with more than one source_security_group_id rule (#9477) 2016-12-09 15:50:51 +00:00
resource_aws_ses_active_receipt_rule_set.go
resource_aws_ses_active_receipt_rule_set_test.go
resource_aws_ses_configuration_set.go provider/aws: Support for SES Configuration sets and Event Destinations (#10735) 2016-12-16 11:46:39 +00:00
resource_aws_ses_configuration_set_test.go provider/aws: Support for SES Configuration sets and Event Destinations (#10735) 2016-12-16 11:46:39 +00:00
resource_aws_ses_event_destination.go provider/aws: Support for SES Configuration sets and Event Destinations (#10735) 2016-12-16 11:46:39 +00:00
resource_aws_ses_event_destination_test.go provider/aws: Support for SES Configuration sets and Event Destinations (#10735) 2016-12-16 11:46:39 +00:00
resource_aws_ses_receipt_filter.go
resource_aws_ses_receipt_filter_test.go
resource_aws_ses_receipt_rule.go provider/aws: Enforced kms_key_* attributes to be ARNs (#10356) 2016-11-30 13:50:26 +02:00
resource_aws_ses_receipt_rule_set.go
resource_aws_ses_receipt_rule_set_test.go
resource_aws_ses_receipt_rule_test.go
resource_aws_sfn_activity.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
resource_aws_sfn_activity_test.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
resource_aws_sfn_state_machine.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
resource_aws_sfn_state_machine_test.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
resource_aws_simpledb_domain.go
resource_aws_simpledb_domain_test.go
resource_aws_snapshot_create_volume_permission.go add wait after AWS snapshot attr modification 2016-12-08 16:12:25 -06:00
resource_aws_snapshot_create_volume_permission_test.go refactor the test to use caller_identity data source, and new ebs_snapshot resource 2016-12-08 16:43:03 -06:00
resource_aws_sns_topic.go
resource_aws_sns_topic_policy.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_sns_topic_policy_test.go provider/aws: Allow ARN identifier to be set 2017-01-23 11:30:28 -05:00
resource_aws_sns_topic_subscription.go SNS Topic Subscription: import more attributes (#10408) 2017-01-30 11:52:23 +00:00
resource_aws_sns_topic_subscription_test.go
resource_aws_sns_topic_test.go
resource_aws_spot_datafeed_subscription.go
resource_aws_spot_datafeed_subscription_test.go
resource_aws_spot_fleet_request.go only wait for spot fleet instance termination if requested 2016-12-29 13:17:42 +11:00
resource_aws_spot_fleet_request_migrate.go
resource_aws_spot_fleet_request_migrate_test.go
resource_aws_spot_fleet_request_test.go
resource_aws_spot_instance_request.go
resource_aws_spot_instance_request_test.go
resource_aws_sqs_queue.go provider/aws: Added SQS FIFO queues (#10614) 2016-12-12 17:40:59 +00:00
resource_aws_sqs_queue_policy.go
resource_aws_sqs_queue_policy_test.go
resource_aws_sqs_queue_test.go provider/aws: Added SQS FIFO queues (#10614) 2016-12-12 17:40:59 +00:00
resource_aws_ssm_activation.go
resource_aws_ssm_activation_test.go
resource_aws_ssm_association.go
resource_aws_ssm_association_test.go
resource_aws_ssm_document.go
resource_aws_ssm_document_test.go
resource_aws_subnet.go
resource_aws_subnet_test.go
resource_aws_volume_attachment.go Succeed creating aws_volume_attachment if identical attachment exists (#11060) 2017-02-01 15:41:53 +00:00
resource_aws_volume_attachment_test.go
resource_aws_vpc.go provider/aws: Patch issue with enable dns support 2016-11-22 13:44:44 -06:00
resource_aws_vpc_dhcp_options.go
resource_aws_vpc_dhcp_options_association.go
resource_aws_vpc_dhcp_options_association_test.go
resource_aws_vpc_dhcp_options_test.go
resource_aws_vpc_endpoint.go Add new aws_vpc_endpoint_route_table_association resource (#10137) 2016-12-05 12:55:37 +00:00
resource_aws_vpc_endpoint_route_table_association.go Add new aws_vpc_endpoint_route_table_association resource (#10137) 2016-12-05 12:55:37 +00:00
resource_aws_vpc_endpoint_route_table_association_test.go Add new aws_vpc_endpoint_route_table_association resource (#10137) 2016-12-05 12:55:37 +00:00
resource_aws_vpc_endpoint_test.go provider/aws Return service CIDR blocks from aws_vpc_endpoint resource. (#10254) 2016-11-21 10:43:56 +02:00
resource_aws_vpc_peering_connection.go provider/aws: aws_vpc_peering_connection: import fix 2016-12-09 12:05:06 +00:00
resource_aws_vpc_peering_connection_test.go
resource_aws_vpc_test.go provider/aws: Patch issue with enable dns support 2016-11-22 13:44:44 -06:00
resource_aws_vpn_connection.go
resource_aws_vpn_connection_test.go
resource_aws_vpn_gateway.go
resource_aws_vpn_gateway_attachment.go
resource_aws_vpn_gateway_attachment_test.go
resource_aws_vpn_gateway_test.go
resource_aws_waf_byte_match_set.go
resource_aws_waf_byte_match_set_test.go
resource_aws_waf_ipset.go
resource_aws_waf_ipset_test.go
resource_aws_waf_rule.go
resource_aws_waf_rule_test.go
resource_aws_waf_size_constraint_set.go
resource_aws_waf_size_constraint_set_test.go
resource_aws_waf_sql_injection_match_set.go
resource_aws_waf_sql_injection_match_set_test.go
resource_aws_waf_web_acl.go
resource_aws_waf_web_acl_test.go
resource_aws_waf_xss_match_set.go
resource_aws_waf_xss_match_set_test.go
resource_vpn_connection_route.go
resource_vpn_connection_route_test.go
s3_tags.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
s3_tags_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
structure.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
structure_test.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
tags.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsBeanstalk.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsBeanstalk_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsCloudFront.go
tagsCloudtrail.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsCloudtrail_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsEC.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsEC_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsEFS.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsEFS_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsELB.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsELB_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsInspector.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
tagsRDS.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsRDS_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsRedshift.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tagsRedshift_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_elasticsearchservice.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_elasticsearchservice_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_kinesis.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_kinesis_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_route53.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_route53_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
tags_test.go Ignore AWS specific tags 2016-11-11 15:40:09 +02:00
utils.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
utils_test.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
validators.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
validators_test.go Added Step Function resources (State Machine & Activity) (#11420) 2017-01-31 20:17:38 +00:00
website_endpoint_url_test.go