terraform/builtin/providers/aws
Paul Stack ad12d8804b provider/aws: Add replace_unhealthy_instances to spot_fleet_request (#12681)
Fixes: #12635

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSpotFleetRequest_'                                                                    ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/14 15:57:08 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSpotFleetRequest_ -timeout 120m
=== RUN   TestAccAWSSpotFleetRequest_changePriceForcesNewRequest
--- PASS: TestAccAWSSpotFleetRequest_changePriceForcesNewRequest (182.81s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceAzOrSubnetInRegion
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzOrSubnetInRegion (88.80s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceAzInGivenList
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzInGivenList (92.50s)
=== RUN   TestAccAWSSpotFleetRequest_lowestPriceSubnetInGivenList
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceSubnetInGivenList (119.25s)
=== RUN   TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameAz
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameAz (95.23s)
=== RUN   TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameSubnet
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameSubnet (125.55s)
=== RUN   TestAccAWSSpotFleetRequest_overriddingSpotPrice
--- PASS: TestAccAWSSpotFleetRequest_overriddingSpotPrice (92.24s)
=== RUN   TestAccAWSSpotFleetRequest_diversifiedAllocation
--- PASS: TestAccAWSSpotFleetRequest_diversifiedAllocation (400.04s)
=== RUN   TestAccAWSSpotFleetRequest_withWeightedCapacity
--- PASS: TestAccAWSSpotFleetRequest_withWeightedCapacity (349.51s)
=== RUN   TestAccAWSSpotFleetRequest_withEBSDisk
--- PASS: TestAccAWSSpotFleetRequest_withEBSDisk (86.70s)
=== RUN   TestAccAWSSpotFleetRequest_CannotUseEmptyKeyName
--- PASS: TestAccAWSSpotFleetRequest_CannotUseEmptyKeyName (0.00s)
PASS
ok	github.com/hashicorp/terraform/builtin/providers/aws	1632.663s
```
2017-03-14 18:23:00 +02:00
..
test-fixtures provider/aws: Elastic Beanstalk Application Version (#5770) 2017-02-17 17:54:07 +02: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
autoscaling_tags_test.go
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: New resource codepipeline (#11814) 2017-02-22 19:31:24 +02:00
core_acceptance_test.go
data_source_aws_acm_certificate.go
data_source_aws_acm_certificate_test.go
data_source_aws_alb.go
data_source_aws_alb_listener.go
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
data_source_aws_ami_test.go
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
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
data_source_aws_db_instance.go provider/aws: Add address, port, hosted_zone_id and endpoint for aws_db_instance datasource (#12623) 2017-03-13 10:31:24 +02:00
data_source_aws_db_instance_test.go provider/aws: Add address, port, hosted_zone_id and endpoint for aws_db_instance datasource (#12623) 2017-03-13 10:31:24 +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
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: output the task definition name when errors occur during refresh (#12609) 2017-03-12 16:03:36 +02: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
data_source_aws_eip_test.go
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
data_source_aws_iam_policy_document_test.go
data_source_aws_iam_server_certificate.go Provide the certificate ID in the aws data source (#11693) 2017-02-04 12:34:16 +00:00
data_source_aws_iam_server_certificate_test.go Provide the certificate ID in the aws data source (#11693) 2017-02-04 12:34:16 +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 acc test for data source 2017-03-08 15:43:57 -06: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_partition.go provider/aws: New DataSource: aws_partition (#11675) 2017-02-04 11:54:45 +00:00
data_source_aws_partition_test.go provider/aws: New DataSource: aws_partition (#11675) 2017-02-04 11:54:45 +00:00
data_source_aws_prefix_list.go
data_source_aws_prefix_list_test.go
data_source_aws_redshift_service_account.go
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
data_source_aws_route53_zone_test.go
data_source_aws_route_table.go provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
data_source_aws_route_table_test.go provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
data_source_aws_s3_bucket_object.go provider/aws: more details on which s3 bucket had an error (#12314) 2017-03-01 23:00:47 +00:00
data_source_aws_s3_bucket_object_test.go Add S3 bucket object tag support. (#11344) 2017-02-13 17:27:13 +00:00
data_source_aws_security_group.go
data_source_aws_security_group_test.go provider/aws: Fix sg data source acctests (#11994) 2017-02-16 05:21:56 +00:00
data_source_aws_sns.go provider/aws: data_aws_sns_topic (#11752) 2017-02-21 17:47:48 +02:00
data_source_aws_sns_test.go provider/aws: data_aws_sns_topic (#11752) 2017-02-21 17:47:48 +02:00
data_source_aws_subnet.go
data_source_aws_subnet_test.go
data_source_aws_vpc.go provider/aws: Add the IPV6 cidr block to the vpc datasource (#12529) 2017-03-08 21:08:37 +02:00
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
data_source_aws_vpc_endpoint_service_test.go
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 fix go vet issue 2017-03-10 11:25:58 -06:00
data_source_aws_vpn_gateway.go Add 'aws_vpn_gateway' data source. (#11886) 2017-02-13 16:24:55 +00:00
data_source_aws_vpn_gateway_test.go Add 'aws_vpn_gateway' data source. (#11886) 2017-02-13 16:24:55 +00:00
diff_aws_policy_test.go provider/aws: Add aws_elasticsearch_domain_policy (#8648) 2017-02-08 13:20:57 +00:00
diff_suppress_funcs.go Fix aws_dms_replication_task diff for json with whitespace. (#12380) 2017-03-07 16:00:02 +02:00
diff_suppress_funcs_test.go Fix aws_dms_replication_task diff for json with whitespace. (#12380) 2017-03-07 16:00:02 +02:00
ec2_filters.go
ec2_filters_test.go
hosted_zones.go
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_destination_policy_test.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
import_aws_cloudwatch_log_destination_test.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
import_aws_cloudwatch_log_group_test.go
import_aws_cloudwatch_metric_alarm_test.go
import_aws_codepipeline_test.go provider/aws: New resource codepipeline (#11814) 2017-02-22 19:31:24 +02:00
import_aws_customer_gateway_test.go
import_aws_db_event_subscription.go provider/aws: Fix aws_db_event_subscription import 2017-02-07 11:01:26 -05:00
import_aws_db_event_subscription_test.go provider/aws: Fix aws_db_event_subscription import 2017-02-07 11:01:26 -05:00
import_aws_db_instance_test.go
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 provider/aws: Add tag support to the dynamodb table resource 2017-02-01 15:44:30 -05:00
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
import_aws_elastic_beanstalk_application_test.go
import_aws_elastic_beanstalk_environment_test.go
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
import_aws_glacier_vault_test.go
import_aws_iam_account_alias_test.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
import_aws_iam_account_password_policy_test.go
import_aws_iam_group_test.go provider/aws: Improve IAM Group AccTests 2017-02-02 13:03:39 -05:00
import_aws_iam_policy_test.go
import_aws_iam_role_policy_test.go
import_aws_iam_role_test.go
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
import_aws_rds_cluster_test.go
import_aws_redshift_cluster_test.go
import_aws_redshift_parameter_group_test.go provider/aws: Fix redshift parameter group acctests 2017-02-09 10:18:31 -05:00
import_aws_redshift_security_group_test.go provider/aws: Update Redshift SG Acctests 2017-02-09 10:55:12 -05:00
import_aws_redshift_subnet_group_test.go
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 provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
import_aws_route_table_test.go provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
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 provider/aws: Add support for IPv6 to aws_security_group (#12655) 2017-03-14 13:02:50 +02:00
import_aws_security_group_test.go provider/aws: Add support for IPv6 to aws_security_group (#12655) 2017-03-14 13:02:50 +02: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
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 provider/aws: Add support for IPv6 to aws_network_acl (#12641) 2017-03-14 12:39:39 +02:00
network_acl_entry_test.go
opsworks_layers.go
provider.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
provider_test.go provider/aws: Fix Diff Suppress function for aws_db_instance 2017-02-13 12:26:06 -05:00
resource_aws_alb.go provider/aws: Wait until ALB is provisioned 2017-01-20 06:50:50 -08:00
resource_aws_alb_listener.go
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 validate aws_alb_target_group name is less than 32 characters (#11699) 2017-02-05 11:24:24 +01: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 remove commented line 2017-02-10 09:41:45 -05:00
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 provider/aws: Fix AMI creation from snapshot issue 2017-02-09 20:30:26 -05:00
resource_aws_api_gateway_account.go
resource_aws_api_gateway_account_test.go
resource_aws_api_gateway_api_key.go
resource_aws_api_gateway_api_key_test.go
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
resource_aws_api_gateway_base_path_mapping_test.go
resource_aws_api_gateway_client_certificate.go
resource_aws_api_gateway_client_certificate_test.go
resource_aws_api_gateway_deployment.go
resource_aws_api_gateway_deployment_test.go
resource_aws_api_gateway_domain_name.go provider/aws: Added conflictsWith for API GW Domain Name certificate_arn (#12649) 2017-03-13 19:50:44 +02:00
resource_aws_api_gateway_domain_name_test.go
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: Fix aws_api_gateway acceptance test 2017-02-09 09:11:55 -05: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
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 Update Application Auto Scaling to support scaling an Amazon EC2 Spot fleet. (#8697) 2017-02-02 09:39:22 +00:00
resource_aws_appautoscaling_policy_test.go Update Application Auto Scaling to support scaling an Amazon EC2 Spot fleet. (#8697) 2017-02-02 09:39:22 +00:00
resource_aws_appautoscaling_target.go Update Application Auto Scaling to support scaling an Amazon EC2 Spot fleet. (#8697) 2017-02-02 09:39:22 +00:00
resource_aws_appautoscaling_target_test.go Update Application Auto Scaling to support scaling an Amazon EC2 Spot fleet. (#8697) 2017-02-02 09:39:22 +00:00
resource_aws_autoscaling_attachment.go
resource_aws_autoscaling_attachment_test.go provider/aws: Update Autoscaling attachment test 2017-03-03 11:18:30 -06:00
resource_aws_autoscaling_group.go
resource_aws_autoscaling_group_test.go more aws acc test fixes (#12568) 2017-03-09 16:01:18 -06:00
resource_aws_autoscaling_group_waiting.go
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 provider/aws: Fix asg lifecycle hook test (#11995) 2017-02-16 05:22:12 +00:00
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: Refresh aws_autoscaling_schedule from state when autoscaling_group (#12312) 2017-02-28 22:08:22 +00: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
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
resource_aws_cloudtrail_test.go
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_destination.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
resource_aws_cloudwatch_log_destination_policy.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
resource_aws_cloudwatch_log_destination_policy_test.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
resource_aws_cloudwatch_log_destination_test.go Seed test value names and tidy up whitespace 2017-02-18 18:53:32 +00:00
resource_aws_cloudwatch_log_group.go provider/aws: output the log group name when create fails (#11812) 2017-02-10 08:38:14 +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 provider/aws: Refresh cloudwatch log subscription filter on 404 (#12333) 2017-03-01 22:12:50 +00:00
resource_aws_cloudwatch_log_subscription_filter_test.go provider/aws: Refresh cloudwatch log subscription filter on 404 (#12333) 2017-03-01 22:12:50 +00: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_codebuild_project.go provider/aws: Default build_timeout to 60, matching docs, update tests (#12531) 2017-03-08 14:14:02 -06:00
resource_aws_codebuild_project_migrate.go provider/aws: Rename 'timeout' to 'build_timeout' for Codebuild (#12503) 2017-03-08 09:29:54 -06:00
resource_aws_codebuild_project_migrate_test.go provider/aws: Rename 'timeout' to 'build_timeout' for Codebuild (#12503) 2017-03-08 09:29:54 -06:00
resource_aws_codebuild_project_test.go provider/aws: Default build_timeout to 60, matching docs, update tests (#12531) 2017-03-08 14:14:02 -06: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 fix typo that causes serialization to fail when events is non-empty (#11839) 2017-02-10 11:27:08 +00:00
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
resource_aws_codedeploy_deployment_group_test.go
resource_aws_codepipeline.go provider/aws: New resource codepipeline (#11814) 2017-02-22 19:31:24 +02:00
resource_aws_codepipeline_test.go provider/aws: New resource codepipeline (#11814) 2017-02-22 19:31:24 +02:00
resource_aws_config_config_rule.go provider/aws: Add aws_config_config_rule 2017-02-13 14:01:30 +00:00
resource_aws_config_config_rule_test.go provider/aws: Add aws_config_config_rule 2017-02-13 14:01:30 +00:00
resource_aws_config_configuration_recorder.go provider/aws: Add aws_config_configuration_recorder 2017-02-13 14:01:32 +00:00
resource_aws_config_configuration_recorder_status.go provider/aws: Add aws_config_configuration_recorder_status 2017-02-13 14:01:34 +00:00
resource_aws_config_configuration_recorder_status_test.go provider/aws: Add aws_config_configuration_recorder_status 2017-02-13 14:01:34 +00:00
resource_aws_config_configuration_recorder_test.go provider/aws: Add aws_config_configuration_recorder 2017-02-13 14:01:32 +00:00
resource_aws_config_delivery_channel.go provider/aws: Add aws_config_delivery_channel 2017-02-13 14:01:35 +00:00
resource_aws_config_delivery_channel_test.go provider/aws: Add aws_config_delivery_channel 2017-02-13 14:01:35 +00:00
resource_aws_customer_gateway.go provider/aws: Error on trying to recreate an existing customer gateway (#12501) 2017-03-08 21:11:59 +02:00
resource_aws_customer_gateway_test.go provider/aws: Error on trying to recreate an existing customer gateway (#12501) 2017-03-08 21:11:59 +02:00
resource_aws_db_event_subscription.go provider/aws: Fix aws_db_event_subscription import 2017-02-07 11:01:26 -05:00
resource_aws_db_event_subscription_test.go provider/aws: Fix aws_db_event_subscription acceptance test 2017-02-06 18:24:15 -05:00
resource_aws_db_instance.go helper/schema: Add configurable Timeouts (#12311) 2017-03-02 11:07:49 -06:00
resource_aws_db_instance_test.go helper/schema: Rename Timeout resource block to Timeouts (#12533) 2017-03-09 14:40:14 -06:00
resource_aws_db_option_group.go
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 provider/aws: Add support for IPv6 to aws_default_route_table (#12642) 2017-03-14 12:39:08 +02:00
resource_aws_default_route_table_test.go provider/aws: Add support for IPv6 to aws_default_route_table (#12642) 2017-03-14 12:39:08 +02:00
resource_aws_default_security_group.go
resource_aws_default_security_group_test.go
resource_aws_directory_service_directory.go provider/aws: Bump Create and Delete timeouts to 60 mins on (#11793) 2017-02-09 11:44:50 +00:00
resource_aws_directory_service_directory_test.go
resource_aws_dms_certificate.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_certificate_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_endpoint.go provider/aws: Make aws_dms_endpoint database_name optional (#11792) 2017-02-09 11:43:14 +00:00
resource_aws_dms_endpoint_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_replication_instance.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_replication_instance_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_replication_subnet_group.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_replication_subnet_group_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dms_replication_task.go provider/aws: Prevent aws_dms_replication_task panic (#12539) 2017-03-08 23:27:47 +02:00
resource_aws_dms_replication_task_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
resource_aws_dynamodb_table.go update casing for dynamoDb 2017-02-02 09:20:33 -05:00
resource_aws_dynamodb_table_test.go update casing for dynamoDb 2017-02-02 09:20:33 -05:00
resource_aws_ebs_snapshot.go
resource_aws_ebs_snapshot_test.go
resource_aws_ebs_volume.go provider/aws: Add support for AWS EBS Elastic Volumes (#11981) 2017-02-15 22:54:32 +00:00
resource_aws_ebs_volume_test.go provider/aws: Add support for AWS EBS Elastic Volumes (#11981) 2017-02-15 22:54:32 +00: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: aws_ecs_service should output service name along with error (#12072) 2017-02-18 15:59:49 +02: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: (#10587) Changing volumes in ECS task definition should force new revision. 2017-03-07 15:53:00 +02:00
resource_aws_ecs_task_definition_test.go provider/aws: Adding an acceptance test to for ForceNew on 2017-03-07 15:53:00 +02:00
resource_aws_efs_file_system.go provider/aws: reading multiple pages of aws_efs_file_system tags (#12328) 2017-03-01 22:09:13 +00:00
resource_aws_efs_file_system_test.go provider/aws: reading multiple pages of aws_efs_file_system tags (#12328) 2017-03-01 22:09:13 +00:00
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_egress_only_internet_gateway.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00:00
resource_aws_egress_only_internet_gateway_test.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +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_application_version.go provider/aws: Elastic Beanstalk Application Version (#5770) 2017-02-17 17:54:07 +02:00
resource_aws_elastic_beanstalk_application_version_test.go provider/aws: increase randomization in beantsalk app version tests 2017-03-08 15:25:41 -06:00
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 provider/aws: Return errors from Elastic Beanstalk (#12425) 2017-03-05 15:28:37 +02:00
resource_aws_elastic_beanstalk_environment_migrate.go
resource_aws_elastic_beanstalk_environment_migrate_test.go
resource_aws_elastic_beanstalk_environment_test.go provider/aws: Elastic Beanstalk Application Version (#5770) 2017-02-17 17:54:07 +02:00
resource_aws_elastic_transcoder_pipeline.go
resource_aws_elastic_transcoder_pipeline_test.go fix transcoder tests 2017-02-03 10:40:33 -06: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: Fix bug to allow update of maintenance_window in (#11850) 2017-02-10 14:04:09 +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: Fix bug to allow update of maintenance_window in (#11850) 2017-02-10 14:04:09 +00:00
resource_aws_elasticache_replication_group_test.go provider/aws: Fix bug to allow update of maintenance_window in (#11850) 2017-02-10 14:04:09 +00:00
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 provider/aws: Add support for import of aws_elasticsearch_domain (#12330) 2017-03-01 23:53:35 +00:00
resource_aws_elasticsearch_domain_policy.go provider/aws: Add aws_elasticsearch_domain_policy (#8648) 2017-02-08 13:20:57 +00:00
resource_aws_elasticsearch_domain_policy_test.go provider/aws: Add aws_elasticsearch_domain_policy (#8648) 2017-02-08 13:20:57 +00:00
resource_aws_elasticsearch_domain_test.go provider/aws: Add support for import of aws_elasticsearch_domain (#12330) 2017-03-01 23:53:35 +00:00
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: Randomize a flow log test 2017-03-03 11:55:58 -06:00
resource_aws_glacier_vault.go
resource_aws_glacier_vault_test.go
resource_aws_iam_access_key.go
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_alias.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
resource_aws_iam_account_alias_test.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
resource_aws_iam_account_password_policy.go
resource_aws_iam_account_password_policy_test.go
resource_aws_iam_group.go
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: Improve IAM Group AccTests 2017-02-02 13:03:39 -05:00
resource_aws_iam_instance_profile.go provider/aws: Populate the iam_instance_profile uniqueId (#12449) 2017-03-06 13:39:49 +02:00
resource_aws_iam_instance_profile_test.go
resource_aws_iam_policy.go
resource_aws_iam_policy_attachment.go
resource_aws_iam_policy_attachment_test.go
resource_aws_iam_policy_test.go
resource_aws_iam_role.go provider/aws: JSON Validate iam_role 2017-02-13 14:27:14 -05:00
resource_aws_iam_role_policy.go
resource_aws_iam_role_policy_attachment.go
resource_aws_iam_role_policy_attachment_test.go
resource_aws_iam_role_policy_test.go
resource_aws_iam_role_test.go provider/aws: Fix matching regexp in invalid role config test 2017-02-16 10:14:25 -05:00
resource_aws_iam_saml_provider.go provider/aws: Refresh iam saml provider from state on 404 (#12602) 2017-03-13 10:18:29 +02: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
resource_aws_iam_user_login_profile.go
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
resource_aws_iam_user_ssh_key.go
resource_aws_iam_user_ssh_key_test.go
resource_aws_iam_user_test.go
resource_aws_inspector_assessment_target.go provider/aws: Update of inspector_assessment_target should use ARN not (#12115) 2017-02-20 20:12:17 +02:00
resource_aws_inspector_assessment_target_test.go provider/aws: Update of inspector_assessment_target should use ARN not (#12115) 2017-02-20 20:12:17 +02: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 Fix up command and some go fmt issues (#12509) 2017-03-07 16:03:45 -06:00
resource_aws_instance_migrate.go
resource_aws_instance_migrate_test.go
resource_aws_instance_test.go provider/aws: Only send iops when creating io1 devices. Fix docs (#12392) 2017-03-07 14:44:39 +02: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
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
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 provider/aws: Update KMS Alias acceptance tests 2017-02-09 09:49:34 -05:00
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
resource_aws_lambda_alias_test.go provider/aws: Update lambda role name to avoid collision 2017-03-13 13:42:15 -05:00
resource_aws_lambda_event_source_mapping.go
resource_aws_lambda_event_source_mapping_test.go random some lambda tests 2017-02-16 10:43:41 -06:00
resource_aws_lambda_function.go provider/aws: No longer ForceNew resource on lambda_function runtime (#12329) 2017-03-01 15:30:39 +00:00
resource_aws_lambda_function_test.go provider/aws: Update lambda role name to avoid collision 2017-03-13 13:42:15 -05:00
resource_aws_lambda_permission.go provider/aws: Set the qualifier to an empty string if the parsing fails, to attempt to detect drift 2017-02-09 10:42:51 -06:00
resource_aws_lambda_permission_test.go don't send qualifier if it's empty 2017-02-16 14:20:34 -06: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 aws/provider: Fixes issue for aws_lb_ssl_negotiation_policy of already deleted ELB (#12360) 2017-03-06 13:48:35 +02:00
resource_aws_lb_ssl_negotiation_policy_test.go aws/provider: Fixes issue for aws_lb_ssl_negotiation_policy of already deleted ELB (#12360) 2017-03-06 13:48:35 +02:00
resource_aws_lightsail_domain.go
resource_aws_lightsail_domain_test.go
resource_aws_lightsail_instance.go
resource_aws_lightsail_instance_test.go
resource_aws_lightsail_key_pair.go
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 provider/aws: Update aws_elb policy acctests 2017-02-09 10:08:05 -05:00
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 provider/aws: Add support for IPv6 to aws_network_acl (#12641) 2017-03-14 12:39:39 +02:00
resource_aws_network_acl_rule.go provider/aws: Add support for IPv6 to aws_network_acl_rule (#12644) 2017-03-14 12:38:43 +02:00
resource_aws_network_acl_rule_test.go provider/aws: Add support for IPv6 to aws_network_acl_rule (#12644) 2017-03-14 12:38:43 +02:00
resource_aws_network_acl_test.go provider/aws: Add support for IPv6 to aws_network_acl (#12641) 2017-03-14 12:39:39 +02:00
resource_aws_network_interface.go
resource_aws_network_interface_test.go
resource_aws_opsworks_application.go
resource_aws_opsworks_application_test.go aws: Randomize opsworks application names in test 2017-03-13 08:05:48 +00: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: Support import of aws_opsworks_instance (#11783) 2017-02-10 14:53:50 +00:00
resource_aws_opsworks_instance_test.go provider/aws: Support import of aws_opsworks_instance (#11783) 2017-02-10 14:53:50 +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
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
resource_aws_opsworks_rds_db_instance.go
resource_aws_opsworks_rds_db_instance_test.go provider/aws: Missing skip_final_snapshot on opsworks rds db instance (#12171) 2017-02-22 20:58:33 +02: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 Fixes #11258 (#12595) 2017-03-13 09:05:22 +00:00
resource_aws_opsworks_user_profile_test.go Fixes #11258 (#12595) 2017-03-13 09:05:22 +00: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: Enable final snapshots for aws_rds_cluster by default (#11694) 2017-02-13 19:29:31 +00:00
resource_aws_rds_cluster_instance.go
resource_aws_rds_cluster_instance_test.go provider/aws: Enable final snapshots for aws_rds_cluster by default (#11694) 2017-02-13 19:29:31 +00: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: Refactor snapshot tests to always delete the snapshot (#12013) 2017-02-22 16:13:04 +02:00
resource_aws_redshift_cluster.go provider/aws: improve redshift cluster validation (#12313) 2017-03-01 23:56:22 +00:00
resource_aws_redshift_cluster_test.go aws/provider: redshift cluster exercise invalid password char path (#12359) 2017-03-02 04:55:42 +00:00
resource_aws_redshift_parameter_group.go
resource_aws_redshift_parameter_group_test.go provider/aws: Fix redshift parameter group acctests 2017-02-09 10:18:31 -05:00
resource_aws_redshift_security_group.go
resource_aws_redshift_security_group_test.go provider/aws: Update Redshift SG Acctests 2017-02-09 10:55:12 -05:00
resource_aws_redshift_subnet_group.go
resource_aws_redshift_subnet_group_test.go
resource_aws_route.go provider/aws: Add support for IPv6 in aws_route (#12639) 2017-03-14 12:41:40 +02:00
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 provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
resource_aws_route_table_association.go
resource_aws_route_table_association_test.go
resource_aws_route_table_test.go provider/aws: Add IPv6 Support to aws_route_table (#12640) 2017-03-14 12:38:25 +02:00
resource_aws_route_test.go provider/aws: Add support for IPv6 in aws_route (#12639) 2017-03-14 12:41:40 +02:00
resource_aws_s3_bucket.go Merge pull request #12122 from netjunki/which-bucket-had-a-tag-value-err 2017-02-21 16:19:54 -05: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 Add S3 bucket object tag support. (#11344) 2017-02-13 17:27:13 +00:00
resource_aws_s3_bucket_object_test.go Add S3 bucket object tag support. (#11344) 2017-02-13 17:27:13 +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 provider/aws: Add support for IPv6 to aws_security_group (#12655) 2017-03-14 13:02:50 +02:00
resource_aws_security_group_rule.go provider/aws: Add support for IPv6 to aws_security_group_rule (#12645) 2017-03-14 12:37:59 +02: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: Add support for IPv6 to aws_security_group_rule (#12645) 2017-03-14 12:37:59 +02:00
resource_aws_security_group_rules_matching_test.go
resource_aws_security_group_test.go provider/aws: Add support for IPv6 to aws_security_group (#12655) 2017-03-14 13:02:50 +02:00
resource_aws_ses_active_receipt_rule_set.go
resource_aws_ses_active_receipt_rule_set_test.go
resource_aws_ses_configuration_set.go
resource_aws_ses_configuration_set_test.go
resource_aws_ses_event_destination.go
resource_aws_ses_event_destination_test.go
resource_aws_ses_receipt_filter.go
resource_aws_ses_receipt_filter_test.go
resource_aws_ses_receipt_rule.go
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
resource_aws_snapshot_create_volume_permission_test.go
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 provider/aws: Add replace_unhealthy_instances to spot_fleet_request (#12681) 2017-03-14 18:23:00 +02:00
resource_aws_spot_fleet_request_migrate.go
resource_aws_spot_fleet_request_migrate_test.go
resource_aws_spot_fleet_request_test.go provider/aws: Change aws_spot_fleet_request tests to use the correct 2017-03-07 15:14:52 +02:00
resource_aws_spot_instance_request.go provider/aws: Update spot instance request to store new ipv6 (#12571) 2017-03-10 14:49:28 -06:00
resource_aws_spot_instance_request_test.go provider/aws: Fix spot_instance_request bug 2017-02-02 18:57:50 -05:00
resource_aws_sqs_queue.go
resource_aws_sqs_queue_policy.go
resource_aws_sqs_queue_policy_test.go
resource_aws_sqs_queue_test.go
resource_aws_ssm_activation.go
resource_aws_ssm_activation_test.go
resource_aws_ssm_association.go provider/aws: Fix the panic in ssm_association with parameters (#12215) 2017-02-23 22:22:14 +02:00
resource_aws_ssm_association_test.go Latest updates to aws_ssm_document resource. (#11671) 2017-02-08 12:45:38 +00:00
resource_aws_ssm_document.go provider/aws: Fix error message returned when an invalid SSM document type is provided. The original error appears to have been copied from the CodeBuild resource and provides incorrect information about valid types. 2017-02-25 06:26:59 +00:00
resource_aws_ssm_document_test.go Latest updates to aws_ssm_document resource. (#11671) 2017-02-08 12:45:38 +00:00
resource_aws_subnet.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00:00
resource_aws_subnet_test.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00:00
resource_aws_volume_attachment.go Check instance is running before trying to attach (#12459) 2017-03-07 16:20:01 +02:00
resource_aws_volume_attachment_test.go
resource_aws_vpc.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00: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
resource_aws_vpc_endpoint_route_table_association.go provider/aws: Guard against panic in aws_vpc_endpoint_association (#11613) 2017-02-01 18:14:41 +00:00
resource_aws_vpc_endpoint_route_table_association_test.go
resource_aws_vpc_endpoint_test.go
resource_aws_vpc_peering_connection.go
resource_aws_vpc_peering_connection_accepter.go Tighten up documentation, same-account acceptance test, better error handling. 2017-02-02 18:46:23 -05:00
resource_aws_vpc_peering_connection_accepter_test.go Tighten up documentation, same-account acceptance test, better error handling. 2017-02-02 18:46:23 -05:00
resource_aws_vpc_peering_connection_test.go
resource_aws_vpc_test.go provider/aws: Implement IPV6 Support for ec2 / VPC (#10538) 2017-03-01 16:16:59 +00: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
s3_tags_test.go
structure.go provider/aws: Add support for IPv6 to aws_security_group (#12655) 2017-03-14 13:02:50 +02:00
structure_test.go provider/aws: CloudFormation YAML template support (#11121) 2017-01-20 14:00:32 +00:00
tags.go update casing for dynamoDb 2017-02-02 09:20:33 -05:00
tagsBeanstalk.go
tagsBeanstalk_test.go
tagsCloudFront.go
tagsCloudtrail.go
tagsCloudtrail_test.go
tagsCodeBuild.go provider/aws: Fix update of environment_variable in codebuild_project (#12169) 2017-02-23 23:57:34 +02:00
tagsCodeBuild_test.go New resource aws_codebuild_project 2017-02-02 16:13:51 +00:00
tagsEC.go
tagsEC_test.go
tagsEFS.go
tagsEFS_test.go
tagsELB.go
tagsELB_test.go
tagsInspector.go provider/aws: Add Inspector Support (#11217) 2017-01-17 17:30:46 +00:00
tagsRDS.go
tagsRDS_test.go
tagsRedshift.go
tagsRedshift_test.go
tags_dms.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
tags_dms_test.go provider/aws: Add AWS DMS (data migration service) resources (#11122) 2017-02-02 10:30:05 +00:00
tags_elasticsearchservice.go
tags_elasticsearchservice_test.go
tags_kinesis.go
tags_kinesis_test.go
tags_route53.go
tags_route53_test.go
tags_test.go
utils.go Fix aws_dms_replication_task diff for json with whitespace. (#12380) 2017-03-07 16:00:02 +02:00
utils_test.go Fix aws_dms_replication_task diff for json with whitespace. (#12380) 2017-03-07 16:00:02 +02:00
validators.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
validators_test.go Add `aws_iam_account_alias` resource (#12648) 2017-03-14 15:35:38 +02:00
website_endpoint_url_test.go