..
test-fixtures
provider/aws: Add tests for Lambda function updates
2016-03-10 12:31:35 +00:00
auth_helpers.go
Added accountid to AWSClient and set it early in the initialization phase. We use iam.GetUser(nil) scattered around to get the account id, but this isn't the most reliable method. GetAccountId now uses one more method (sts:GetCallerIdentity) to get the account id, this works with federated users.
2016-05-05 07:02:12 -07:00
auth_helpers_test.go
Added accountid to AWSClient and set it early in the initialization phase. We use iam.GetUser(nil) scattered around to get the account id, but this isn't the most reliable method. GetAccountId now uses one more method (sts:GetCallerIdentity) to get the account id, this works with federated users.
2016-05-05 07:02:12 -07: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
cloudfront_distribution_configuration_structure.go
Merge pull request #6505 from hashicorp/b-cloudfront-cookies
2016-05-08 19:45:37 -04: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
Merge pull request #6385 from Ticketmaster/use-sts-GetCallerIdentity
2016-05-05 17:35:32 +01:00
core_acceptance_test.go
core: Test fix for mismatched diffs from GH-4965
2016-02-19 21:24:49 -05:00
hosted_zones.go
provider/aws: Allow ap-northeast-2 (Seoul) as valid region
2016-01-11 13:46:53 -08:00
hosted_zones_test.go
providers/aws: Extract normalizeRegion
2015-05-08 10:49:21 -04:00
network_acl_entry.go
Initial Scaffolding of the AWS Network ACL Entry resource
2015-12-18 23:14:54 +00:00
network_acl_entry_test.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
opsworks_layers.go
Unconditionally set opsworks layer custom_json
2016-04-16 09:18:47 -07:00
provider.go
provider/aws: Change `aws_elastic_ip_association` to have computed parameters ( #6552 )
2016-05-09 18:40:45 +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_ami.go
removed extra parentheses
2015-10-08 15:48:04 +03:00
resource_aws_ami_copy.go
Three resources for AWS AMIs.
2015-09-03 10:05:41 -07:00
resource_aws_ami_copy_test.go
provider/aws: switch test to use more accessible ami
2015-12-08 14:40:24 -06:00
resource_aws_ami_from_instance.go
Three resources for AWS AMIs.
2015-09-03 10:05:41 -07:00
resource_aws_ami_from_instance_test.go
Three resources for AWS AMIs.
2015-09-03 10:05:41 -07:00
resource_aws_ami_test.go
Three resources for AWS AMIs.
2015-09-03 10:05:41 -07:00
resource_aws_api_gateway_account.go
provider/aws: Add support for api_gateway_account ( #6321 )
2016-04-27 13:08:59 +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
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_api_key_test.go
Add aws_api_gateway_api_key resource
2016-03-05 23:21:54 +01:00
resource_aws_api_gateway_authorizer.go
provider/aws: Add support for api_gateway_authorizer ( #6320 )
2016-04-25 12:22:37 +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_deployment.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06: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_integration.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_integration_response.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_integration_response_test.go
provider/aws: add response parameters support to api gateway ( #6344 )
2016-05-04 11:56:18 +01:00
resource_aws_api_gateway_integration_test.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_method.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_method_response.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_method_response_test.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +01:00
resource_aws_api_gateway_method_test.go
provider/aws: AWS API Gateway request parameters json ( #6501 )
2016-05-05 21:14:51 +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
Merge pull request #3277 from stack72/aws-app-cookieness-doc-update
2015-10-07 17:18:55 -07:00
resource_aws_app_cookie_stickiness_policy_test.go
provider/aws: fix cookie stickiness policy test destroys
2015-12-21 21:23:57 -06:00
resource_aws_autoscaling_group.go
provider/aws: id-only refresh for autoscaling groups
2016-04-21 21:36:52 -07:00
resource_aws_autoscaling_group_test.go
provider/aws: id-only refresh for autoscaling groups
2016-04-21 21:36:52 -07:00
resource_aws_autoscaling_group_waiting.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_autoscaling_group_waiting_test.go
aws: undeprecate min_elb_capacity; restore min capacity waiting
2016-01-27 13:30:44 -06:00
resource_aws_autoscaling_lifecycle_hook.go
provider/aws: optional fields in aws_autoscaling_lifecycle_hook
2016-03-14 11:45:17 +00:00
resource_aws_autoscaling_lifecycle_hook_test.go
provider/aws: More Acc test updates
2016-03-10 14:33:54 -06:00
resource_aws_autoscaling_notification.go
update with test
2015-08-21 10:51:16 -05:00
resource_aws_autoscaling_notification_test.go
providers/aws: Vet aws
2015-12-01 10:00:35 -06:00
resource_aws_autoscaling_policy.go
provider/aws: Fix issue in upgrading AutoScaling Policy ( #6440 )
2016-05-05 10:17:54 -05:00
resource_aws_autoscaling_policy_test.go
provider/aws: Fix issue in upgrading AutoScaling Policy ( #6440 )
2016-05-05 10:17:54 -05: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
Set cloudformation timeout to more than timeout_in_minutes
2016-03-21 09:08:52 +00:00
resource_aws_cloudformation_stack_test.go
aws: Improve acceptance test for CloudFormation w/ all attributes
2016-03-13 08:10:54 +00:00
resource_aws_cloudfront_distribution.go
Merge pull request #6505 from hashicorp/b-cloudfront-cookies
2016-05-08 19:45:37 -04: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: CloudFront post-merge review updates ( #6196 )
2016-04-19 16:40:30 -05:00
resource_aws_cloudfront_origin_access_identity_test.go
CloudFront distribution and origin access identity support ( #5221 )
2016-04-14 14:55:11 -05:00
resource_aws_cloudtrail.go
provider/aws: Remove CloudTrail Trail from state if not found
2016-04-05 14:04:00 -05:00
resource_aws_cloudtrail_test.go
provider/aws: CloudTrail tests were failing as the names were not unique
2016-05-08 19:08:58 +01:00
resource_aws_cloudwatch_event_rule.go
aws provider: normalize json of cloudwatch event_pattern
2016-04-05 15:56:45 -05:00
resource_aws_cloudwatch_event_rule_test.go
provider/aws: Add acc tests for CloudWatch Event Rule
2016-02-13 13:21:33 +00:00
resource_aws_cloudwatch_event_target.go
ISSUE-5702: Fixed the testing
2016-03-23 11:15:06 -07: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: Removal of duplicate error handling code in cloudwatch_log_group
2016-04-28 13:12:47 +01:00
resource_aws_cloudwatch_log_group_test.go
provider/aws: Add acceptance test for cloudwatch_log_group
2015-09-16 22:34:26 +01:00
resource_aws_cloudwatch_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_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
Add cloudwatch_logs_subscription_filter provider ( #5996 )
2016-04-20 20:05:21 +01:00
resource_aws_cloudwatch_metric_alarm.go
Use built-in schema.HashString.
2016-02-07 16:29:34 -08:00
resource_aws_cloudwatch_metric_alarm_test.go
provider/aws: Add cloudwatch_metric_alarm
2015-06-17 23:10:23 +01:00
resource_aws_codecommit_repository.go
provider/aws: codecommit check default_branch before update
2016-03-30 16:40:41 +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_codedeploy_app.go
aws: Add support for "aws_codedeploy_app" resources.
2015-10-20 18:05:39 -04:00
resource_aws_codedeploy_app_test.go
provider/aws: fix CheckDestroy for codedeploy_app tests
2015-12-22 07:22:06 -06:00
resource_aws_codedeploy_deployment_group.go
provider/aws: Enhance Triggers for AWS CodeDeploy Event Notifications ( #6168 )
2016-04-14 20:26:33 +01:00
resource_aws_codedeploy_deployment_group_test.go
provider/aws: Enhance Triggers for AWS CodeDeploy Event Notifications ( #6168 )
2016-04-14 20:26:33 +01:00
resource_aws_customer_gateway.go
provider/aws: customer gateway has to parse bgn_asn as int
2016-04-20 17:59:19 -07:00
resource_aws_customer_gateway_test.go
provider/aws: customer gateway has to parse bgn_asn as int
2016-04-20 17:59:19 -07:00
resource_aws_db_event_subscription.go
Added RDS event subscriptions ( #6367 )
2016-05-05 11:14:25 +01:00
resource_aws_db_event_subscription_test.go
Added RDS event subscriptions ( #6367 )
2016-05-05 11:14:25 +01:00
resource_aws_db_instance.go
Scaffold the AWS DB Option Group resource
2016-05-08 20:18:53 +01:00
resource_aws_db_instance_test.go
provider/aws: Update paramter for DB Option Group
2016-05-09 12:16:26 -05:00
resource_aws_db_option_group.go
Update resource_aws_db_option_group.go
2016-05-09 00:33:48 +01:00
resource_aws_db_option_group_test.go
Scaffold the AWS DB Option Group resource
2016-05-08 20:18:53 +01:00
resource_aws_db_parameter_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_db_parameter_group_test.go
provider/aws: More randomization to our Acc tests ( #6124 )
2016-04-11 12:06:28 -05:00
resource_aws_db_security_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_db_security_group_test.go
Adding support for Tags to the DB Security Group
2015-12-11 12:28:24 +00:00
resource_aws_db_subnet_group.go
Do not check only whether the subnet_ids have changed
2016-03-31 10:37:26 +11:00
resource_aws_db_subnet_group_test.go
provider/aws: Test to validate that db subnet group description
2016-03-30 18:53:52 -05: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_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
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06: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
Human-readable error for failure to read EC2 volume
2016-04-06 09:34:10 -07: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: Add support for the `repository_url` to be computed for
2016-03-09 09:29:23 +00:00
resource_aws_ecr_repository_policy.go
Check for ecr repository and policy removal
2015-12-22 11:18:14 -05:00
resource_aws_ecr_repository_policy_test.go
provider/aws: mention us-east-1 in ECR docs and tests
2015-12-22 16:00:21 -06:00
resource_aws_ecr_repository_test.go
provider/aws: mention us-east-1 in ECR docs and tests
2015-12-22 16:00:21 -06:00
resource_aws_ecs_cluster.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06: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
Validate number of load_balancers
2016-03-13 12:51:51 +01:00
resource_aws_ecs_service_test.go
provider/aws: Add test to ECS Service to make sure deployment values are
2016-02-21 22:33:48 +00:00
resource_aws_ecs_task_definition.go
provider/aws: Make all fields in ecs_task_definition ForceNew
2015-11-14 10:36:01 +00:00
resource_aws_ecs_task_definition_test.go
aws: Treat INACTIVE ECS TDs as deleted in acc tests
2015-12-17 15:40:27 +01:00
resource_aws_efs_file_system.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_efs_file_system_test.go
provider/aws: Update EFS test destroy methods
2016-01-25 16:27:58 -06:00
resource_aws_efs_mount_target.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_efs_mount_target_test.go
provider/aws: Update EFS test destroy methods
2016-01-25 16:27:58 -06:00
resource_aws_eip.go
provider/aws: Fix issue changing EIP Association ( #6521 )
2016-05-06 15:38:39 -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
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06: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: Fixes issue where an update for an `aws_elastic_beanstalk_environment ` resource would ignore the `wait_for_ready_timeout` option.
2016-04-26 22:05:20 +01: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
Fixing the broken test
2016-04-29 10:11:42 -07:00
resource_aws_elasticache_cluster.go
provider/aws: Extends the `aws_elasticache_cluster` validation ( #6332 )
2016-04-25 21:44:55 +01:00
resource_aws_elasticache_cluster_test.go
update provider test and extend the delete timelimit
2016-02-04 15:48:54 -06:00
resource_aws_elasticache_parameter_group.go
provider/aws: Fix typo in error message ( #6518 )
2016-05-06 09:57:04 -05:00
resource_aws_elasticache_parameter_group_test.go
provider/aws: Update ElastiCache tests to verify delete
2015-12-22 10:21:40 -06:00
resource_aws_elasticache_security_group.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_elasticache_security_group_test.go
Switch to acctest.RandInt for acceptance tests
2016-02-04 11:20:22 -06:00
resource_aws_elasticache_subnet_group.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_elasticache_subnet_group_test.go
Switch to acctest.RandInt for acceptance tests
2016-02-04 11:20:22 -06:00
resource_aws_elasticsearch_domain.go
Elasticsearch times out. It takes a while to create. lets increase the timeout.
2016-03-29 15:58:40 -04:00
resource_aws_elasticsearch_domain_test.go
provider/aws: `aws_elastisearch_domain` tags not being set correctly.
2016-02-28 18:31:58 +00:00
resource_aws_elb.go
provider/aws: Set the state of `cross_zone_load_balancing` during the read func ( #6295 )
2016-04-22 01:47:19 +01:00
resource_aws_elb_test.go
providers/aws: elb id-only
2016-04-21 22:26:52 -07:00
resource_aws_flow_log.go
provider/aws: aws_flow_log id-only
2016-04-20 17:45: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
Gofmt of the aws glacier vault resource
2015-10-13 14:58:29 +01:00
resource_aws_glacier_vault_test.go
provider/aws: fix CheckDestroy on glacier vault
2015-12-22 07:17:35 -06:00
resource_aws_iam_access_key.go
provider/aws: add ses_smtp_password to iam_access_key
2015-09-03 13:01:04 -05:00
resource_aws_iam_access_key_test.go
provider/aws: add ses_smtp_password to iam_access_key
2015-09-03 13:01:04 -05:00
resource_aws_iam_account_password_policy.go
provider/aws: Add support for AWS Account Password Policy
2016-02-26 11:04:25 +00: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: removed build-blocking unused variable.
2015-11-18 15:08:45 +02:00
resource_aws_iam_group_membership.go
handle error of trying to remove a user from a group when their name has already changed
2015-09-13 03:37:45 -04:00
resource_aws_iam_group_membership_test.go
Fix additional vet warnings
2016-02-17 11:59:50 -08:00
resource_aws_iam_group_policy.go
provider/aws: handle upstream aws-sdk-go repo move
2015-06-03 13:36:57 -05:00
resource_aws_iam_group_policy_test.go
provider/aws: fix CheckDestroy for iam_group_policy tests
2015-12-22 08:05:37 -06:00
resource_aws_iam_group_test.go
update aws_iam_group tests to check proper paths and name
2015-10-31 12:04:54 -04:00
resource_aws_iam_instance_profile.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_iam_instance_profile_test.go
acc tests: ensure each resource has a _basic test
2015-06-07 18:18:14 -05:00
resource_aws_iam_policy.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_iam_policy_attachment.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_iam_policy_attachment_test.go
removed extra parentheses
2015-10-08 15:48:04 +03:00
resource_aws_iam_role.go
Changing the IAM Role resource to allow update of Assume Policy Document
2015-11-30 12:52:07 +00:00
resource_aws_iam_role_policy.go
provider/aws: Add validation for aws_iam_role_policy.name
2015-06-29 16:23:42 +01:00
resource_aws_iam_role_policy_test.go
provider/aws: Randomize tests more to reduce conflicts
2016-03-08 09:56:14 -06:00
resource_aws_iam_role_test.go
Merge branch 'master' into b-aws-iam-role-profile-update
2015-06-08 08:52:38 -05:00
resource_aws_iam_saml_provider.go
provider/aws: Set previously missing ARN in iam_saml_provider
2015-11-09 20:26:23 +01:00
resource_aws_iam_saml_provider_test.go
provider/aws: Update some IAM tests
2016-01-04 14:19:12 -06:00
resource_aws_iam_server_certificate.go
provider/aws: Improve error handling in IAM Server Certificates ( #6442 )
2016-05-02 15:36:50 -05:00
resource_aws_iam_server_certificate_test.go
provider/aws: Improve error handling in IAM Server Certificates ( #6442 )
2016-05-02 15:36:50 -05:00
resource_aws_iam_user.go
provider/aws: Fix issue deleting users who are attached to a group
2015-11-20 16:54:26 -06:00
resource_aws_iam_user_policy.go
provider/aws: handle upstream aws-sdk-go repo move
2015-06-03 13:36:57 -05:00
resource_aws_iam_user_policy_test.go
provider/aws: Update some IAM tests
2016-01-04 14:19:12 -06:00
resource_aws_iam_user_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
providers/aws: aws_instance id-only
2016-04-22 09:37:41 -07: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
providers/aws: aws_instance id-only
2016-04-22 09:37:41 -07:00
resource_aws_internet_gateway.go
Issue #2174 Check that InternetGateway exists before returning from creation ( #6105 )
2016-04-13 09:28:17 -05: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
provider/aws: Migrate KeyPair to version 1
2015-10-12 16:04:51 -05:00
resource_aws_key_pair_migrate.go
providers/aws: Vet aws
2015-12-01 10:00:35 -06:00
resource_aws_key_pair_migrate_test.go
provider/aws: Migrate KeyPair to version 1
2015-10-12 16:04:51 -05:00
resource_aws_key_pair_test.go
aws/provider convert _normal tests to _basic
2015-06-07 18:04:38 -05:00
resource_aws_kinesis_firehose_delivery_stream.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_kinesis_firehose_delivery_stream_test.go
provider/aws: kinesis firehose stream: retry through IAM propagation
2015-12-21 14:46:25 -06:00
resource_aws_kinesis_stream.go
Report the correct number of shards
2016-03-01 10:46:39 -08:00
resource_aws_kinesis_stream_test.go
provider/aws: Adding a test for AWS Kinesis Stream Shard Count
2016-03-05 18:40:47 +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
Reformat the kms alias test code
2016-03-21 18:48:00 +00:00
resource_aws_kms_key.go
kms: Treat keys in PendingDeletion state as deleted
2016-03-08 09:30:47 +00:00
resource_aws_kms_key_test.go
kms: Treat keys in PendingDeletion state as deleted
2016-03-08 09:30:47 +00: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
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_lambda_event_source_mapping_test.go
New resource (AWS provider) - aws_lambda_event_source_mapping
2015-11-30 07:45:38 -08:00
resource_aws_lambda_function.go
provider/aws: Read VPC ID for Lambda function back from API
2016-04-13 15:05:19 +01:00
resource_aws_lambda_function_test.go
provider/aws: Improve test for VPC-based Lambda func
2016-04-13 15:05:19 +01:00
resource_aws_lambda_permission.go
provider/aws: Guard against empty responses from Lambda Permissions
2016-03-24 16:30:21 -05: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
Fix launch_configuration error when using ebs which is encrypted
2016-05-03 16:19:54 -05:00
resource_aws_launch_configuration_test.go
provider/aws: Fix launch_config waiting for IAM instance profile
2016-03-25 13:10:10 -05:00
resource_aws_lb_cookie_stickiness_policy.go
add validation for cookie stickiness
2015-11-13 10:46:27 -06:00
resource_aws_lb_cookie_stickiness_policy_test.go
provider/aws: fix cookie stickiness policy test destroys
2015-12-21 21:23:57 -06:00
resource_aws_main_route_table_association.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_main_route_table_association_test.go
provider/aws: fix CheckDestroy for main_route_table_association tests
2015-12-22 09:02:01 -06:00
resource_aws_nat_gateway.go
providers/aws: nat gateway fixes for id only refresh
2016-04-20 17:36:16 -07:00
resource_aws_nat_gateway_test.go
providers/aws: nat gateway id-only
2016-04-20 17:16:37 -07:00
resource_aws_network_acl.go
provider/aws: Fix issue replacing Network ACL Relationship if Subnet has already ( #6421 )
2016-05-02 09:45:11 -05:00
resource_aws_network_acl_rule.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_network_acl_rule_test.go
provider/aws: fixes for Network ACL Rules
2015-12-22 09:58:22 -06:00
resource_aws_network_acl_test.go
providers/aws: nat gateway id-only
2016-04-20 17:16:37 -07:00
resource_aws_network_interface.go
provider/aws: Add support for `description` to `aws_network_interface`
2016-03-08 23:28:37 +00: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
Opsworks Application support
2016-04-07 14:18:50 -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_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
Don't read back opsworks stack cookbooks source password ( #6203 )
2016-04-16 22:56:36 +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_placement_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00: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: fix CheckDestroy for ProtocolPolicy tests
2015-12-22 11:18:11 -06:00
resource_aws_rds_cluster.go
provider/aws: Allow 'available' state when deleting RDS Clusters
2016-04-19 13:15:45 -05:00
resource_aws_rds_cluster_instance.go
provider/aws: fix crash when Aurora instance disappears
2016-03-18 12:27:57 -05:00
resource_aws_rds_cluster_instance_test.go
provider/aws: Improve the randomization in RDS tests
2016-03-31 16:25:38 -05:00
resource_aws_rds_cluster_test.go
provider/aws: Improve the randomization in RDS tests
2016-03-31 16:25:38 -05:00
resource_aws_redshift_cluster.go
provider/aws: Redshift Cluster not allowing 0 for ( #6537 )
2016-05-08 19:29:36 +01:00
resource_aws_redshift_cluster_test.go
provider/aws: Fix `aws_redshift_cluster` number_of_nodes update ( #6333 )
2016-04-25 23:00:57 +01:00
resource_aws_redshift_parameter_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_redshift_parameter_group_test.go
minor clean ups after #3862
2016-01-13 16:58:07 -06:00
resource_aws_redshift_security_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_redshift_security_group_test.go
minor clean ups after #3862
2016-01-13 16:58:07 -06:00
resource_aws_redshift_subnet_group.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00:00
resource_aws_redshift_subnet_group_test.go
Adding the documentation for the AWS Redshift Subnet Group resource
2015-12-20 20:20:05 +00:00
resource_aws_route.go
provider/aws: fix potential aws_route crash ( #6338 )
2016-04-27 13:10:40 +01:00
resource_aws_route53_delegation_set.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_route53_delegation_set_test.go
provider/aws: fix name on id-only check
2016-04-21 13:58:56 -07:00
resource_aws_route53_health_check.go
providers/aws: route53_health_check id-only
2016-04-21 13:50:03 -07:00
resource_aws_route53_health_check_test.go
providers/aws: route53_health_check id-only
2016-04-21 13:50:03 -07:00
resource_aws_route53_record.go
comment grammar/spelling fix ( #6373 )
2016-04-27 13:10:05 +01:00
resource_aws_route53_record_test.go
provider/aws: route53 record import
2016-04-21 13:50:03 -07:00
resource_aws_route53_zone.go
providers/aws: route53_zone fix importing id-only private zone
2016-04-21 13:50:03 -07: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
providers/aws: route53_zone id-only refresh
2016-04-21 08:53:53 -07:00
resource_aws_route_table.go
Use built-in schema.HashString.
2016-02-07 16:29:34 -08:00
resource_aws_route_table_association.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_route_table_association_test.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_route_table_test.go
providers/aws: route table id only
2016-04-20 16:48:43 -07: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
providers/aws: some id-only work on s3 buckets more work needed
2016-04-21 08:44:45 -07:00
resource_aws_s3_bucket_notification.go
provider/aws: Support S3 bucket notification
2016-04-04 21:23:06 -05:00
resource_aws_s3_bucket_notification_test.go
provider/aws: Support S3 bucket notification
2016-04-04 21:23:06 -05:00
resource_aws_s3_bucket_object.go
Providing a more informative error message when combining kms_key_id and etag as well as using aws_kms_key to test aws_s3_bucket's kms_key_id.
2016-03-09 19:06:36 -08:00
resource_aws_s3_bucket_object_test.go
provider/aws: Use KMS ARN in S3 Bucket test
2016-04-22 15:10:34 -05:00
resource_aws_s3_bucket_test.go
providers/aws: some id-only work on s3 buckets more work needed
2016-04-21 08:44:45 -07:00
resource_aws_security_group.go
provider/aws: Convert protocols to standard format for Security Groups
2016-03-28 10:32:39 -05:00
resource_aws_security_group_rule.go
provider/aws: Support eventually consistent aws_security_group_rule ( #6325 )
2016-05-03 17:21:04 -05:00
resource_aws_security_group_rule_migrate.go
providers/aws: Vet aws
2015-12-01 10:00:35 -06:00
resource_aws_security_group_rule_migrate_test.go
update migration test
2015-10-12 16:26:49 -05:00
resource_aws_security_group_rule_test.go
update tests to cover icmp
2016-03-28 13:08:53 -05:00
resource_aws_security_group_rules_matching_test.go
Always transform aws_security_group protocol to lower case
2016-03-07 22:40:29 +01:00
resource_aws_security_group_test.go
providers/aws: remove the opt-out stuff for id-only
2016-04-21 08:37:08 -07:00
resource_aws_sns_topic.go
providers/aws: sns_topic id-only
2016-04-21 08:18:04 -07:00
resource_aws_sns_topic_subscription.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_sns_topic_subscription_test.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_sns_topic_test.go
providers/aws: sns_topic id-only
2016-04-21 08:18:04 -07:00
resource_aws_spot_instance_request.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00: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
provider/aws: refresh state on SQS Queue not found ( #6381 )
2016-04-27 20:07:34 +01:00
resource_aws_sqs_queue_test.go
providers/aws: remove the opt-out stuff for id-only
2016-04-21 08:37:08 -07:00
resource_aws_subnet.go
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00: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
Change resource.StateChangeConf to use an array for target states
2016-01-21 01:20:41 +00: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
providers/aws: response value for DescribeVpcAttribute needs to be
2016-04-20 11:35:43 -07:00
resource_aws_vpc_dhcp_options.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_vpc_dhcp_options_association.go
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-17 13:27:16 -05:00
resource_aws_vpc_dhcp_options_association_test.go
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
Use built-in schema.HashString.
2016-02-07 16:29:34 -08:00
resource_aws_vpc_endpoint_test.go
providers/aws: working on id-only tests, no bugs found in these
2016-04-20 12:10:53 -07:00
resource_aws_vpc_peering_connection.go
providers/aws: peering connection id-only test settings
2016-04-20 12:19:21 -07:00
resource_aws_vpc_peering_connection_test.go
providers/aws: remove the opt-out stuff for id-only
2016-04-21 08:37:08 -07:00
resource_aws_vpc_test.go
providers/aws: Fix issue with VPC Classic Link and regions that don't support it
2016-01-28 10:12:06 -06:00
resource_aws_vpn_connection.go
providers/aws/vpn_connection id-only refresh
2016-04-20 12:41:20 -07:00
resource_aws_vpn_connection_test.go
providers/aws/vpn_connection id-only refresh
2016-04-20 12:41:20 -07:00
resource_aws_vpn_gateway.go
builtin: Refactor resource.Retry to clarify return
2016-03-09 17:37:56 -06:00
resource_aws_vpn_gateway_test.go
providers/aws/vpn_gateway id-only refresh
2016-04-20 12:41:20 -07:00
resource_vpn_connection_route.go
Remove no-op Updates from resource schemas
2015-10-03 14:29:19 -07:00
resource_vpn_connection_route_test.go
provider/aws: Update testAccAwsVpnConnectionRouteDestroy method
2016-01-06 10:22:54 -06:00
s3_tags.go
provider/aws: handle upstream aws-sdk-go repo move
2015-06-03 13:36:57 -05:00
s3_tags_test.go
provider/aws: handle upstream aws-sdk-go repo move
2015-06-03 13:36:57 -05:00
structure.go
Scaffold the AWS DB Option Group resource
2016-05-08 20:18:53 +01:00
structure_test.go
provider/aws: Add support for api_gateway_account ( #6321 )
2016-04-27 13:08:59 +01:00
tags.go
provider/aws: Update source to comply with upstream breaking change
2015-07-28 15:29:46 -05: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
Adding the documentation for the Redshift security groups
2015-12-20 20:20:01 +00: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
Added RDS event subscriptions ( #6367 )
2016-05-05 11:14:25 +01:00
validators_test.go
Added RDS event subscriptions ( #6367 )
2016-05-05 11:14:25 +01:00
website_endpoint_url_test.go
provider/aws: Allow ap-northeast-2 (Seoul) as valid region
2016-01-11 13:46:53 -08:00