terraform/builtin/providers/aws
Clint b7ad602993 provider/aws: Fix importing of EIP by IP address (#8970)
* provider/aws: Fix importing of EIP by IP address

EIPs are meant to be imported by their allocation id, however, importing
by their EIP *appears* to work because this API actually accepts IP
lookup, despite the documentation asking for the allocation id.

This PR does:

- update docs on how to import EIPs
- fix case if user imported by IP, to switch to using the alloc id for
the resource id

I chose not to document that looking up by IP is a method of import,
because the AWS  API docs do not explicitly say that looking up by IP is
OK, so I'd rather people not do it if it's not documented to stay that
way.

Alternatively, we could parse the resource ID and reject it (remove from
state with error/warning) if it doesn't match the `eipalloc-*` format,
but I thought this was a bit better UX.

* fix issue with swapping IDs on EC2 Classic

* update docs

* update comment
2016-09-22 21:53:21 -05:00
..
test-fixtures provider/aws: Fix line ending errors/diffs with IAM Server Certs (#8074) 2016-08-09 14:19:12 -05:00
auth_helpers.go provider/aws: Add assume_role block to provider 2016-09-03 12:54:30 -07:00
auth_helpers_test.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
autoscaling_tags.go provider/aws: id-only refresh for autoscaling groups 2016-04-21 21:36:52 -07:00
autoscaling_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
awserr.go Retry creation of IAM role depending on new IAM user (#7324) 2016-07-07 15:24:17 -05:00
cloudfront_distribution_configuration_structure.go Add import support to CloudFront Distributions. 2016-07-20 15:25:06 -07:00
cloudfront_distribution_configuration_structure_test.go provider/aws - CloudFront custom_error_response fixes for missing (#6382) 2016-04-28 00:00:21 +01:00
config.go Vendored WAF (#8785) 2016-09-13 07:32:42 +01:00
core_acceptance_test.go core: Test fix for mismatched diffs from GH-4965 2016-02-19 21:24:49 -05:00
data_source_availability_zones.go Add state filter to aws_availability_zones data source. (#7965) 2016-08-05 10:14:05 +10:00
data_source_availability_zones_test.go provider/aws: Add missing unit test for validateStateType to data_source_availability_zones. 2016-09-03 14:04:35 +01:00
data_source_aws_ami.go provider/aws: Remove unsafe ptr dereferencing from ami data source (#8513) 2016-08-28 15:39:40 +01:00
data_source_aws_ami_test.go provider/aws: rename local_name_filter attribute to name_regex 2016-08-23 08:44:07 -04:00
data_source_aws_caller_identity.go provider/aws: Add aws_caller_identity data source 2016-08-16 11:24:26 +01:00
data_source_aws_caller_identity_test.go provider/aws: Add aws_caller_identity data source 2016-08-16 11:24:26 +01:00
data_source_aws_cloudformation_stack.go Handle JSON parsing error in the ReadFunc for the template body document. 2016-09-22 08:34:41 +01:00
data_source_aws_cloudformation_stack_test.go provider/aws: Add cloudformation_stack data source 2016-09-03 11:33:59 +01:00
data_source_aws_ecs_container_definition.go provider/aws: `aws_ecs_container_definition` datasource parameter 2016-08-25 18:10:08 +01:00
data_source_aws_ecs_container_definition_test.go provider/aws: `aws_ecs_container_definition` datasource parameter 2016-08-25 18:10:08 +01:00
data_source_aws_elb_service_account.go Export AWS ELB service account ARN (#8700) 2016-09-11 19:13:58 +01:00
data_source_aws_elb_service_account_test.go Export AWS ELB service account ARN (#8700) 2016-09-11 19:13:58 +01:00
data_source_aws_iam_policy_document.go provider/aws: Various IAM policy normalizations for IAM data source (#6956) 2016-08-10 12:06:38 +12:00
data_source_aws_iam_policy_document_test.go provider/aws: Various IAM policy normalizations for IAM data source (#6956) 2016-08-10 12:06:38 +12:00
data_source_aws_ip_ranges.go Normalize sets, don’t check for missing services. 2016-08-09 14:42:09 +02:00
data_source_aws_ip_ranges_test.go Added tests. 2016-08-09 14:42:19 +02:00
data_source_aws_redshift_service_account.go provider/aws: DataSource for RedShift Account ID (#8224) 2016-08-16 17:58:46 +01:00
data_source_aws_redshift_service_account_test.go provider/aws: DataSource for RedShift Account ID (#8224) 2016-08-16 17:58:46 +01:00
data_source_aws_s3_bucket_object.go Add ability to set Storage Class in aws_s3_bucket_object. (#8174) 2016-08-15 07:30:47 +01:00
data_source_aws_s3_bucket_object_test.go Add ability to set Storage Class in aws_s3_bucket_object. (#8174) 2016-08-15 07:30:47 +01:00
diff_suppress_funcs.go provider/aws: Add aws_s3_bucket_policy resource 2016-09-02 09:07:54 -07:00
hosted_zones.go Allowing ap-south-1 (Mumbai) as valid AWS region (#7688) 2016-07-19 09:01:49 +01:00
hosted_zones_test.go providers/aws: Extract normalizeRegion 2015-05-08 10:49:21 -04:00
iam_policy_model.go provider/aws: Various IAM policy normalizations for IAM data source (#6956) 2016-08-10 12:06:38 +12:00
import_aws_api_gateway_account_test.go provider/aws: Support Import `aws_api_gateway_account` (#7368) 2016-06-28 10:03:24 -05:00
import_aws_api_gateway_key_test.go remove debug statements 2016-07-11 15:12:15 -06:00
import_aws_autoscaling_group_test.go providers/aws: ebs volume and autoscaling group 2016-05-16 10:03:57 -07:00
import_aws_cloudfront_distribution.go Add import support to CloudFront Distributions. 2016-07-20 15:25:06 -07:00
import_aws_cloudfront_distribution_test.go provider/aws: Rename the Basic Import test for CloudFront distributions 2016-07-21 12:41:01 +01:00
import_aws_cloudfront_origin_access_identity_test.go provider/aws: Support Import `aws_cloudfront_origin_access_identity` (#7506) 2016-07-11 14:58:25 -06:00
import_aws_cloudtrail_test.go provider/aws: Support Import for `aws_cloudtrail` 2016-06-23 10:18:24 +01:00
import_aws_cloudwatch_event_rule_test.go provider/aws: Support Import for `aws_cloudwatch_event_rule` 2016-06-23 10:31:40 +01:00
import_aws_cloudwatch_log_group_test.go provider/aws: Add Import support for `aws_cloudwatch_log_group` 2016-06-23 01:55:29 +01:00
import_aws_cloudwatch_metric_alarm_test.go provider/aws: Support Import of `aws_cloudwatch_metric_alarm` (#7687) 2016-07-19 05:52:02 +02:00
import_aws_customer_gateway_test.go providers/aws: customer gateway import 2016-05-16 10:03:57 -07:00
import_aws_db_instance_test.go provider/aws: Fixup skip_final_snapshot import 2016-07-15 11:30:33 -06:00
import_aws_db_option_group_test.go provider/aws: Support Import of `aws_db_option_group` 2016-07-07 16:45:56 +01:00
import_aws_db_parameter_group_group_test.go provider/aws: Support Import for `aws_db_parameter_group` 2016-06-26 21:20:52 +01:00
import_aws_db_security_group_test.go provider/aws: Support Import of `aws_db_security_group` 2016-08-02 01:42:54 +10:00
import_aws_db_subnet_group_test.go provider/aws: Support Import `aws_rds_cluster` (#7366) 2016-07-20 19:53:37 +01:00
import_aws_dynamodb_table_test.go provider/aws: Support Import `aws_dynamodb_table` (#7352) 2016-07-25 15:31:00 +01:00
import_aws_ebs_volume_test.go providers/aws: ebs volume and autoscaling group 2016-05-16 10:03:57 -07:00
import_aws_ecr_repository_test.go provider/aws: Support import functionality for `aws_ecr_repository` 2016-06-23 00:58:59 +01:00
import_aws_efs_file_system_test.go Add ability to set Performance Mode in aws_efs_file_system. (#7791) 2016-07-28 11:19:39 +01:00
import_aws_efs_mount_target_test.go provider/aws: Allow import of efs_mount_target 2016-07-12 00:18:13 +01:00
import_aws_elastic_beanstalk_application_test.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 2016-07-03 16:42:12 +01:00
import_aws_elastic_beanstalk_environment_test.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 2016-07-03 16:42:12 +01:00
import_aws_elasticache_parameter_group_test.go provider/aws: Support Import `aws_elasticache_parameter_group` resource (#7336) 2016-06-28 10:02:43 -05:00
import_aws_elasticache_subnet_group_test.go provider/aws: Support Import for `aws_elasticache_subnet_group` 2016-06-23 02:12:02 +01:00
import_aws_elb_test.go provider/aws: Fix typo in ELB import test (#6886) 2016-05-26 03:38:39 -05:00
import_aws_flow_log_test.go providers/aws: flow log import 2016-05-16 10:03:57 -07:00
import_aws_glacier_vault_test.go provider/aws: Allow import of glacier_vault (#7596) 2016-07-12 08:49:26 +01:00
import_aws_iam_account_password_policy_test.go provider/aws: Support Import for `aws_iam_account_password_policy` 2016-06-23 09:52:45 +01:00
import_aws_iam_group_test.go provider/aws: Support Import for `aws_iam_group` 2016-06-23 03:10:31 +01:00
import_aws_iam_saml_provider_test.go provider/aws: Allow importing iam_saml_provider (#7605) 2016-07-12 17:04:01 +01:00
import_aws_iam_user_test.go provider/aws: ignore force_destroy on AWSUser Import test 2016-07-26 09:56:50 -05:00
import_aws_instance_test.go providers/aws: instance, nat, internet gateway 2016-05-16 10:03:57 -07:00
import_aws_internet_gateway_test.go providers/aws: instance, nat, internet gateway 2016-05-16 10:03:57 -07:00
import_aws_key_pair_test.go providers/aws: key_pair import 2016-05-16 10:13:20 -07:00
import_aws_kms_key_test.go provider/aws: Support Policy DiffSuppression in `aws_kms_key` policy 2016-09-12 09:44:07 +01:00
import_aws_lambda_function_test.go provider/aws: Support 'publish' attribute in lambda_function 2016-09-04 17:15:35 +01:00
import_aws_launch_configuration_test.go providers/aws: revert LC change 2016-05-18 15:28:01 -06:00
import_aws_nat_gateway_test.go providers/aws: instance, nat, internet gateway 2016-05-16 10:03:57 -07:00
import_aws_network_acl.go providers/aws: import network ACLs 2016-05-16 10:03:57 -07:00
import_aws_network_acl_test.go providers/aws: import network ACLs 2016-05-16 10:03:57 -07:00
import_aws_network_interface_test.go providers/aws ENI import 2016-05-16 10:03:57 -07:00
import_aws_placement_group_test.go providers/aws: placement group import 2016-05-16 10:35:44 -07:00
import_aws_rds_cluster_instance_test.go provider/aws: Support Import `aws_rds_cluster_instance` (#7522) 2016-07-11 14:59:14 -06:00
import_aws_rds_cluster_parameter_group_test.go provider/aws: Support Import `aws_rds_cluster_parameter_group` (#7360) 2016-06-27 08:42:55 -05:00
import_aws_rds_cluster_test.go provider/aws: Support Import `aws_rds_cluster` (#7366) 2016-07-20 19:53:37 +01:00
import_aws_redshift_cluster_test.go provider/aws: Support Import of `aws_redshift_cluster` 2016-07-07 18:27:13 +01:00
import_aws_redshift_parameter_group_test.go provider/aws: Support Import for `aws_redshift_parameter_group` (#7339) 2016-06-28 10:05:03 -05:00
import_aws_redshift_security_group_test.go provider/aws: Support Import of `aws_redshift_security_group` 2016-08-02 02:03:43 +10:00
import_aws_redshift_subnet_group_test.go provider/aws: Support Import for `aws_redshift_subnet_group` 2016-06-23 02:33:29 +01:00
import_aws_route53_delegation_set_test.go providers/aws: route53 delegation set import 2016-05-18 13:26:52 -06:00
import_aws_route53_health_check_test.go providers/aws: route53 health check import 2016-05-18 13:15:59 -06:00
import_aws_route53_zone_test.go provider/aws: Allow force_destroying records in R53 hosted zone 2016-08-16 19:34:58 +01:00
import_aws_route_table.go providers/aws: import main route table association 2016-05-16 10:03:57 -07:00
import_aws_route_table_test.go providers/aws: route table import should ignore default rule 2016-05-16 10:03:57 -07:00
import_aws_s3_bucket.go provider/aws: Import S3 bucket policy as a separate resource 2016-09-19 08:28:45 +01:00
import_aws_s3_bucket_notification_test.go provider/aws: Support import `aws_s3_bucket_notification` 2016-08-23 08:19:06 +09:00
import_aws_s3_bucket_test.go provider/aws: Import S3 bucket policy as a separate resource 2016-09-19 08:28:45 +01:00
import_aws_security_group.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
import_aws_security_group_test.go provider/aws: Populate self in Security Group Rule imports (#7164) 2016-06-30 15:01:38 -05:00
import_aws_ses_receipt_filter_test.go provider/aws: Support Import of `aws_ses_receipt_filter` 2016-07-07 17:37:56 +01:00
import_aws_ses_receipt_rule_set_test.go provider/aws: Support Import of `aws_ses_receipt_rule_set` 2016-07-07 17:30:03 +01:00
import_aws_simpledb_domain_test.go provider/aws: Support Import for `aws_simpledb_domain` (#7601) 2016-07-12 13:15:47 +01:00
import_aws_sns_topic_subscription_test.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 2016-06-27 08:44:05 -05:00
import_aws_sns_topic_test.go provider/aws: Support Import for `aws_sns_topic` 2016-06-23 02:27:13 +01:00
import_aws_spot_datafeed_subscription_test.go provider/aws: New resource `aws_spot_datafeed_subscription` 2016-09-03 20:06:40 +03:00
import_aws_sqs_queue_test.go provider/aws: Change the resource name expected as part of sqs queue import test 2016-07-26 21:59:21 +01:00
import_aws_subnet_test.go providers/aws: resource aws_subnet import 2016-05-16 10:03:57 -07:00
import_aws_vpc_dhcp_options_test.go providers/aws: vpc dhcp options 2016-05-16 10:03:57 -07:00
import_aws_vpc_endpoint_test.go provider/aws: Support Import for `aws_vpc_endpoint` 2016-06-23 02:48:59 +01:00
import_aws_vpc_peering_connection_test.go provider/aws: Support Import `aws_vpc_peering_connection` (#7357) 2016-06-28 10:04:11 -05:00
import_aws_vpc_test.go aws/aws_vpc: import 2016-05-16 10:03:57 -07:00
import_aws_vpn_connection_test.go provider/aws: Support Import `aws_vpn_connection` (#7355) 2016-06-27 08:44:28 -05:00
import_aws_vpn_gateway_test.go provider/aws: Support Import for `aws_vpn_gateway` 2016-06-23 01:25:13 +01:00
network_acl_entry.go Allow use of protocol numbers for ah and esp 2016-09-21 11:52:23 -07:00
network_acl_entry_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
opsworks_layers.go correct true and false string values to fix manage_bundler config bug (#7219) 2016-06-29 09:51:26 +01:00
provider.go Merge pull request #8775 from TimeIncOSS/f-aws-api-gateway-client-cert 2016-09-20 16:52:01 +01:00
provider_test.go Fixed up some confusion between AWS_TOKEN and AWS_PROFILE. Also allowing testing when AWS_PROFILE is set without AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID. 2016-04-27 14:18:20 -07:00
resource_aws_alb.go provider/aws: Expose ARN suffix on ALB (#8833) 2016-09-14 15:50:10 +01:00
resource_aws_alb_listener.go provider/aws: Making `aws_alb_listener` ssl_policy to be Computed 2016-09-02 17:21:02 +03:00
resource_aws_alb_listener_rule.go provider/aws: Add aws_alb_listener_rule resource 2016-08-19 13:07:20 +01:00
resource_aws_alb_listener_rule_test.go provider/aws: Add aws_alb_listener_rule resource 2016-08-19 13:07:20 +01:00
resource_aws_alb_listener_test.go provider/aws: Add aws_alb_listener resource 2016-08-18 18:49:44 +01:00
resource_aws_alb_target_group.go provider/aws: VPC ID, Port, Protocol and Name change on 2016-09-22 17:12:39 +01:00
resource_aws_alb_target_group_attachment.go provider/aws: Add aws_alb_target_group_attachment 2016-08-19 16:12:19 +01:00
resource_aws_alb_target_group_attachment_test.go provider/aws: Add aws_alb_target_group_attachment 2016-08-19 16:12:19 +01:00
resource_aws_alb_target_group_test.go provider/aws: VPC ID, Port, Protocol and Name change on 2016-09-22 17:12:39 +01:00
resource_aws_alb_test.go provider/aws: Expose ARN suffix on ALB (#8833) 2016-09-14 15:50:10 +01:00
resource_aws_ami.go Fix. Handle lack of snapshot ID for a volume. (#7995) 2016-08-05 13:04:57 +10:00
resource_aws_ami_copy.go provider/aws: Add support for `encryption` and `kms_key_id` to `aws_ami` (#7181) 2016-07-05 09:50:48 -05:00
resource_aws_ami_copy_test.go Fix. Handle lack of snapshot ID for a volume. (#7995) 2016-08-05 13:04:57 +10:00
resource_aws_ami_from_instance.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_ami_from_instance_test.go provider/aws: Add Tags to Test AMIs to help debug leaks 2016-06-01 09:09:41 -05:00
resource_aws_ami_launch_permission.go Implementing aws_ami_launch_permission. (#7365) 2016-07-21 23:08:32 +01:00
resource_aws_ami_launch_permission_test.go Implementing aws_ami_launch_permission. (#7365) 2016-07-21 23:08:32 +01:00
resource_aws_ami_test.go Three resources for AWS AMIs. 2015-09-03 10:05:41 -07:00
resource_aws_api_gateway_account.go provider/aws: Add AWS error message to retry APIGateway acc update on (#8533) 2016-08-29 20:02:15 +01:00
resource_aws_api_gateway_account_test.go provider/aws: Add support for api_gateway_account (#6321) 2016-04-27 13:08:59 +01:00
resource_aws_api_gateway_api_key.go remove debug statements 2016-07-11 15:12:15 -06:00
resource_aws_api_gateway_api_key_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_api_gateway_authorizer.go provider/aws: API Gateway Custom Authorizer (#8535) 2016-08-29 20:51:59 +01:00
resource_aws_api_gateway_authorizer_test.go provider/aws: Add support for api_gateway_authorizer (#6320) 2016-04-25 12:22:37 +01:00
resource_aws_api_gateway_base_path_mapping.go Fix segmentation fault in "aws_api_gateway_base_path_mapping" resource (#8466) 2016-08-25 11:03:42 +01:00
resource_aws_api_gateway_base_path_mapping_test.go provider/aws: aws_api_gateway_base_path_mapping resource implementation 2016-08-22 15:36:20 -07:00
resource_aws_api_gateway_client_certificate.go provider/aws: Add API Gateway Client Certificate 2016-09-12 10:09:47 +01:00
resource_aws_api_gateway_client_certificate_test.go provider/aws: Add API Gateway Client Certificate 2016-09-12 10:09:47 +01:00
resource_aws_api_gateway_deployment.go provider/aws: Make 'stage_name' required in api_gateway_deployment (#6797) 2016-05-20 15:55:08 +01:00
resource_aws_api_gateway_deployment_test.go Add aws_api_gateway_deployment resource 2016-03-05 23:21:58 +01:00
resource_aws_api_gateway_domain_name.go provider/aws: Remove unsafe ptr dereferencing [A-C]* (#8519) 2016-08-28 19:25:30 +01:00
resource_aws_api_gateway_domain_name_test.go provider/aws: aws_api_gateway_domain_name resource implementation 2016-08-22 11:40:33 -07:00
resource_aws_api_gateway_integration.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_integration_response.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_integration_response_test.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_integration_test.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_method.go provider/aws: API Gateway Custom Authorizer (#8535) 2016-08-29 20:51:59 +01:00
resource_aws_api_gateway_method_response.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_method_response_test.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
resource_aws_api_gateway_method_test.go provider/aws: API Gateway Custom Authorizer (#8535) 2016-08-29 20:51:59 +01:00
resource_aws_api_gateway_model.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_model_test.go Add aws_api_gateway_model resource 2016-03-05 23:21:51 +01:00
resource_aws_api_gateway_resource.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_resource_test.go Add aws_api_gateway_resource resource 2016-03-05 23:21:35 +01:00
resource_aws_api_gateway_rest_api.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_rest_api_test.go Add aws_api_gateway_rest_api resource 2016-03-05 23:13:38 +01:00
resource_aws_app_cookie_stickiness_policy.go Check for existing but unassigned LB policies 2016-06-16 10:10:52 -04:00
resource_aws_app_cookie_stickiness_policy_test.go Check for existing but unassigned LB policies 2016-06-16 10:10:52 -04:00
resource_aws_appautoscaling_policy.go fix make issues (supersedes #7868) (#7876) 2016-07-29 21:05:57 +01:00
resource_aws_appautoscaling_policy_test.go provider/aws: Making some slight changes to the tests in resources 2016-07-26 10:43:14 +01:00
resource_aws_appautoscaling_target.go Remove unused variables 2016-07-27 11:42:21 -04:00
resource_aws_appautoscaling_target_test.go provider/aws: Making some slight changes to the tests in resources 2016-07-26 10:43:14 +01:00
resource_aws_autoscaling_group.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_autoscaling_group_test.go providers/aws: support for lifecycle hooks at ASG creation 2016-09-01 10:21:37 -07:00
resource_aws_autoscaling_group_waiting.go providers/aws: support for lifecycle hooks at ASG creation 2016-09-01 10:21:37 -07:00
resource_aws_autoscaling_group_waiting_test.go providers/aws: support for lifecycle hooks at ASG creation 2016-09-01 10:21:37 -07:00
resource_aws_autoscaling_lifecycle_hook.go providers/aws: support for lifecycle hooks at ASG creation 2016-09-01 10:21:37 -07:00
resource_aws_autoscaling_lifecycle_hook_test.go providers/aws: support for lifecycle hooks at ASG creation 2016-09-01 10:21:37 -07:00
resource_aws_autoscaling_notification.go update with test 2015-08-21 10:51:16 -05:00
resource_aws_autoscaling_notification_test.go provider/aws: fix go fmt 2016-06-02 14:40:43 -05:00
resource_aws_autoscaling_policy.go provider/aws: Refresh `aws_autoscaling_policy` from state on 404 (#8430) 2016-08-24 11:06:01 +01:00
resource_aws_autoscaling_policy_test.go provider/aws: Refresh `aws_autoscaling_policy` from state on 404 (#8430) 2016-08-24 11:06:01 +01:00
resource_aws_autoscaling_schedule.go provider/aws: Default Autoscaling Schedule min/max/desired to zero 2016-01-21 16:02:46 -06:00
resource_aws_autoscaling_schedule_test.go provider/aws: Default Autoscaling Schedule min/max/desired to zero 2016-01-21 16:02:46 -06:00
resource_aws_cloudformation_stack.go provider/aws: Handle JSON parsing error in the ReadFunc for various JSON documents. 2016-09-22 17:21:27 +01:00
resource_aws_cloudformation_stack_test.go fix up cloudformation test checks 2016-06-10 12:52:10 -05:00
resource_aws_cloudfront_distribution.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_cloudfront_distribution_test.go provider/aws: Add CloudFront hosted_zone_id attribute (#6530) 2016-05-09 00:40:30 +01:00
resource_aws_cloudfront_origin_access_identity.go provider/aws: Support Import `aws_cloudfront_origin_access_identity` (#7506) 2016-07-11 14:58:25 -06:00
resource_aws_cloudfront_origin_access_identity_test.go provider/aws: Add iam_arn to aws_cloudfront_origin_access_identity 2016-05-31 13:55:49 -07:00
resource_aws_cloudtrail.go provider/aws: Remove unsafe ptr dereferencing [A-C]* (#8519) 2016-08-28 19:25:30 +01:00
resource_aws_cloudtrail_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_aws_cloudwatch_event_rule.go Allow buildPutRuleInputStruct helper function to return an error. 2016-09-22 15:37:12 +01:00
resource_aws_cloudwatch_event_rule_test.go provider/aws: Add JSON validation to the aws_cloudwatch_event_rule resource. (#8897) 2016-09-19 23:47:17 +01:00
resource_aws_cloudwatch_event_target.go provider/aws: Refresh `aws_cloudwatch_event_target` from state on `ResourceNotFoundException` (#8442) 2016-08-24 13:02:48 +01:00
resource_aws_cloudwatch_event_target_test.go ISSUE-5702: Fixed the testing 2016-03-23 11:15:06 -07:00
resource_aws_cloudwatch_log_group.go provider/aws: Remove unsafe ptr dereferencing [A-C]* (#8519) 2016-08-28 19:25:30 +01:00
resource_aws_cloudwatch_log_group_test.go provider/aws: Refresh CloudWatch Group from state on 404 (#7576) 2016-07-11 12:06:44 -06:00
resource_aws_cloudwatch_log_metric_filter.go provider/aws: Add validation for CW Log Metric Filter 2016-03-15 15:01:21 +00:00
resource_aws_cloudwatch_log_metric_filter_test.go provider/aws: Add tests for CloudWatch Log Metric Filter 2016-03-15 15:01:20 +00:00
resource_aws_cloudwatch_log_stream.go provider/aws: `aws_cloudwatch_log_stream` resource 2016-09-04 00:26:02 +03:00
resource_aws_cloudwatch_log_stream_test.go provider/aws: `aws_cloudwatch_log_stream` resource 2016-09-04 00:26:02 +03:00
resource_aws_cloudwatch_log_subscription_filter.go Add cloudwatch_logs_subscription_filter provider (#5996) 2016-04-20 20:05:21 +01:00
resource_aws_cloudwatch_log_subscription_filter_test.go provider/aws: randomiz names in TestAccAWSCloudwatchLogSubscriptionFilter_basic 2016-06-06 10:25:02 -05:00
resource_aws_cloudwatch_metric_alarm.go provider/aws: Support Import of `aws_cloudwatch_metric_alarm` (#7687) 2016-07-19 05:52:02 +02:00
resource_aws_cloudwatch_metric_alarm_test.go provider/aws: Add cloudwatch_metric_alarm 2015-06-17 23:10:23 +01:00
resource_aws_codecommit_repository.go Remove Region Condition From CodeCommit Repo Resource (#8778) 2016-09-12 07:30:46 +01:00
resource_aws_codecommit_repository_test.go provider/aws: Add tests for default_branch in new codecommit repos 2016-03-30 16:41:20 +01:00
resource_aws_codecommit_trigger.go Added Codecommit Trigger 2016-09-12 10:17:04 +05:30
resource_aws_codecommit_trigger_test.go provider/aws: Removal of test for changes as it forces a new resource 2016-09-12 10:54:15 +01:00
resource_aws_codedeploy_app.go provider/aws: Remove unsafe ptr dereferencing [A-C]* (#8519) 2016-08-28 19:25:30 +01:00
resource_aws_codedeploy_app_test.go provider/aws: fix CheckDestroy for codedeploy_app tests 2015-12-22 07:22:06 -06:00
resource_aws_codedeploy_deployment_group.go provider/aws: Remove unsafe ptr dereferencing [A-C]* (#8519) 2016-08-28 19:25:30 +01:00
resource_aws_codedeploy_deployment_group_test.go provider/aws: Remove `aws_codedeploy_deployment_group` from state on 404 2016-07-07 13:59:39 +01:00
resource_aws_customer_gateway.go provider/aws: `aws_customer_gateway` refreshing from state on deleted (#7482) 2016-07-05 16:34:06 +01:00
resource_aws_customer_gateway_test.go provider/aws: Adds acceptance tests for `aws_gateway_*` manual deletions causing non-empty plans (#7879) 2016-08-16 20:42:06 +01:00
resource_aws_db_event_subscription.go Fix vet errors found with Go 1.7 2016-08-16 18:03:22 -07:00
resource_aws_db_event_subscription_test.go provider/aws: Allow `source_ids` in `aws_db_event_subscription` to be Updatable (#7892) 2016-08-16 20:51:38 +01:00
resource_aws_db_instance.go provider/aws: `aws_db_instance` unexpected state when configurating (#8707) 2016-09-11 19:29:23 +01:00
resource_aws_db_instance_test.go provider/aws: Randomize the `aws_db_instance` enhanced monitoring test 2016-09-04 12:50:50 +03:00
resource_aws_db_option_group.go - Adding in additional retry logic due to latency with AWS delete (#7312) 2016-07-12 13:19:55 -06:00
resource_aws_db_option_group_test.go - Adding in additional retry logic due to latency with AWS delete (#7312) 2016-07-12 13:19:55 -06:00
resource_aws_db_parameter_group.go provider/aws: Set `apply_method` to state in `aws_db_parameter_group` 2016-09-02 08:26:46 +01:00
resource_aws_db_parameter_group_test.go provider/aws: Set `apply_method` to state in `aws_db_parameter_group` 2016-09-02 08:26:46 +01:00
resource_aws_db_security_group.go provider/aws: Defensively code around `db_security_group` ingress rules (#7893) 2016-08-15 21:45:23 +01:00
resource_aws_db_security_group_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_aws_db_subnet_group.go provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10:00
resource_aws_db_subnet_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_default_network_acl.go provider/aws: Default Network ACL resource (#6165) 2016-04-18 11:02:00 -05:00
resource_aws_default_network_acl_test.go provider/aws: Default Network ACL resource (#6165) 2016-04-18 11:02:00 -05:00
resource_aws_default_route_table.go provider/aws: Add aws_default_route_table resource (#8323) 2016-08-25 16:02:44 -05:00
resource_aws_default_route_table_test.go provider/aws: Add aws_default_route_table resource (#8323) 2016-08-25 16:02:44 -05:00
resource_aws_default_security_group.go provider/aws: Add Default Security Group Resource (#8861) 2016-09-15 13:59:20 -05:00
resource_aws_default_security_group_test.go provider/aws: Add Default Security Group Resource (#8861) 2016-09-15 13:59:20 -05:00
resource_aws_directory_service_directory.go provider/aws: Refresh state on Directory Service not found (#6294) 2016-04-22 01:13:04 +01:00
resource_aws_directory_service_directory_test.go Switch to acctest.RandInt for acceptance tests 2016-02-04 11:20:22 -06:00
resource_aws_dynamodb_table.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_dynamodb_table_test.go provider/aws: Randomize tests more to reduce conflicts 2016-03-08 09:56:14 -06:00
resource_aws_ebs_volume.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_ebs_volume_test.go providers/aws: eip id-only 2016-04-21 22:17:14 -07:00
resource_aws_ecr_repository.go provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514) 2016-08-28 17:15:45 +01:00
resource_aws_ecr_repository_policy.go provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514) 2016-08-28 17:15:45 +01:00
resource_aws_ecr_repository_policy_test.go provider/aws: mention us-east-1 in ECR docs and tests 2015-12-22 16:00:21 -06:00
resource_aws_ecr_repository_test.go provider/aws: Support import functionality for `aws_ecr_repository` 2016-06-23 00:58:59 +01:00
resource_aws_ecs_cluster.go provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514) 2016-08-28 17:15:45 +01:00
resource_aws_ecs_cluster_test.go aws: Treat INACTIVE ECS cluster as deleted 2015-12-17 15:34:49 +01:00
resource_aws_ecs_service.go provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514) 2016-08-28 17:15:45 +01:00
resource_aws_ecs_service_test.go provider/aws: Add support for ECS svc - LB target group (#8190) 2016-08-23 11:19:43 -05:00
resource_aws_ecs_task_definition.go provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514) 2016-08-28 17:15:45 +01:00
resource_aws_ecs_task_definition_test.go provider/aws: Add support for `network_mode` to `aws_ecs_task_definition` (#8391) 2016-08-23 11:27:45 +01:00
resource_aws_efs_file_system.go Maintenance and clean-up for aws_efs_file_system. 2016-09-03 11:40:24 +01:00
resource_aws_efs_file_system_test.go Maintenance and clean-up for aws_efs_file_system. 2016-09-03 11:40:24 +01:00
resource_aws_efs_mount_target.go provider/aws: Handle missing EFS mount target in aws_efs_mount_target. (#8529) 2016-08-30 10:42:54 +01:00
resource_aws_efs_mount_target_test.go provider/aws: Fix pointer fmt as string 2016-09-14 20:14:41 +01:00
resource_aws_eip.go provider/aws: Fix importing of EIP by IP address (#8970) 2016-09-22 21:53:21 -05:00
resource_aws_eip_association.go provider/aws: Change `aws_elastic_ip_association` to have computed parameters (#6552) 2016-05-09 18:40:45 +01:00
resource_aws_eip_association_test.go provider/aws: Change `aws_elastic_ip_association` to have computed parameters (#6552) 2016-05-09 18:40:45 +01:00
resource_aws_eip_test.go provider/aws: Fix issue changing EIP Association (#6521) 2016-05-06 15:38:39 -05:00
resource_aws_elastic_beanstalk_application.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 2016-07-03 16:42:12 +01:00
resource_aws_elastic_beanstalk_application_test.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 2016-03-07 14:43:23 -06:00
resource_aws_elastic_beanstalk_configuration_template.go provider/aws: Fix issue updating ElasticBeanstalk Configuraiton Templates 2016-04-22 12:06:40 -05:00
resource_aws_elastic_beanstalk_configuration_template_test.go provider/aws: Renaming `option_settings` attribute to `setting`. Added test to verify that settings are applied to template. 2016-04-06 11:35:07 -05:00
resource_aws_elastic_beanstalk_environment.go provider/aws: Fix issue updating Elastic Beanstalk Environment variables (#8848) 2016-09-15 13:30:12 -05:00
resource_aws_elastic_beanstalk_environment_migrate.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 2016-04-19 20:32:49 +01:00
resource_aws_elastic_beanstalk_environment_migrate_test.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 2016-04-19 20:32:49 +01:00
resource_aws_elastic_beanstalk_environment_test.go provider/aws: Fix issue updating Elastic Beanstalk Environment variables (#8848) 2016-09-15 13:30:12 -05:00
resource_aws_elastic_transcoder_pipeline.go provider/aws: Update ElasticTranscoder to allow empty notifications, removing notifications, etc (#8207) 2016-08-16 13:41:12 -05:00
resource_aws_elastic_transcoder_pipeline_test.go provider/aws: Update ElasticTranscoder to allow empty notifications, removing notifications, etc (#8207) 2016-08-16 13:41:12 -05:00
resource_aws_elastic_transcoder_preset.go Add support for Amazon Elastic Transcoder 2016-06-07 16:07:08 -04:00
resource_aws_elastic_transcoder_preset_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 2016-06-29 13:38:46 +01:00
resource_aws_elasticache_cluster.go Added a cluster_address attribute to aws elasticache. 2016-09-20 14:27:53 +01:00
resource_aws_elasticache_cluster_test.go provider/aws: `aws_elasticache_cluster` acceptance test for 2016-09-20 17:29:57 +01:00
resource_aws_elasticache_parameter_group.go provider/aws: Support Import `aws_elasticache_parameter_group` resource (#7336) 2016-06-28 10:02:43 -05:00
resource_aws_elasticache_parameter_group_test.go provider/aws: Remove the description test from the Attributes tests as this now has a default value 2016-05-23 13:48:23 +01:00
resource_aws_elasticache_replication_group.go provider/aws: Support `snapshot_name` for ElastiCache Cluster and (#8419) 2016-08-24 10:55:20 +01:00
resource_aws_elasticache_replication_group_test.go provider/aws: `aws_elasticache_replication_group_id` validation change (#8381) 2016-08-23 11:05:54 +01:00
resource_aws_elasticache_security_group.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_elasticache_security_group_test.go provider/aws: Fix TestAccAWSElasticacheSecurityGroup_basic test 2016-06-02 14:36:30 -05:00
resource_aws_elasticache_subnet_group.go provider/aws: Support Import for `aws_elasticache_subnet_group` 2016-06-23 02:12:02 +01:00
resource_aws_elasticache_subnet_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_elasticsearch_domain.go Handle JSON parsing error in the ReadFunc for the access policies document. 2016-09-22 08:51:16 +01:00
resource_aws_elasticsearch_domain_test.go provider/aws: Support `aws_elasticsearch_domain` upgrades to (#7860) 2016-08-05 08:59:15 +01:00
resource_aws_elb.go Add validation of Health Check target to aws_elb. 2016-09-03 13:48:28 +01:00
resource_aws_elb_attachment.go Add top-level ELB Attachment resource 2016-06-07 09:46:39 -04:00
resource_aws_elb_attachment_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 2016-06-29 13:38:46 +01:00
resource_aws_elb_test.go Add validation of Health Check target to aws_elb. 2016-09-03 13:48:28 +01:00
resource_aws_flow_log.go providers/aws: flow log import 2016-05-16 10:03:57 -07:00
resource_aws_flow_log_test.go provider/aws: aws_flow_log id-only 2016-04-20 17:45:57 -07:00
resource_aws_glacier_vault.go Handle JSON parsing error in the ReadFunc for the access policy document. 2016-09-22 00:23:38 +01:00
resource_aws_glacier_vault_test.go provider/aws: fix CheckDestroy on glacier vault 2015-12-22 07:17:35 -06:00
resource_aws_iam_access_key.go provider/aws: add ses_smtp_password to iam_access_key 2015-09-03 13:01:04 -05:00
resource_aws_iam_access_key_test.go provider/aws: add ses_smtp_password to iam_access_key 2015-09-03 13:01:04 -05:00
resource_aws_iam_account_password_policy.go provider/aws: Support Import for `aws_iam_account_password_policy` 2016-06-23 09:52:45 +01:00
resource_aws_iam_account_password_policy_test.go provider/aws: Add acceptance test for IAM Account Password Policy 2016-02-26 13:29:34 +00:00
resource_aws_iam_group.go provider/aws: Support Import for `aws_iam_group` 2016-06-23 03:10:31 +01:00
resource_aws_iam_group_membership.go provider/aws: Query all pages of group membership 2016-05-17 16:27:02 -06:00
resource_aws_iam_group_membership_test.go provider/aws: Test for policy attachment pagination 2016-08-15 13:48:42 -07:00
resource_aws_iam_group_policy.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
resource_aws_iam_group_policy_attachment.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
resource_aws_iam_group_policy_attachment_test.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
resource_aws_iam_group_policy_test.go provider/aws: Change a few policy test docs to use heredoc format, to prevent regressions (#8118) 2016-08-10 15:34:38 -05:00
resource_aws_iam_group_test.go provider/aws: Support Import for `aws_iam_group` 2016-06-23 03:10:31 +01:00
resource_aws_iam_instance_profile.go Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 2016-06-05 00:46:27 +01:00
resource_aws_iam_instance_profile_test.go Revert "provider/aws: Added the ability to import aws_iam_role's" (#8112) 2016-08-10 11:18:03 -05:00
resource_aws_iam_policy.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_iam_policy_attachment.go provider/aws: Validate `aws_iam_policy_attachment` Name parameter to stop being empty (#8441) 2016-08-24 21:28:41 +01:00
resource_aws_iam_policy_attachment_test.go provider/aws: Randomize some IAM user names to avoid conflicts in tests 2016-08-31 09:33:56 -05:00
resource_aws_iam_role.go provider/aws: Explain better why we retry IAM role creation (#8286) 2016-08-18 16:43:40 +01:00
resource_aws_iam_role_policy.go provider/aws: Add validation for aws_iam_role_policy.name 2015-06-29 16:23:42 +01:00
resource_aws_iam_role_policy_attachment.go provider/aws: Query all pages of policy attachment 2016-08-15 12:49:09 -07:00
resource_aws_iam_role_policy_attachment_test.go Revert "provider/aws: Added the ability to import aws_iam_role's" (#8112) 2016-08-10 11:18:03 -05:00
resource_aws_iam_role_policy_test.go provider/aws: Change a few policy test docs to use heredoc format, to prevent regressions (#8118) 2016-08-10 15:34:38 -05:00
resource_aws_iam_role_test.go Revert "provider/aws: Added the ability to import aws_iam_role's" (#8112) 2016-08-10 11:18:03 -05:00
resource_aws_iam_saml_provider.go provider/aws: Allow importing iam_saml_provider (#7605) 2016-07-12 17:04:01 +01:00
resource_aws_iam_saml_provider_test.go provider/aws: Update some IAM tests 2016-01-04 14:19:12 -06:00
resource_aws_iam_server_certificate.go provider/aws: Fix line ending errors/diffs with IAM Server Certs (#8074) 2016-08-09 14:19:12 -05:00
resource_aws_iam_server_certificate_test.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_iam_user.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_iam_user_policy.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
resource_aws_iam_user_policy_attachment.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
resource_aws_iam_user_policy_attachment_test.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 2016-05-25 11:03:43 -05:00
resource_aws_iam_user_policy_test.go provider/aws: Update some IAM tests 2016-01-04 14:19:12 -06:00
resource_aws_iam_user_ssh_key.go provider/aws: Scaffold `aws_iam_user_ssh_key` resource 2016-03-22 01:19:16 +00:00
resource_aws_iam_user_ssh_key_test.go provider/aws: Scaffold `aws_iam_user_ssh_key` resource 2016-03-22 01:19:16 +00:00
resource_aws_iam_user_test.go modify aws_iam_user_test to correctly check username and path for initial and changed username/path 2015-11-10 15:24:45 -05:00
resource_aws_instance.go provider/aws: Stop `aws_instance` `source_dest_check` triggering an API call on each (#8450) 2016-08-25 22:11:01 +01:00
resource_aws_instance_migrate.go Merge pull request #3332 from ross/aws-instance-migrate-nil-attr 2016-01-12 15:55:16 -06:00
resource_aws_instance_migrate_test.go providers/aws: handle empty instancestate in state migration 2015-03-26 13:07:04 -05:00
resource_aws_instance_test.go Ignore IOPS on non io1 AWS devices (#7783) 2016-07-25 12:32:24 +01:00
resource_aws_internet_gateway.go Merge pull request #8454 from Originate/mb-fix-internet-gateway-deletion 2016-09-04 00:55:37 +03:00
resource_aws_internet_gateway_test.go provider/aws: internet gateway id-only 2016-04-20 17:38:04 -07:00
resource_aws_key_pair.go providers/aws: key_pair import 2016-05-16 10:13:20 -07:00
resource_aws_key_pair_migrate.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_key_pair_migrate_test.go provider/aws: Migrate KeyPair to version 1 2015-10-12 16:04:51 -05:00
resource_aws_key_pair_test.go aws/provider convert _normal tests to _basic 2015-06-07 18:04:38 -05:00
resource_aws_kinesis_firehose_delivery_stream.go provider/aws: Add support for `cloudwatch_logging_options` to AWS 2016-09-07 23:29:08 +01:00
resource_aws_kinesis_firehose_delivery_stream_migrate.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 2016-06-30 15:03:31 -05:00
resource_aws_kinesis_firehose_delivery_stream_migrate_test.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 2016-06-30 15:03:31 -05:00
resource_aws_kinesis_firehose_delivery_stream_test.go provider/aws: Add support for `cloudwatch_logging_options` to AWS 2016-09-07 23:29:08 +01:00
resource_aws_kinesis_stream.go Add support for Kinesis streams shard-level metrics (#7684) 2016-07-21 23:37:58 +01:00
resource_aws_kinesis_stream_test.go Add support for Kinesis streams shard-level metrics (#7684) 2016-07-21 23:37:58 +01:00
resource_aws_kms_alias.go provider/aws: Use ID in lookup for AWS KMS Aliases 2016-04-25 10:54:26 -05:00
resource_aws_kms_alias_test.go provider/aws: Randomize key names in KMS alias test 2016-05-17 10:40:42 -05:00
resource_aws_kms_key.go Handle JSON parsing error in the ReadFunc for the policy document. 2016-09-22 09:02:46 +01:00
resource_aws_kms_key_test.go provider/aws: Support Policy DiffSuppression in `aws_kms_key` policy 2016-09-12 09:44:07 +01:00
resource_aws_lambda_alias.go Add AWS lambda alias support and documentation 2016-01-13 10:05:32 -06:00
resource_aws_lambda_alias_test.go formatting 2016-01-13 10:10:15 -06:00
resource_aws_lambda_event_source_mapping.go provider/aws: Refresh `aws_lambda_event_source_mapping` from state when (#8378) 2016-08-22 17:05:48 +01:00
resource_aws_lambda_event_source_mapping_test.go provider/aws: Refresh `aws_lambda_event_source_mapping` from state when (#8378) 2016-08-22 17:05:48 +01:00
resource_aws_lambda_function.go provider/aws: Support 'publish' attribute in lambda_function 2016-09-04 17:15:35 +01:00
resource_aws_lambda_function_test.go Merge pull request #8653 from TimeIncOSS/f-aws-lambda-publish 2016-09-07 09:32:01 +01:00
resource_aws_lambda_permission.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_lambda_permission_test.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_launch_configuration.go provider/aws: Retry resourceAwsLaunchConfigurationCreate if instance profile hasn't propagated (#8813) 2016-09-13 13:07:43 -05:00
resource_aws_launch_configuration_test.go provider/aws: Fix the AMI ID in the test for VPC Classic Link 2016-07-16 15:17:37 +01:00
resource_aws_lb_cookie_stickiness_policy.go Check for existing but unassigned LB policies 2016-06-16 10:10:52 -04:00
resource_aws_lb_cookie_stickiness_policy_test.go Check for existing but unassigned LB policies 2016-06-16 10:10:52 -04:00
resource_aws_lb_ssl_negotiation_policy.go Added tests for expandPolicyAttributes/flattenPolicyAttributes 2016-08-09 15:29:50 -07:00
resource_aws_lb_ssl_negotiation_policy_test.go provider/aws: change the test to be us-west-2a 2016-08-11 15:15:23 +12:00
resource_aws_load_balancer_backend_server_policy.go d.SetId before return, may be up too late. 2016-08-07 23:20:26 -04:00
resource_aws_load_balancer_backend_server_policy_test.go provider/aws: Changing the region that * tests run against 2016-08-09 15:11:49 +12:00
resource_aws_load_balancer_listener_policy.go d.SetId before return, may be up too late. 2016-08-07 23:20:26 -04:00
resource_aws_load_balancer_listener_policy_test.go provider/aws: Changing the region that * tests run against 2016-08-09 15:11:49 +12:00
resource_aws_load_balancer_policy.go address feedback from @stack72 on PR #7458 2016-08-07 23:09:00 -04:00
resource_aws_load_balancer_policy_test.go provider/aws: Changing the region that * tests run against 2016-08-09 15:11:49 +12:00
resource_aws_main_route_table_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_main_route_table_association_test.go provider/aws: fix CheckDestroy for main_route_table_association tests 2015-12-22 09:02:01 -06:00
resource_aws_nat_gateway.go switch to go way of checking for key existence so that go doesn't crash when the value doesn't exist 2016-09-06 20:57:10 -05:00
resource_aws_nat_gateway_test.go switch to go way of checking for key existence so that go doesn't crash when the value doesn't exist 2016-09-06 20:57:10 -05:00
resource_aws_network_acl.go providers/aws: import network ACLs 2016-05-16 10:03:57 -07:00
resource_aws_network_acl_rule.go Add validation for icmp_type and icmp_code. 2016-07-17 03:24:48 +09:00
resource_aws_network_acl_rule_test.go Add missing unit test for validateICMPArgumentValue to aws_network_acl_rule. 2016-09-03 13:49:39 +01:00
resource_aws_network_acl_test.go providers/aws: nat gateway id-only 2016-04-20 17:16:37 -07:00
resource_aws_network_interface.go Ignore missing ENI attachment when trying to detach (#7185) 2016-07-25 18:48:33 +01:00
resource_aws_network_interface_test.go providers/aws: eni id-only 2016-04-20 16:57:17 -07:00
resource_aws_opsworks_application.go Remove unused variables 2016-07-01 13:37:48 -07:00
resource_aws_opsworks_application_test.go Fix aws_opsworks_application acctest by passing in stack name 2016-04-16 09:44:04 -07:00
resource_aws_opsworks_custom_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_custom_layer_test.go add custom_json for opsworks layers 2016-04-05 08:57:19 -04:00
resource_aws_opsworks_ganglia_layer.go gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
resource_aws_opsworks_haproxy_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_instance.go style updates to documentation and nil checks 2016-03-24 08:08:01 -04:00
resource_aws_opsworks_instance_test.go add TestCheckExists/TestCheckAttributes for opsworks instance 2016-04-05 13:44:48 -04:00
resource_aws_opsworks_java_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_memcached_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_mysql_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_nodejs_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_permission.go Remove unused variables 2016-07-27 11:42:21 -04:00
resource_aws_opsworks_permission_test.go providers/aws: Opsworks permission resource (#6304) 2016-07-21 00:29:33 +01:00
resource_aws_opsworks_php_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_rails_app_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_stack.go provider/aws: Opsworks Agent has a default, needs to be computed (#6555) 2016-05-09 11:26:16 -05:00
resource_aws_opsworks_stack_test.go providers/aws: Opsworks permission resource (#6304) 2016-07-21 00:29:33 +01:00
resource_aws_opsworks_static_web_layer.go Various AWS OpsWorks layer resource types. 2015-10-05 22:47:44 -07:00
resource_aws_opsworks_user_profile.go providers/aws: Opsworks permission resource (#6304) 2016-07-21 00:29:33 +01:00
resource_aws_opsworks_user_profile_test.go providers/aws: Opsworks permission resource (#6304) 2016-07-21 00:29:33 +01:00
resource_aws_placement_group.go providers/aws: fix placement group import 2016-05-16 10:38:53 -07:00
resource_aws_placement_group_test.go provider/aws: fix CheckDestroy on placement_group tests 2015-12-22 10:20:28 -06:00
resource_aws_proxy_protocol_policy.go Use built-in schema.HashString. 2016-02-07 16:29:34 -08:00
resource_aws_proxy_protocol_policy_test.go provider/aws: Ranomize LB names so tests can run at the same time 2016-05-26 03:37:54 -05:00
resource_aws_rds_cluster.go provider/aws: Add reader_endpoint RDS Clusters (supersedes #8878) (#8884) 2016-09-16 16:45:04 +01:00
resource_aws_rds_cluster_instance.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_rds_cluster_instance_test.go add Aurora instance failover priority feature (#8087) 2016-08-12 07:51:25 +10:00
resource_aws_rds_cluster_parameter_group.go provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10:00
resource_aws_rds_cluster_parameter_group_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_aws_rds_cluster_test.go provider/aws: Add reader_endpoint RDS Clusters (supersedes #8878) (#8884) 2016-09-16 16:45:04 +01:00
resource_aws_redshift_cluster.go provider/aws: Removing the merge conflict from the redshift_cluster resource 2016-08-24 20:50:06 +01:00
resource_aws_redshift_cluster_test.go Remove debug statements 2016-08-23 18:19:59 -05:00
resource_aws_redshift_parameter_group.go provider/aws: Support Import for `aws_redshift_parameter_group` (#7339) 2016-06-28 10:05:03 -05:00
resource_aws_redshift_parameter_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_redshift_security_group.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_redshift_security_group_test.go Merge branch 'pr-5939' 2016-07-01 10:15:29 -05:00
resource_aws_redshift_subnet_group.go provider/aws: Support Import for `aws_redshift_subnet_group` 2016-06-23 02:33:29 +01:00
resource_aws_redshift_subnet_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_route.go provider/aws: Refresh `aws_route` from state if `aws_route_table` not (#8443) 2016-08-26 07:50:14 +01:00
resource_aws_route53_delegation_set.go providers/aws: route53 delegation set import 2016-05-18 13:26:52 -06:00
resource_aws_route53_delegation_set_test.go provider/aws: fix name on id-only check 2016-04-21 13:58:56 -07:00
resource_aws_route53_health_check.go provider/aws: Implement support for CloudWatch Metric in 2016-08-19 13:00:45 +01:00
resource_aws_route53_health_check_test.go provider/aws: Implement support for CloudWatch Metric in 2016-08-19 13:00:45 +01:00
resource_aws_route53_record.go provider/aws: Wait for `aws_route_53_record` to be in-sync after a 2016-09-03 19:17:05 +03:00
resource_aws_route53_record_migrate.go provider/aws: Fix aws_route53_record 0-2 migration (#7907) 2016-08-02 09:54:17 +10:00
resource_aws_route53_record_migrate_test.go provider/aws: Fix aws_route53_record 0-2 migration (#7907) 2016-08-02 09:54:17 +10:00
resource_aws_route53_record_test.go provider/aws: Wait for `aws_route_53_record` to be in-sync after a 2016-09-03 19:17:05 +03:00
resource_aws_route53_zone.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_route53_zone_association.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_aws_route53_zone_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route53_zone_test.go provider/aws: Allow force_destroying records in R53 hosted zone 2016-08-16 19:34:58 +01:00
resource_aws_route_table.go provider/aws: Increase route_table timeouts (#8465) 2016-08-27 21:32:55 +01:00
resource_aws_route_table_association.go provider/aws: Retry RouteTable Route/Assocation creation (#7156) 2016-06-14 15:39:52 -05:00
resource_aws_route_table_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_route_table_test.go provider/aws: VPC Peering: allow default peer VPC ID 2016-09-03 23:03:31 +03:00
resource_aws_route_test.go provider/aws: fix potential aws_route crash (#6338) 2016-04-27 13:10:40 +01:00
resource_aws_s3_bucket.go Handle JSON parsing error in the ReadFunc for the policy document. 2016-09-22 08:56:21 +01:00
resource_aws_s3_bucket_notification.go provider/aws: Support import `aws_s3_bucket_notification` 2016-08-23 08:19:06 +09:00
resource_aws_s3_bucket_notification_test.go provider/aws: randomize role name for test 2016-06-02 15:22:16 -05:00
resource_aws_s3_bucket_object.go Add ability to set Storage Class in aws_s3_bucket_object. (#8174) 2016-08-15 07:30:47 +01:00
resource_aws_s3_bucket_object_test.go Add ability to set Storage Class in aws_s3_bucket_object. (#8174) 2016-08-15 07:30:47 +01:00
resource_aws_s3_bucket_policy.go Add JSON validation to the aws_s3_bucket_policy resource. 2016-09-17 23:10:22 +01:00
resource_aws_s3_bucket_policy_test.go provider/aws: Add aws_s3_bucket_policy resource 2016-09-02 09:07:54 -07:00
resource_aws_s3_bucket_test.go provider/aws: Fix s3_bucket test for empty policy 2016-09-18 20:57:50 +01:00
resource_aws_security_group.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_security_group_rule.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_security_group_rule_migrate.go providers/aws: Vet aws 2015-12-01 10:00:35 -06:00
resource_aws_security_group_rule_migrate_test.go update migration test 2015-10-12 16:26:49 -05:00
resource_aws_security_group_rule_test.go provider/aws: Fix regression in Security Group Rules with self reference (#7706) 2016-07-20 15:47:10 -05:00
resource_aws_security_group_rules_matching_test.go provider/aws: Fix misspelled words 2016-09-12 07:23:34 +01:00
resource_aws_security_group_test.go tidy up tests 2016-09-21 16:12:56 -05:00
resource_aws_ses_active_receipt_rule_set.go Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
resource_aws_ses_active_receipt_rule_set_test.go Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
resource_aws_ses_receipt_filter.go provider/aws: Support Import of `aws_ses_receipt_filter` 2016-07-07 17:37:56 +01:00
resource_aws_ses_receipt_filter_test.go Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
resource_aws_ses_receipt_rule.go Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
resource_aws_ses_receipt_rule_set.go provider/aws: Support Import of `aws_ses_receipt_rule_set` 2016-07-07 17:30:03 +01:00
resource_aws_ses_receipt_rule_set_test.go Add SES resource (#5387) 2016-06-26 22:07:14 +01:00
resource_aws_ses_receipt_rule_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 2016-06-29 13:38:46 +01:00
resource_aws_simpledb_domain.go provider/aws: Support Import for `aws_simpledb_domain` (#7601) 2016-07-12 13:15:47 +01:00
resource_aws_simpledb_domain_test.go SimpleDB domain resource (#7600) 2016-07-12 12:55:58 +01:00
resource_aws_sns_topic.go Add JSON validation to the aws_sns_topic resource. 2016-09-22 09:01:15 +01:00
resource_aws_sns_topic_policy.go Add JSON validation to the aws_sns_topic_policy resource. 2016-09-17 23:12:35 +01:00
resource_aws_sns_topic_policy_test.go provider/aws: Add aws_sns_topic_policy 2016-09-04 18:34:24 +01:00
resource_aws_sns_topic_subscription.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 2016-06-27 08:44:05 -05:00
resource_aws_sns_topic_subscription_test.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 2016-06-27 08:44:05 -05:00
resource_aws_sns_topic_test.go provider/aws: Add DiffSupressionFunc to `aws_elasticsearch_domain`, 2016-09-05 11:46:23 +01:00
resource_aws_spot_datafeed_subscription.go provider/aws: New resource `aws_spot_datafeed_subscription` 2016-09-03 20:06:40 +03:00
resource_aws_spot_datafeed_subscription_test.go provider/aws: New resource `aws_spot_datafeed_subscription` 2016-09-03 20:06:40 +03:00
resource_aws_spot_fleet_request.go provider/aws: Wait for Spot Fleet to drain before removing from state (#8938) 2016-09-22 15:22:27 -05:00
resource_aws_spot_fleet_request_migrate.go provider/aws: AWS SpotFleet Requests now works with Subnets and AZs (#8320) 2016-08-24 11:08:46 +01:00
resource_aws_spot_fleet_request_migrate_test.go provider/aws: AWS SpotFleet Requests now works with Subnets and AZs (#8320) 2016-08-24 11:08:46 +01:00
resource_aws_spot_fleet_request_test.go provider/aws: Wait for Spot Fleet to drain before removing from state (#8938) 2016-09-22 15:22:27 -05:00
resource_aws_spot_instance_request.go adds resource retry to SpotInstanceRequestCreate (#8516) 2016-08-29 21:53:40 +01:00
resource_aws_spot_instance_request_test.go provider/aws: use a known good ami for spot instance test 2016-01-25 16:16:55 -06:00
resource_aws_sqs_queue.go Add JSON validation to the aws_sqs_queue resource. 2016-09-17 23:13:14 +01:00
resource_aws_sqs_queue_policy.go Add JSON validation to the aws_sqs_queue_policy resource. 2016-09-17 23:14:02 +01:00
resource_aws_sqs_queue_policy_test.go provider/aws: Add aws_sqs_queue_policy 2016-09-05 08:17:48 +01:00
resource_aws_sqs_queue_test.go provider/aws: Add DiffSupressionFunc to `aws_elasticsearch_domain`, 2016-09-05 11:46:23 +01:00
resource_aws_ssm_association.go provider/aws: Changing the tests for `aws_ssm_association` to align with 2016-09-02 17:04:43 +03:00
resource_aws_ssm_association_test.go provider/aws: Changing the tests for `aws_ssm_association` to align with 2016-09-02 17:04:43 +03:00
resource_aws_ssm_document.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_ssm_document_test.go provider/aws: Adding `aws_ssm_document` resource (#8460) 2016-08-25 09:47:24 +01:00
resource_aws_subnet.go providers/aws: resource aws_subnet import 2016-05-16 10:03:57 -07:00
resource_aws_subnet_test.go providers/aws: working on id-only tests, no bugs found in these 2016-04-20 12:10:53 -07:00
resource_aws_volume_attachment.go provider/aws: Propagate errors from DetachVolume 2016-08-25 14:46:46 -04:00
resource_aws_volume_attachment_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpc.go provider/aws: Add aws_default_route_table resource (#8323) 2016-08-25 16:02:44 -05:00
resource_aws_vpc_dhcp_options.go providers/aws: vpc dhcp options 2016-05-16 10:03:57 -07:00
resource_aws_vpc_dhcp_options_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
resource_aws_vpc_dhcp_options_association_test.go providers/aws: remove the opt-out stuff for id-only 2016-04-21 08:37:08 -07:00
resource_aws_vpc_dhcp_options_test.go provider/aws: fix CheckDestroy on a bunch of resources 2015-12-21 21:43:42 -06:00
resource_aws_vpc_endpoint.go Handle JSON parsing error in the ReadFunc for the policy document. 2016-09-22 08:39:55 +01:00
resource_aws_vpc_endpoint_test.go Add 'prefix_list_id' exported attribute to AWS VPC Endpoint 2016-06-30 15:47:53 -07:00
resource_aws_vpc_peering_connection.go provider/aws: VPC Peering: allow default peer VPC ID 2016-09-03 23:03:31 +03:00
resource_aws_vpc_peering_connection_test.go provider/aws: VPC Peering: allow default peer VPC ID 2016-09-03 23:03:31 +03:00
resource_aws_vpc_test.go provider/aws: Add aws_default_route_table resource (#8323) 2016-08-25 16:02:44 -05:00
resource_aws_vpn_connection.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_vpn_connection_test.go provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
resource_aws_vpn_gateway.go provider/aws: Do not set empty string to state for `aws_vpn_gateway` 2016-09-03 17:14:42 +03:00
resource_aws_vpn_gateway_attachment.go Fix. Adjust create and destroy timeout in aws_vpn_gateway_attachment. 2016-09-02 21:28:55 +01:00
resource_aws_vpn_gateway_attachment_test.go Add aws_vpn_gateway_attachment resource. (#7870) 2016-08-07 09:29:51 +10:00
resource_aws_vpn_gateway_test.go provider/aws: Do not set empty string to state for `aws_vpn_gateway` 2016-09-03 17:14:42 +03:00
resource_vpn_connection_route.go Remove no-op Updates from resource schemas 2015-10-03 14:29:19 -07:00
resource_vpn_connection_route_test.go BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 2016-06-08 13:46:56 +00:00
s3_tags.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
s3_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
structure.go [WIP] provider/aws: Add normalizeJsonString and validateJsonString functions. (#8028) 2016-09-17 19:50:38 +01:00
structure_test.go [WIP] provider/aws: Add normalizeJsonString and validateJsonString functions. (#8028) 2016-09-17 19:50:38 +01:00
tags.go provider/aws: Support Tags for `aws_alb` and `aws_alb_target_group` (#8422) 2016-08-24 10:54:43 +01:00
tagsBeanstalk.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 2016-03-07 14:43:23 -06:00
tagsBeanstalk_test.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 2016-03-07 14:43:23 -06:00
tagsCloudtrail.go provider/aws: Add support for CloudTrail tags 2016-02-15 14:10:19 +00:00
tagsCloudtrail_test.go provider/aws: Add tests for CloudTrail tags 2016-02-15 14:10:36 +00:00
tagsEC.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsEC_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsEFS.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
tagsEFS_test.go provider/aws: Add efs_file_system 2015-10-03 19:35:06 -07:00
tagsELB.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsELB_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsRDS.go gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
tagsRDS_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tagsRedshift.go provider/aws: Support tags for AWS redshift cluster (#5356) 2016-05-24 18:43:12 +01:00
tagsRedshift_test.go provider/aws: Support tags for AWS redshift cluster (#5356) 2016-05-24 18:43:12 +01:00
tags_elasticsearchservice.go Add tag support for elasticsearch 2016-02-04 12:53:11 -05:00
tags_elasticsearchservice_test.go Add tag support for elasticsearch 2016-02-04 12:53:11 -05:00
tags_kinesis.go provider/aws: Allow tags for kinesis streams 2015-10-12 09:00:56 -07:00
tags_kinesis_test.go provider/aws: Allow tags for kinesis streams 2015-10-12 09:00:56 -07:00
tags_route53.go provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
tags_route53_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
tags_test.go provider/aws: handle upstream aws-sdk-go repo move 2015-06-03 13:36:57 -05:00
validators.go [WIP] provider/aws: Add normalizeJsonString and validateJsonString functions. (#8028) 2016-09-17 19:50:38 +01:00
validators_test.go [WIP] provider/aws: Add normalizeJsonString and validateJsonString functions. (#8028) 2016-09-17 19:50:38 +01:00
website_endpoint_url_test.go Allowing ap-south-1 (Mumbai) as valid AWS region (#7688) 2016-07-19 09:01:49 +01:00