terraform/builtin/providers/aws
Paul Stack 73b10c8186 provider/aws: `aws_security_group` now creates tags as early as possible (#7849)
in the process

Fixes #7577

7577 discovered that sometimes setting tags at the end of the creation
model doesn't quite work for everyone. We now move that further up the
tree by calling the setTags func a second time.

The setTags func in the Update is not called immediately after creation
as we check for it not being a NewResource

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSecurityGroup_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSSecurityGroup_ -timeout 120m
=== RUN   TestAccAWSSecurityGroup_importBasic
--- PASS: TestAccAWSSecurityGroup_importBasic (60.96s)
=== RUN   TestAccAWSSecurityGroup_importSelf
--- PASS: TestAccAWSSecurityGroup_importSelf (72.72s)
=== RUN   TestAccAWSSecurityGroup_basic
--- PASS: TestAccAWSSecurityGroup_basic (62.33s)
=== RUN   TestAccAWSSecurityGroup_namePrefix
--- PASS: TestAccAWSSecurityGroup_namePrefix (22.12s)
=== RUN   TestAccAWSSecurityGroup_self
--- PASS: TestAccAWSSecurityGroup_self (64.26s)
=== RUN   TestAccAWSSecurityGroup_vpc
--- PASS: TestAccAWSSecurityGroup_vpc (58.35s)
=== RUN   TestAccAWSSecurityGroup_vpcNegOneIngress
--- PASS: TestAccAWSSecurityGroup_vpcNegOneIngress (54.95s)
=== RUN   TestAccAWSSecurityGroup_MultiIngress
--- PASS: TestAccAWSSecurityGroup_MultiIngress (64.81s)
=== RUN   TestAccAWSSecurityGroup_Change
--- PASS: TestAccAWSSecurityGroup_Change (96.86s)
=== RUN   TestAccAWSSecurityGroup_generatedName
--- PASS: TestAccAWSSecurityGroup_generatedName (60.75s)
=== RUN   TestAccAWSSecurityGroup_DefaultEgress_VPC
--- PASS: TestAccAWSSecurityGroup_DefaultEgress_VPC (57.05s)
=== RUN   TestAccAWSSecurityGroup_DefaultEgress_Classic
--- PASS: TestAccAWSSecurityGroup_DefaultEgress_Classic (20.94s)
=== RUN   TestAccAWSSecurityGroup_drift
--- PASS: TestAccAWSSecurityGroup_drift (27.39s)
=== RUN   TestAccAWSSecurityGroup_drift_complex
--- PASS: TestAccAWSSecurityGroup_drift_complex (64.62s)
=== RUN   TestAccAWSSecurityGroup_tags
--- PASS: TestAccAWSSecurityGroup_tags (87.49s)
=== RUN   TestAccAWSSecurityGroup_CIDRandGroups
--- PASS: TestAccAWSSecurityGroup_CIDRandGroups (71.62s)
=== RUN   TestAccAWSSecurityGroup_ingressWithCidrAndSGs
--- PASS: TestAccAWSSecurityGroup_ingressWithCidrAndSGs (69.60s)
=== RUN   TestAccAWSSecurityGroup_ingressWithCidrAndSGs_classic
--- PASS: TestAccAWSSecurityGroup_ingressWithCidrAndSGs_classic (25.47s)
=== RUN   TestAccAWSSecurityGroup_egressWithPrefixList
--- PASS: TestAccAWSSecurityGroup_egressWithPrefixList (64.46s)
=== RUN   TestAccAWSSecurityGroup_failWithDiffMismatch
--- PASS: TestAccAWSSecurityGroup_failWithDiffMismatch (60.21s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws
1166.983s
```
2016-08-15 15:11:52 +01: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 Merge pull request #8114 from TimeIncOSS/f-aws-skip-options 2016-08-12 07:00:14 +01:00
auth_helpers_test.go Merge branch 'd-update-aws-sdk' 2016-08-11 12:52:35 -04:00
autoscaling_tags.go provider/aws: id-only refresh for autoscaling groups 2016-04-21 21:36:52 -07:00
autoscaling_tags_test.go
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 Add S3 endpoint override ability and expose S3 path style option (#7871) 2016-08-12 17:52:12 +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 Add state filter to aws_availability_zones data source. (#7965) 2016-08-05 10:14:05 +10:00
data_source_aws_ami.go provider/aws: Fix panics in datasource AMI 2016-06-03 09:19:51 -05:00
data_source_aws_ami_test.go provider/aws: revert # -> % for tests 2016-06-10 12:45:24 -05:00
data_source_aws_ecs_container_definition.go provider/aws: guard against missing digestSha 7956 (#7966) 2016-08-05 05:26:43 +10:00
data_source_aws_ecs_container_definition_test.go provider/aws: guard against missing digestSha 7956 (#7966) 2016-08-05 05:26:43 +10: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_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
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
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: Allow import of KMS key (#7599) 2016-07-12 08:49:33 +01:00
import_aws_lambda_function_test.go provider/aws: Allow importing lambda_function (#7610) 2016-07-16 15:36:28 +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 providers/aws: basic route 53 zone import 2016-05-18 13:09:56 -06: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_security_group.go provider/aws: Fix regression in Security Group Rules with self reference (#7706) 2016-07-20 15:47:10 -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_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
network_acl_entry_test.go
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 Add S3 endpoint override ability and expose S3 path style option (#7871) 2016-08-12 17:52:12 +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 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
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
resource_aws_api_gateway_account.go provider/aws: Support Import `aws_api_gateway_account` (#7368) 2016-06-28 10:03:24 -05: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: 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 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_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: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +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: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +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 bug with Updating `aws_autoscaling_group` (#7698) 2016-07-20 19:36:45 +01:00
resource_aws_autoscaling_group_test.go provider/aws: Fix bug with Updating `aws_autoscaling_group` (#7698) 2016-07-20 19:36:45 +01: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
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: Fix issue in upgrading AutoScaling Policy (#6440) 2016-05-05 10:17:54 -05:00
resource_aws_autoscaling_policy_test.go provider/aws: Randomize an ASG/LC test 2016-05-23 10:20:14 -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 provider/aws: Updates `aws_cloudformation_stack` Update timeout (#7997) 2016-08-05 09:44:10 +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 Add import support to CloudFront Distributions. 2016-07-20 15:25:06 -07: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: Support Import for `aws_cloudtrail` 2016-06-23 10:18:24 +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 Remove unused variables 2016-07-01 13:37:48 -07: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: Refresh CloudWatch Group from state on 404 (#7576) 2016-07-11 12:06:44 -06: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_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
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
resource_aws_codedeploy_app_test.go
resource_aws_codedeploy_deployment_group.go provider/aws: Remove `aws_codedeploy_deployment_group` from state on 404 2016-07-07 13:59:39 +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 BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 2016-06-08 13:46:56 +00: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 provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10:00
resource_aws_db_instance_test.go provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10: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: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10:00
resource_aws_db_parameter_group_test.go Support greater than twenty db parameters (#7364) 2016-07-25 13:25:36 +01:00
resource_aws_db_security_group.go provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10: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_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: Support Import `aws_dynamodb_table` (#7352) 2016-07-25 15:31:00 +01: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 providers/aws: ebs volume and autoscaling group 2016-05-16 10:03:57 -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: Support import functionality for `aws_ecr_repository` 2016-06-23 00:58:59 +01:00
resource_aws_ecr_repository_policy.go
resource_aws_ecr_repository_policy_test.go
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 builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_ecs_cluster_test.go
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: Support `task_role_arn` on `aws_ecs_task_definition` (#7653) 2016-07-20 17:00:57 +01:00
resource_aws_ecs_task_definition_test.go provider/aws: Support `task_role_arn` on `aws_ecs_task_definition` (#7653) 2016-07-20 17:00:57 +01:00
resource_aws_efs_file_system.go Add ability to set Performance Mode in aws_efs_file_system. (#7791) 2016-07-28 11:19:39 +01:00
resource_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
resource_aws_efs_mount_target.go provider/aws: Allow import of efs_mount_target 2016-07-12 00:18:13 +01:00
resource_aws_efs_mount_target_test.go provider/aws: Add dns_name to aws_efs_mount_target 2016-06-30 11:24:18 +01:00
resource_aws_eip.go provider/aws: Retry EIP association (#7186) 2016-06-16 10:03:16 -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 ElasticBeanstalk Environment Settings (#7777) 2016-08-07 17:34:58 +10: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 ElasticBeanstalk Environment Settings (#7777) 2016-08-07 17:34:58 +10:00
resource_aws_elastic_transcoder_pipeline.go provider/docker: Docker DNS Setting Enhancements (#7392) 2016-06-29 13:38:46 +01:00
resource_aws_elastic_transcoder_pipeline_test.go remove extra "=" from test config 2016-06-07 17:06:25 -04: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 provider/aws: Change the way ARNs are built (#7151) 2016-08-07 17:36:00 +10: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: 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_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 provider/aws: Support `aws_elasticsearch_domain` upgrades to (#7860) 2016-08-05 08:59:15 +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 provider/aws: Safely get ELB values (#7585) 2016-07-13 10:07:56 +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 provider/aws: Update IAM / ELB server certs from expired ones 2016-06-21 13:54:40 -05: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 provider/aws: Allow import of glacier_vault (#7596) 2016-07-12 08:49:26 +01:00
resource_aws_glacier_vault_test.go
resource_aws_iam_access_key.go
resource_aws_iam_access_key_test.go
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: Add an acceptance test that covers the new behaviour in 2016-08-07 19:28:14 +12:00
resource_aws_iam_group_policy.go
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
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 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.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.go
resource_aws_iam_role_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_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
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 line ending errors/diffs with IAM Server Certs (#8074) 2016-08-09 14:19:12 -05:00
resource_aws_iam_user.go provider/aws: Delete access keys before deleting IAM user (#7766) 2016-07-25 08:15:03 +01:00
resource_aws_iam_user_policy.go
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
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
resource_aws_instance.go provider/aws: Retry association of IAM Role & instance profile (#7938) 2016-08-05 16:12:27 +10:00
resource_aws_instance_migrate.go
resource_aws_instance_migrate_test.go
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 [AWS] Retry AttachInternetGateway and increase timeout (#7891) 2016-08-08 13:30:14 +12: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
resource_aws_key_pair_migrate_test.go
resource_aws_key_pair_test.go
resource_aws_kinesis_firehose_delivery_stream.go Adding firehose to elastic search support (#7839) 2016-08-08 12:21:18 +12: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 Adding firehose to elastic search support (#7839) 2016-08-08 12:21:18 +12: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 provider/aws: Allow import of KMS key (#7599) 2016-07-12 08:49:33 +01: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
resource_aws_lambda_alias_test.go
resource_aws_lambda_event_source_mapping.go Increased lambda event mapping creation timeout (#7657) 2016-07-18 14:14:35 +02:00
resource_aws_lambda_event_source_mapping_test.go
resource_aws_lambda_function.go provider/aws: Don't delete Lambda function from state on initial call of (#7829) 2016-07-27 16:47:25 +01:00
resource_aws_lambda_function_test.go provider/aws: Update Lambda functions on name change (#7081) 2016-06-09 16:44:10 -05:00
resource_aws_lambda_permission.go provider/aws: Mark Lambda function as gone when it's gone (#6924) 2016-06-02 00:50:43 +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: Allow VPC Classic Linking in Autoscaling Launch Configs (#7470) 2016-07-16 15:13:29 +01: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
resource_aws_main_route_table_association_test.go
resource_aws_nat_gateway.go providers/aws: instance, nat, internet gateway 2016-05-16 10:03:57 -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 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 validation for icmp_type and icmp_code. 2016-07-17 03:24:48 +09: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
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
resource_aws_opsworks_haproxy_layer.go
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
resource_aws_opsworks_memcached_layer.go
resource_aws_opsworks_mysql_layer.go
resource_aws_opsworks_nodejs_app_layer.go
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
resource_aws_opsworks_rails_app_layer.go
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
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
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 #8051 :: bumped aws_rds_cluster timeout to 40 minutes (#8052) 2016-08-08 21:23:21 +01:00
resource_aws_rds_cluster_instance.go add Aurora instance failover priority feature (#8087) 2016-08-12 07:51:25 +10: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: Support kms_key_id for `aws_rds_cluster` (#7662) 2016-07-20 23:52:34 +01:00
resource_aws_redshift_cluster.go provider/aws: allow numeric characters in RedshiftClusterDbName (#8178) 2016-08-14 21:57:44 +01:00
resource_aws_redshift_cluster_test.go provider/aws: allow numeric characters in RedshiftClusterDbName (#8178) 2016-08-14 21:57:44 +01: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: Support Import of `aws_redshift_security_group` 2016-08-02 02:03:43 +10: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 Retry finding route after creating it (#7463) 2016-07-05 15:04:09 -05: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 providers/aws: route53 health check import 2016-05-18 13:15:59 -06: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 Allow empty names in aws_route53_record 2016-07-18 13:25:38 +01: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: Fix the Destroy func in the Route53 record tests 2016-07-18 13:25:42 +01:00
resource_aws_route53_zone.go aws/route53_zone: Make delegation_set_id conflict w/ vpc_id (#7213) 2016-06-17 12:35:49 +01: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
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 provider/aws: Retry RouteTable Route/Assocation creation (#7156) 2016-06-14 15:39:52 -05: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
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 Fix. Correct how CORS rules are handled. (#8096) 2016-08-12 13:14:48 +10: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: 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_test.go Fix. Correct how CORS rules are handled. (#8096) 2016-08-12 13:14:48 +10:00
resource_aws_security_group.go provider/aws: `aws_security_group` now creates tags as early as possible (#7849) 2016-08-15 15:11:52 +01:00
resource_aws_security_group_rule.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_rule_migrate.go
resource_aws_security_group_rule_migrate_test.go
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 Always transform aws_security_group protocol to lower case 2016-03-07 22:40:29 +01:00
resource_aws_security_group_test.go provider/aws: `aws_security_group` now creates tags as early as possible (#7849) 2016-08-15 15:11:52 +01: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 provider/aws: Support Import for `aws_sns_topic` 2016-06-23 02:27:13 +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 providers/aws: sns_topic id-only 2016-04-21 08:18:04 -07:00
resource_aws_spot_fleet_request.go Add an AWS Spot fleet resource 2016-06-21 17:31:30 -07:00
resource_aws_spot_fleet_request_test.go provider/aws: Changing test parameters to be us-west-2 based 2016-06-23 08:13:49 +01: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: Apply defaults to SQS Queues 2016-07-26 14:53:45 -05:00
resource_aws_sqs_queue_test.go update sqs test to fail on reverting to defaults 2016-07-26 14:41:54 -05: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 Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_aws_volume_attachment_test.go
resource_aws_vpc.go aws/aws_vpc: import 2016-05-16 10:03:57 -07: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
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
resource_aws_vpc_endpoint.go Add 'prefix_list_id' exported attribute to AWS VPC Endpoint 2016-06-30 15:47:53 -07: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 adding states that should be considered as deleted for vpc peering (#7466) 2016-07-03 16:58:19 +01: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 provider/aws: Support Import `aws_vpn_connection` (#7355) 2016-06-27 08:44:28 -05:00
resource_aws_vpn_connection_test.go BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 2016-06-08 13:46:56 +00:00
resource_aws_vpn_gateway.go Add aws_vpn_gateway_attachment resource. (#7870) 2016-08-07 09:29:51 +10:00
resource_aws_vpn_gateway_attachment.go Add aws_vpn_gateway_attachment resource. (#7870) 2016-08-07 09:29:51 +10: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 Add aws_vpn_gateway_attachment resource. (#7870) 2016-08-07 09:29:51 +10:00
resource_vpn_connection_route.go
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
s3_tags_test.go
structure.go provider/aws: Re-implement api gateway parameter handling (#7794) 2016-08-11 11:49:58 +01:00
structure_test.go Corrected printf verb of wrong type 2016-08-09 15:29:50 -07:00
tags.go
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
tagsEC_test.go
tagsEFS.go
tagsEFS_test.go
tagsELB.go
tagsELB_test.go
tagsRDS.go
tagsRDS_test.go
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
tags_kinesis_test.go
tags_route53.go
tags_route53_test.go
tags_test.go
validators.go Adding passthrough behavior for API Gateway integration (#7801) 2016-07-26 09:38:51 +01:00
validators_test.go Added RDS event subscriptions (#6367) 2016-05-05 11:14:25 +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