terraform/builtin/providers/aws
James Nugent 51af5e793d Merge pull request #7294 from hashicorp/import-aws-iampp
provider/aws: Support Import for `aws_iam_account_password_policy`
2016-06-24 14:44:36 +03:00
..
test-fixtures
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
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 aws: Use new STS endpoint to validate creds (#6536) 2016-06-20 23:14:07 +01:00
core_acceptance_test.go
data_source_availability_zones.go aws_availability_zones output as "names" rather than "instance" (#7162) 2016-06-15 15:17:12 +02:00
data_source_availability_zones_test.go aws_availability_zones output as "names" rather than "instance" (#7162) 2016-06-15 15:17:12 +02: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_iam_policy_document.go provider/aws: aws_iam_policy_document data source 2016-05-31 11:08:02 -05:00
data_source_aws_iam_policy_document_test.go provider/aws: aws_iam_policy_document data source 2016-05-31 11:08:02 -05:00
data_source_aws_s3_bucket_object.go provider/aws: aws_s3_object -> aws_s3_bucket_object (docs + filename) (#6979) 2016-06-02 12:13:39 +01:00
data_source_aws_s3_object_test.go provider/aws: Add s3_bucket_object data source 2016-06-01 19:14:17 +01:00
hosted_zones.go
hosted_zones_test.go
iam_policy_model.go provider/aws: aws_iam_policy_document data source 2016-05-31 11:08:02 -05:00
import_aws_autoscaling_group_test.go providers/aws: ebs volume and autoscaling group 2016-05-16 10:03:57 -07: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_customer_gateway_test.go providers/aws: customer gateway import 2016-05-16 10:03:57 -07:00
import_aws_db_subnet_group_group_test.go provider/aws: Support Import functionality for `aws_db_subnet_group` 2016-06-23 02:21:11 +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_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_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_user_test.go provider/aws: Support Import for `aws_iam_user` 2016-06-23 02:56:59 +01: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_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_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 aws_security_group_rule refresh (#6730) 2016-05-25 10:59:41 -05:00
import_aws_security_group_test.go providers/aws: aws_security_group import test 2016-05-11 13:02:37 -07: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_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_test.go aws/aws_vpc: import 2016-05-16 10:03:57 -07: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 Unconditionally set opsworks layer custom_json 2016-04-16 09:18:47 -07:00
provider.go Add an AWS Spot fleet resource 2016-06-21 17:31:30 -07: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
resource_aws_ami_copy.go
resource_aws_ami_copy_test.go
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_test.go
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 Add default description 2016-05-23 06:46:45 +10: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
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
resource_aws_api_gateway_model_test.go
resource_aws_api_gateway_resource.go
resource_aws_api_gateway_resource_test.go
resource_aws_api_gateway_rest_api.go
resource_aws_api_gateway_rest_api_test.go
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_autoscaling_group.go providers/aws: ebs volume and autoscaling group 2016-05-16 10:03:57 -07:00
resource_aws_autoscaling_group_test.go provider/aws: update asg placement group test name, to fix import test (#7095) 2016-06-10 09:01:30 -05:00
resource_aws_autoscaling_group_waiting.go
resource_aws_autoscaling_group_waiting_test.go
resource_aws_autoscaling_lifecycle_hook.go
resource_aws_autoscaling_lifecycle_hook_test.go
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
resource_aws_autoscaling_schedule_test.go
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 fix up cloudformation test checks 2016-06-10 12:52:10 -05: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: Add iam_arn to aws_cloudfront_origin_access_identity 2016-05-31 13:55:49 -07: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 provider/aws: Support Import for `aws_cloudwatch_event_rule` 2016-06-23 10:31:40 +01:00
resource_aws_cloudwatch_event_rule_test.go
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: Add Import support for `aws_cloudwatch_log_group` 2016-06-23 01:55:29 +01:00
resource_aws_cloudwatch_log_group_test.go
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
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 Stop swallowing errors from DescribeAlarms 2016-06-18 15:57:52 -07: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: Guard against nil values in EC2 Tags 2016-06-20 15:53:04 -05:00
resource_aws_codedeploy_deployment_group_test.go provider/aws: Randomize names in code deploy test to reduce chances of name collision on tests 2016-06-09 15:39:35 -05:00
resource_aws_customer_gateway.go providers/aws: customer gateway import 2016-05-16 10:03:57 -07: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: Bundle IOPs and Allocated Storage update for DB Instances (#7203) 2016-06-21 14:53:13 -05:00
resource_aws_db_instance_test.go provider/aws: Bundle IOPs and Allocated Storage update for DB Instances (#7203) 2016-06-21 14:53:13 -05:00
resource_aws_db_option_group.go Adding option_settings to aws_db_option_group 2016-05-09 12:40:38 -07:00
resource_aws_db_option_group_test.go provider/aws: Randomize DB Option Group Name to avoid name conflicts in Travis CI 2016-05-12 11:15:36 -05:00
resource_aws_db_parameter_group.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_db_parameter_group_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_aws_db_security_group.go Add default description 2016-05-23 06:46:45 +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: Support Import functionality for `aws_db_subnet_group` 2016-06-23 02:21:11 +01: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
resource_aws_dynamodb_table.go provider/aws: Change to `aws_dynamodb_table` hash_key forces a new 2016-05-24 11:39:55 +01:00
resource_aws_dynamodb_table_test.go
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
resource_aws_ecs_cluster_test.go
resource_aws_ecs_service.go
resource_aws_ecs_service_test.go
resource_aws_ecs_task_definition.go
resource_aws_ecs_task_definition_test.go
resource_aws_efs_file_system.go
resource_aws_efs_file_system_test.go
resource_aws_efs_mount_target.go
resource_aws_efs_mount_target_test.go
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
resource_aws_elastic_beanstalk_application_test.go
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: elastic beanstalk invalid setting crash (#7222) 2016-06-20 16:21:15 -05:00
resource_aws_elastic_beanstalk_environment_migrate.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 2016-04-19 20:32:49 +01:00
resource_aws_elastic_beanstalk_environment_migrate_test.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 2016-04-19 20:32:49 +01:00
resource_aws_elastic_beanstalk_environment_test.go Fixing the broken test 2016-04-29 10:11:42 -07:00
resource_aws_elastic_transcoder_pipeline.go Add support for Amazon Elastic Transcoder 2016-06-07 16:07:08 -04: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 remove extra "=" from test config 2016-06-07 17:06:25 -04: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
resource_aws_elasticache_parameter_group.go Add default description 2016-05-23 06:46:45 +10: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: Bump ElasticSearch domain delete time to match create time. Should help test pass 2016-06-06 11:13:48 -05:00
resource_aws_elasticsearch_domain_test.go
resource_aws_elb.go set cross_zone_load_balancing default to true (#6897) 2016-06-02 12:08:46 +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 Add top-level ELB Attachment resource 2016-06-07 09:46:39 -04: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
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
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
resource_aws_iam_group_membership_test.go
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
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 Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 2016-06-05 00:46:27 +01:00
resource_aws_iam_policy.go
resource_aws_iam_policy_attachment.go
resource_aws_iam_policy_attachment_test.go
resource_aws_iam_role.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_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 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_test.go
resource_aws_iam_role_test.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_saml_provider.go
resource_aws_iam_saml_provider_test.go
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: Update IAM / ELB server certs from expired ones 2016-06-21 13:54:40 -05:00
resource_aws_iam_user.go provider/aws: Support Import for `aws_iam_user` 2016-06-23 02:56:59 +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 reading the aws instance it was assumed that eth0 was the first in the list of network interfaces (#6761) 2016-05-29 23:01:58 +01:00
resource_aws_instance_migrate.go
resource_aws_instance_migrate_test.go
resource_aws_instance_test.go provider/aws: Add Tags to Test AMIs to help debug leaks 2016-06-01 09:09:41 -05:00
resource_aws_internet_gateway.go providers/aws: instance, nat, internet gateway 2016-05-16 10:03:57 -07: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
resource_aws_kinesis_firehose_delivery_stream_test.go
resource_aws_kinesis_stream.go
resource_aws_kinesis_stream_test.go
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
resource_aws_kms_key_test.go
resource_aws_lambda_alias.go
resource_aws_lambda_alias_test.go
resource_aws_lambda_event_source_mapping.go
resource_aws_lambda_event_source_mapping_test.go
resource_aws_lambda_function.go provider/aws: Update Lambda functions on name change (#7081) 2016-06-09 16:44:10 -05: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
resource_aws_launch_configuration.go provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512] 2016-06-08 15:56:27 -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 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_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
resource_aws_network_acl_rule_test.go
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 providers/aws ENI import 2016-05-16 10:03:57 -07: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 Make the OpsWorks app_source SSH key write only 2016-05-12 16:35:25 -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_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 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
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
resource_aws_proxy_protocol_policy_test.go provider/aws: Ranomize LB names so tests can run at the same time 2016-05-26 03:37:54 -05:00
resource_aws_rds_cluster.go provider/aws: Rename parameter_group_name to db_cluster_parameter_group_name (supersedes #7068) (#7083) 2016-06-09 16:45:29 -05:00
resource_aws_rds_cluster_instance.go remove status attribute 2016-06-02 20:37:36 -07:00
resource_aws_rds_cluster_instance_test.go provider/aws: Randomize Cluser Param group name to avoid collision 2016-06-14 10:42:36 -05:00
resource_aws_rds_cluster_parameter_group.go Add default description 2016-05-23 06:46:45 +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: Rename parameter_group_name to db_cluster_parameter_group_name (supersedes #7068) (#7083) 2016-06-09 16:45:29 -05:00
resource_aws_redshift_cluster.go provider/aws: Add support to `aws_redshift_cluster` for ``iam_roles`` (#6647) 2016-05-24 22:44:46 +01:00
resource_aws_redshift_cluster_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_aws_redshift_parameter_group.go Add default description 2016-05-23 06:46:45 +10: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 Add default description 2016-05-23 06:46:45 +10:00
resource_aws_redshift_security_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_redshift_subnet_group.go provider/aws: Support Import for `aws_redshift_subnet_group` 2016-06-23 02:33:29 +01:00
resource_aws_redshift_subnet_group_test.go Add default description 2016-05-23 06:46:45 +10:00
resource_aws_route.go provider/aws: fix potential aws_route crash (#6338) 2016-04-27 13:10:40 +01:00
resource_aws_route53_delegation_set.go providers/aws: route53 delegation set import 2016-05-18 13:26:52 -06:00
resource_aws_route53_delegation_set_test.go provider/aws: fix name on id-only check 2016-04-21 13:58:56 -07:00
resource_aws_route53_health_check.go 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 - minor wording update and link to docs 2016-05-31 16:32:37 -05:00
resource_aws_route53_record_migrate.go - minor wording update and link to docs 2016-05-31 16:32:37 -05:00
resource_aws_route53_record_migrate_test.go add support for geolocation and latency records to aws route53 provider 2016-05-31 15:11:02 -05:00
resource_aws_route53_record_test.go - minor wording update and link to docs 2016-05-31 16:32:37 -05: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
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 provider/aws: Add support for S3 Bucket Acceleration (#6628) 2016-05-18 11:33:03 -05: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
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 provider/aws: Add support for S3 Bucket Acceleration (#6628) 2016-05-18 11:33:03 -05:00
resource_aws_security_group.go providers/aws: security group import 2016-05-11 13:02:36 -07:00
resource_aws_security_group_rule.go provider/aws: fix aws_security_group_rule refresh (#6730) 2016-05-25 10:59:41 -05:00
resource_aws_security_group_rule_migrate.go
resource_aws_security_group_rule_migrate_test.go
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
resource_aws_security_group_test.go Add a failing acceptance test from GH-2027 2016-06-16 18:43:15 -04: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: Updating state when `aws_sns_topic_subscription` is (#6629) 2016-05-12 13:46:22 +01:00
resource_aws_sns_topic_subscription_test.go
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
resource_aws_spot_instance_request_test.go
resource_aws_sqs_queue.go provider/aws: SQS use raw policy string if compact fails (#6724) 2016-05-24 10:38:32 -05: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 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
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 provider/aws: Support Import for `aws_vpc_endpoint` 2016-06-23 02:48:59 +01: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
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 BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 2016-06-08 13:46:56 +00:00
resource_aws_vpn_gateway.go provider/aws: Support Import for `aws_vpn_gateway` 2016-06-23 01:25:13 +01:00
resource_aws_vpn_gateway_test.go provider/aws: Fix reattachment of VPC to VPN gateway. 2016-06-02 20:35:33 +03: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 Add support for Amazon Elastic Transcoder 2016-06-07 16:07:08 -04:00
structure_test.go provider/aws: Add support for api_gateway_account (#6321) 2016-04-27 13:08:59 +01:00
tags.go
tagsBeanstalk.go
tagsBeanstalk_test.go
tagsCloudtrail.go
tagsCloudtrail_test.go
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
tags_elasticsearchservice_test.go
tags_kinesis.go
tags_kinesis_test.go
tags_route53.go
tags_route53_test.go
tags_test.go
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