You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/builtin/providers/aws
James Nugent 4c05fddd9b
Merge pull request #7530 from hashicorp/aws-codedeployment-manual
10 years ago
..
test-fixtures provider/aws: Add tests for Lambda function updates 10 years ago
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. 10 years ago
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. 10 years ago
autoscaling_tags.go provider/aws: id-only refresh for autoscaling groups 10 years ago
autoscaling_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
awserr.go Retry creation of IAM role depending on new IAM user (#7324) 10 years ago
cloudfront_distribution_configuration_structure.go Merge pull request #6505 from hashicorp/b-cloudfront-cookies 10 years ago
cloudfront_distribution_configuration_structure_test.go provider/aws - CloudFront custom_error_response fixes for missing (#6382) 10 years ago
config.go aws: Add new region (Mumbai) (#7383) 10 years ago
core_acceptance_test.go core: Test fix for mismatched diffs from GH-4965 10 years ago
data_source_availability_zones.go aws_availability_zones output as "names" rather than "instance" (#7162) 10 years ago
data_source_availability_zones_test.go aws_availability_zones output as "names" rather than "instance" (#7162) 10 years ago
data_source_aws_ami.go provider/aws: Fix panics in datasource AMI 10 years ago
data_source_aws_ami_test.go provider/aws: revert # -> % for tests 10 years ago
data_source_aws_iam_policy_document.go provider/aws: aws_iam_policy_document data source 10 years ago
data_source_aws_iam_policy_document_test.go provider/aws: aws_iam_policy_document data source 10 years ago
data_source_aws_s3_bucket_object.go provider/aws: aws_s3_object -> aws_s3_bucket_object (docs + filename) (#6979) 10 years ago
data_source_aws_s3_object_test.go provider/aws: Add s3_bucket_object data source 10 years ago
hosted_zones.go provider/aws: Allow ap-northeast-2 (Seoul) as valid region 10 years ago
hosted_zones_test.go providers/aws: Extract normalizeRegion 11 years ago
iam_policy_model.go provider/aws: aws_iam_policy_document data source 10 years ago
import_aws_api_gateway_account_test.go provider/aws: Support Import `aws_api_gateway_account` (#7368) 10 years ago
import_aws_autoscaling_group_test.go providers/aws: ebs volume and autoscaling group 10 years ago
import_aws_cloudtrail_test.go provider/aws: Support Import for `aws_cloudtrail` 10 years ago
import_aws_cloudwatch_event_rule_test.go provider/aws: Support Import for `aws_cloudwatch_event_rule` 10 years ago
import_aws_cloudwatch_log_group_test.go provider/aws: Add Import support for `aws_cloudwatch_log_group` 10 years ago
import_aws_customer_gateway_test.go providers/aws: customer gateway import 10 years ago
import_aws_db_instance_test.go provider/aws: Support Import of `aws_db_instance` 10 years ago
import_aws_db_option_group_test.go provider/aws: Support Import of `aws_db_option_group` 10 years ago
import_aws_db_parameter_group_group_test.go provider/aws: Support Import for `aws_db_parameter_group` 10 years ago
import_aws_db_subnet_group_group_test.go provider/aws: Support Import functionality for `aws_db_subnet_group` 10 years ago
import_aws_ebs_volume_test.go providers/aws: ebs volume and autoscaling group 10 years ago
import_aws_ecr_repository_test.go provider/aws: Support import functionality for `aws_ecr_repository` 10 years ago
import_aws_elastic_beanstalk_application_test.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 10 years ago
import_aws_elastic_beanstalk_environment_test.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 10 years ago
import_aws_elasticache_parameter_group_test.go provider/aws: Support Import `aws_elasticache_parameter_group` resource (#7336) 10 years ago
import_aws_elasticache_subnet_group_test.go provider/aws: Support Import for `aws_elasticache_subnet_group` 10 years ago
import_aws_elb_test.go provider/aws: Fix typo in ELB import test (#6886) 10 years ago
import_aws_flow_log_test.go providers/aws: flow log import 10 years ago
import_aws_iam_account_password_policy_test.go provider/aws: Support Import for `aws_iam_account_password_policy` 10 years ago
import_aws_iam_group_test.go provider/aws: Support Import for `aws_iam_group` 10 years ago
import_aws_iam_user_test.go provider/aws: Support Import for `aws_iam_user` 10 years ago
import_aws_instance_test.go providers/aws: instance, nat, internet gateway 10 years ago
import_aws_internet_gateway_test.go providers/aws: instance, nat, internet gateway 10 years ago
import_aws_key_pair_test.go providers/aws: key_pair import 10 years ago
import_aws_launch_configuration_test.go providers/aws: revert LC change 10 years ago
import_aws_nat_gateway_test.go providers/aws: instance, nat, internet gateway 10 years ago
import_aws_network_acl.go providers/aws: import network ACLs 10 years ago
import_aws_network_acl_test.go providers/aws: import network ACLs 10 years ago
import_aws_network_interface_test.go providers/aws ENI import 10 years ago
import_aws_placement_group_test.go providers/aws: placement group import 10 years ago
import_aws_rds_cluster_parameter_group_test.go provider/aws: Support Import `aws_rds_cluster_parameter_group` (#7360) 10 years ago
import_aws_redshift_cluster_test.go provider/aws: Support Import of `aws_redshift_cluster` 10 years ago
import_aws_redshift_parameter_group_test.go provider/aws: Support Import for `aws_redshift_parameter_group` (#7339) 10 years ago
import_aws_redshift_subnet_group_test.go provider/aws: Support Import for `aws_redshift_subnet_group` 10 years ago
import_aws_route53_delegation_set_test.go providers/aws: route53 delegation set import 10 years ago
import_aws_route53_health_check_test.go providers/aws: route53 health check import 10 years ago
import_aws_route53_zone_test.go providers/aws: basic route 53 zone import 10 years ago
import_aws_route_table.go providers/aws: import main route table association 10 years ago
import_aws_route_table_test.go providers/aws: route table import should ignore default rule 10 years ago
import_aws_security_group.go provider/aws: fix aws_security_group_rule refresh (#6730) 10 years ago
import_aws_security_group_test.go provider/aws: Populate self in Security Group Rule imports (#7164) 10 years ago
import_aws_ses_receipt_filter_test.go provider/aws: Support Import of `aws_ses_receipt_filter` 10 years ago
import_aws_ses_receipt_rule_set_test.go provider/aws: Support Import of `aws_ses_receipt_rule_set` 10 years ago
import_aws_sns_topic_subscription_test.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 10 years ago
import_aws_sns_topic_test.go provider/aws: Support Import for `aws_sns_topic` 10 years ago
import_aws_subnet_test.go providers/aws: resource aws_subnet import 10 years ago
import_aws_vpc_dhcp_options_test.go providers/aws: vpc dhcp options 10 years ago
import_aws_vpc_endpoint_test.go provider/aws: Support Import for `aws_vpc_endpoint` 10 years ago
import_aws_vpc_peering_connection_test.go provider/aws: Support Import `aws_vpc_peering_connection` (#7357) 10 years ago
import_aws_vpc_test.go aws/aws_vpc: import 10 years ago
import_aws_vpn_connection_test.go provider/aws: Support Import `aws_vpn_connection` (#7355) 10 years ago
import_aws_vpn_gateway_test.go provider/aws: Support Import for `aws_vpn_gateway` 10 years ago
network_acl_entry.go Initial Scaffolding of the AWS Network ACL Entry resource 11 years ago
network_acl_entry_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
opsworks_layers.go correct true and false string values to fix manage_bundler config bug (#7219) 10 years ago
provider.go Add SES resource (#5387) 10 years ago
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. 10 years ago
resource_aws_ami.go removed extra parentheses 11 years ago
resource_aws_ami_copy.go provider/aws: Add support for `encryption` and `kms_key_id` to `aws_ami` (#7181) 10 years ago
resource_aws_ami_copy_test.go provider/aws: switch test to use more accessible ami 11 years ago
resource_aws_ami_from_instance.go Three resources for AWS AMIs. 11 years ago
resource_aws_ami_from_instance_test.go provider/aws: Add Tags to Test AMIs to help debug leaks 10 years ago
resource_aws_ami_test.go Three resources for AWS AMIs. 11 years ago
resource_aws_api_gateway_account.go provider/aws: Support Import `aws_api_gateway_account` (#7368) 10 years ago
resource_aws_api_gateway_account_test.go provider/aws: Add support for api_gateway_account (#6321) 10 years ago
resource_aws_api_gateway_api_key.go Add default description 10 years ago
resource_aws_api_gateway_api_key_test.go Add default description 10 years ago
resource_aws_api_gateway_authorizer.go provider/aws: Add support for api_gateway_authorizer (#6320) 10 years ago
resource_aws_api_gateway_authorizer_test.go provider/aws: Add support for api_gateway_authorizer (#6320) 10 years ago
resource_aws_api_gateway_deployment.go provider/aws: Make 'stage_name' required in api_gateway_deployment (#6797) 10 years ago
resource_aws_api_gateway_deployment_test.go Add aws_api_gateway_deployment resource 10 years ago
resource_aws_api_gateway_integration.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_integration_response.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_integration_response_test.go provider/aws: add response parameters support to api gateway (#6344) 10 years ago
resource_aws_api_gateway_integration_test.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_method.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_method_response.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_method_response_test.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_method_test.go provider/aws: AWS API Gateway request parameters json (#6501) 10 years ago
resource_aws_api_gateway_model.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_api_gateway_model_test.go Add aws_api_gateway_model resource 10 years ago
resource_aws_api_gateway_resource.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_api_gateway_resource_test.go Add aws_api_gateway_resource resource 10 years ago
resource_aws_api_gateway_rest_api.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_api_gateway_rest_api_test.go Add aws_api_gateway_rest_api resource 10 years ago
resource_aws_app_cookie_stickiness_policy.go Check for existing but unassigned LB policies 10 years ago
resource_aws_app_cookie_stickiness_policy_test.go Check for existing but unassigned LB policies 10 years ago
resource_aws_autoscaling_group.go Protect instance from autoscale in on aws_autoscaling_group (#6490) 10 years ago
resource_aws_autoscaling_group_test.go Protect instance from autoscale in on aws_autoscaling_group (#6490) 10 years ago
resource_aws_autoscaling_group_waiting.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_autoscaling_group_waiting_test.go aws: undeprecate min_elb_capacity; restore min capacity waiting 10 years ago
resource_aws_autoscaling_lifecycle_hook.go provider/aws: optional fields in aws_autoscaling_lifecycle_hook 10 years ago
resource_aws_autoscaling_lifecycle_hook_test.go provider/aws: More Acc test updates 10 years ago
resource_aws_autoscaling_notification.go update with test 11 years ago
resource_aws_autoscaling_notification_test.go provider/aws: fix go fmt 10 years ago
resource_aws_autoscaling_policy.go provider/aws: Fix issue in upgrading AutoScaling Policy (#6440) 10 years ago
resource_aws_autoscaling_policy_test.go provider/aws: Randomize an ASG/LC test 10 years ago
resource_aws_autoscaling_schedule.go provider/aws: Default Autoscaling Schedule min/max/desired to zero 10 years ago
resource_aws_autoscaling_schedule_test.go provider/aws: Default Autoscaling Schedule min/max/desired to zero 10 years ago
resource_aws_cloudformation_stack.go Set cloudformation timeout to more than timeout_in_minutes 10 years ago
resource_aws_cloudformation_stack_test.go fix up cloudformation test checks 10 years ago
resource_aws_cloudfront_distribution.go Merge pull request #6505 from hashicorp/b-cloudfront-cookies 10 years ago
resource_aws_cloudfront_distribution_test.go provider/aws: Add CloudFront hosted_zone_id attribute (#6530) 10 years ago
resource_aws_cloudfront_origin_access_identity.go provider/aws: Add iam_arn to aws_cloudfront_origin_access_identity 10 years ago
resource_aws_cloudfront_origin_access_identity_test.go provider/aws: Add iam_arn to aws_cloudfront_origin_access_identity 10 years ago
resource_aws_cloudtrail.go provider/aws: Support Import for `aws_cloudtrail` 10 years ago
resource_aws_cloudtrail_test.go provider tests: Update to match new tags map in state 10 years ago
resource_aws_cloudwatch_event_rule.go Remove unused variables 10 years ago
resource_aws_cloudwatch_event_rule_test.go provider/aws: Add acc tests for CloudWatch Event Rule 10 years ago
resource_aws_cloudwatch_event_target.go ISSUE-5702: Fixed the testing 10 years ago
resource_aws_cloudwatch_event_target_test.go ISSUE-5702: Fixed the testing 10 years ago
resource_aws_cloudwatch_log_group.go provider/aws: Add Import support for `aws_cloudwatch_log_group` 10 years ago
resource_aws_cloudwatch_log_group_test.go provider/aws: Add acceptance test for cloudwatch_log_group 11 years ago
resource_aws_cloudwatch_log_metric_filter.go provider/aws: Add validation for CW Log Metric Filter 10 years ago
resource_aws_cloudwatch_log_metric_filter_test.go provider/aws: Add tests for CloudWatch Log Metric Filter 10 years ago
resource_aws_cloudwatch_log_subscription_filter.go Add cloudwatch_logs_subscription_filter provider (#5996) 10 years ago
resource_aws_cloudwatch_log_subscription_filter_test.go provider/aws: randomiz names in TestAccAWSCloudwatchLogSubscriptionFilter_basic 10 years ago
resource_aws_cloudwatch_metric_alarm.go Stop swallowing errors from DescribeAlarms 10 years ago
resource_aws_cloudwatch_metric_alarm_test.go provider/aws: Add cloudwatch_metric_alarm 11 years ago
resource_aws_codecommit_repository.go provider/aws: codecommit check default_branch before update 10 years ago
resource_aws_codecommit_repository_test.go provider/aws: Add tests for default_branch in new codecommit repos 10 years ago
resource_aws_codedeploy_app.go aws: Add support for "aws_codedeploy_app" resources. 11 years ago
resource_aws_codedeploy_app_test.go provider/aws: fix CheckDestroy for codedeploy_app tests 10 years ago
resource_aws_codedeploy_deployment_group.go provider/aws: Remove `aws_codedeploy_deployment_group` from state on 404 10 years ago
resource_aws_codedeploy_deployment_group_test.go provider/aws: Remove `aws_codedeploy_deployment_group` from state on 404 10 years ago
resource_aws_customer_gateway.go provider/aws: `aws_customer_gateway` refreshing from state on deleted (#7482) 10 years ago
resource_aws_customer_gateway_test.go BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 10 years ago
resource_aws_db_event_subscription.go Added RDS event subscriptions (#6367) 10 years ago
resource_aws_db_event_subscription_test.go Added RDS event subscriptions (#6367) 10 years ago
resource_aws_db_instance.go provider/aws: Support Import of `aws_db_instance` 10 years ago
resource_aws_db_instance_test.go provider/aws: Bundle IOPs and Allocated Storage update for DB Instances (#7203) 10 years ago
resource_aws_db_option_group.go provider/aws: Support Import of `aws_db_option_group` 10 years ago
resource_aws_db_option_group_test.go provider/aws: Randomize DB Option Group Name to avoid name conflicts in Travis CI 10 years ago
resource_aws_db_parameter_group.go provider/aws: Support Import for `aws_db_parameter_group` 10 years ago
resource_aws_db_parameter_group_test.go provider tests: Update to match new tags map in state 10 years ago
resource_aws_db_security_group.go provider/aws: Add inplace edit/update DB Security Group Rule Ingress (#7245) 10 years ago
resource_aws_db_security_group_test.go provider tests: Update to match new tags map in state 10 years ago
resource_aws_db_subnet_group.go provider/aws: Support Import functionality for `aws_db_subnet_group` 10 years ago
resource_aws_db_subnet_group_test.go Add default description 10 years ago
resource_aws_default_network_acl.go provider/aws: Default Network ACL resource (#6165) 10 years ago
resource_aws_default_network_acl_test.go provider/aws: Default Network ACL resource (#6165) 10 years ago
resource_aws_directory_service_directory.go provider/aws: Refresh state on Directory Service not found (#6294) 10 years ago
resource_aws_directory_service_directory_test.go Switch to acctest.RandInt for acceptance tests 10 years ago
resource_aws_dynamodb_table.go provider/aws: Change to `aws_dynamodb_table` hash_key forces a new 10 years ago
resource_aws_dynamodb_table_test.go provider/aws: Randomize tests more to reduce conflicts 10 years ago
resource_aws_ebs_volume.go providers/aws: ebs volume and autoscaling group 10 years ago
resource_aws_ebs_volume_test.go providers/aws: eip id-only 10 years ago
resource_aws_ecr_repository.go provider/aws: Support import functionality for `aws_ecr_repository` 10 years ago
resource_aws_ecr_repository_policy.go Check for ecr repository and policy removal 10 years ago
resource_aws_ecr_repository_policy_test.go provider/aws: mention us-east-1 in ECR docs and tests 10 years ago
resource_aws_ecr_repository_test.go provider/aws: Support import functionality for `aws_ecr_repository` 10 years ago
resource_aws_ecs_cluster.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_ecs_cluster_test.go aws: Treat INACTIVE ECS cluster as deleted 11 years ago
resource_aws_ecs_service.go Validate number of load_balancers 10 years ago
resource_aws_ecs_service_test.go provider/aws: Add test to ECS Service to make sure deployment values are 10 years ago
resource_aws_ecs_task_definition.go provider/aws: Make all fields in ecs_task_definition ForceNew 11 years ago
resource_aws_ecs_task_definition_test.go aws: Treat INACTIVE ECS TDs as deleted in acc tests 11 years ago
resource_aws_efs_file_system.go provider/aws: Remove EFS File System from State when NotFound (#7437) 10 years ago
resource_aws_efs_file_system_test.go provider/aws: Update EFS test destroy methods 10 years ago
resource_aws_efs_mount_target.go provider/aws: Add dns_name to aws_efs_mount_target 10 years ago
resource_aws_efs_mount_target_test.go provider/aws: Add dns_name to aws_efs_mount_target 10 years ago
resource_aws_eip.go provider/aws: Retry EIP association (#7186) 10 years ago
resource_aws_eip_association.go provider/aws: Change `aws_elastic_ip_association` to have computed parameters (#6552) 10 years ago
resource_aws_eip_association_test.go provider/aws: Change `aws_elastic_ip_association` to have computed parameters (#6552) 10 years ago
resource_aws_eip_test.go provider/aws: Fix issue changing EIP Association (#6521) 10 years ago
resource_aws_elastic_beanstalk_application.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 10 years ago
resource_aws_elastic_beanstalk_application_test.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 10 years ago
resource_aws_elastic_beanstalk_configuration_template.go provider/aws: Fix issue updating ElasticBeanstalk Configuraiton Templates 10 years ago
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. 10 years ago
resource_aws_elastic_beanstalk_environment.go provider/aws: import Elastic Beanstalk Application and Environment (#7444) 10 years ago
resource_aws_elastic_beanstalk_environment_migrate.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 10 years ago
resource_aws_elastic_beanstalk_environment_migrate_test.go provider/aws: Added migration for `tier` attribute in aws_elastic_beanstalk_environment resource. (#6167) 10 years ago
resource_aws_elastic_beanstalk_environment_test.go provider/aws: Elastic Beanstalk scheduledaction (#7376) 10 years ago
resource_aws_elastic_transcoder_pipeline.go provider/docker: Docker DNS Setting Enhancements (#7392) 10 years ago
resource_aws_elastic_transcoder_pipeline_test.go remove extra "=" from test config 10 years ago
resource_aws_elastic_transcoder_preset.go Add support for Amazon Elastic Transcoder 10 years ago
resource_aws_elastic_transcoder_preset_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 10 years ago
resource_aws_elasticache_cluster.go provider/aws: Extends the `aws_elasticache_cluster` validation (#6332) 10 years ago
resource_aws_elasticache_cluster_test.go update provider test and extend the delete timelimit 10 years ago
resource_aws_elasticache_parameter_group.go provider/aws: Support Import `aws_elasticache_parameter_group` resource (#7336) 10 years ago
resource_aws_elasticache_parameter_group_test.go provider/aws: Remove the description test from the Attributes tests as this now has a default value 10 years ago
resource_aws_elasticache_security_group.go Add default description 10 years ago
resource_aws_elasticache_security_group_test.go provider/aws: Fix TestAccAWSElasticacheSecurityGroup_basic test 10 years ago
resource_aws_elasticache_subnet_group.go provider/aws: Support Import for `aws_elasticache_subnet_group` 10 years ago
resource_aws_elasticache_subnet_group_test.go Add default description 10 years ago
resource_aws_elasticsearch_domain.go provider/aws: Bump ElasticSearch domain delete time to match create time. Should help test pass 10 years ago
resource_aws_elasticsearch_domain_test.go provider/aws: `aws_elastisearch_domain` tags not being set correctly. 10 years ago
resource_aws_elb.go provider/aws: Only allow max. 1 health_check block for ELB 10 years ago
resource_aws_elb_attachment.go Add top-level ELB Attachment resource 10 years ago
resource_aws_elb_attachment_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 10 years ago
resource_aws_elb_test.go provider/aws: Update IAM / ELB server certs from expired ones 10 years ago
resource_aws_flow_log.go providers/aws: flow log import 10 years ago
resource_aws_flow_log_test.go provider/aws: aws_flow_log id-only 10 years ago
resource_aws_glacier_vault.go Gofmt of the aws glacier vault resource 11 years ago
resource_aws_glacier_vault_test.go provider/aws: fix CheckDestroy on glacier vault 10 years ago
resource_aws_iam_access_key.go provider/aws: add ses_smtp_password to iam_access_key 11 years ago
resource_aws_iam_access_key_test.go provider/aws: add ses_smtp_password to iam_access_key 11 years ago
resource_aws_iam_account_password_policy.go provider/aws: Support Import for `aws_iam_account_password_policy` 10 years ago
resource_aws_iam_account_password_policy_test.go provider/aws: Add acceptance test for IAM Account Password Policy 10 years ago
resource_aws_iam_group.go provider/aws: Support Import for `aws_iam_group` 10 years ago
resource_aws_iam_group_membership.go handle error of trying to remove a user from a group when their name has already changed 11 years ago
resource_aws_iam_group_membership_test.go Fix additional vet warnings 10 years ago
resource_aws_iam_group_policy.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
resource_aws_iam_group_policy_attachment.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_group_policy_attachment_test.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_group_policy_test.go provider/aws: fix CheckDestroy for iam_group_policy tests 10 years ago
resource_aws_iam_group_test.go provider/aws: Support Import for `aws_iam_group` 10 years ago
resource_aws_iam_instance_profile.go Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 10 years ago
resource_aws_iam_instance_profile_test.go Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 10 years ago
resource_aws_iam_policy.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_iam_policy_attachment.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_iam_policy_attachment_test.go removed extra parentheses 11 years ago
resource_aws_iam_role.go Retry creation of IAM role depending on new IAM user (#7324) 10 years ago
resource_aws_iam_role_policy.go provider/aws: Add validation for aws_iam_role_policy.name 11 years ago
resource_aws_iam_role_policy_attachment.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_role_policy_attachment_test.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_role_policy_test.go provider/aws: Randomize tests more to reduce conflicts 10 years ago
resource_aws_iam_role_test.go Add `name_prefix` to `aws_iam_instance_profile` and `aws_iam_role` (#6939) 10 years ago
resource_aws_iam_saml_provider.go provider/aws: Set previously missing ARN in iam_saml_provider 11 years ago
resource_aws_iam_saml_provider_test.go provider/aws: Update some IAM tests 10 years ago
resource_aws_iam_server_certificate.go provider/aws: Improve error handling in IAM Server Certificates (#6442) 10 years ago
resource_aws_iam_server_certificate_test.go provider/aws: Update IAM / ELB server certs from expired ones 10 years ago
resource_aws_iam_user.go provider/aws: Support Import for `aws_iam_user` 10 years ago
resource_aws_iam_user_policy.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
resource_aws_iam_user_policy_attachment.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_user_policy_attachment_test.go provider/aws: Add per user, role and group policy attachment (supersedes #5816) (#6858) 10 years ago
resource_aws_iam_user_policy_test.go provider/aws: Update some IAM tests 10 years ago
resource_aws_iam_user_ssh_key.go provider/aws: Scaffold `aws_iam_user_ssh_key` resource 10 years ago
resource_aws_iam_user_ssh_key_test.go provider/aws: Scaffold `aws_iam_user_ssh_key` resource 10 years ago
resource_aws_iam_user_test.go modify aws_iam_user_test to correctly check username and path for initial and changed username/path 11 years ago
resource_aws_instance.go Retry creation of IAM role depending on new IAM user (#7324) 10 years ago
resource_aws_instance_migrate.go Merge pull request #3332 from ross/aws-instance-migrate-nil-attr 10 years ago
resource_aws_instance_migrate_test.go providers/aws: handle empty instancestate in state migration 11 years ago
resource_aws_instance_test.go provider/aws: Add Tags to Test AMIs to help debug leaks 10 years ago
resource_aws_internet_gateway.go provider/aws: internetgateway timing tweaks (again) (#7447) 10 years ago
resource_aws_internet_gateway_test.go provider/aws: internet gateway id-only 10 years ago
resource_aws_key_pair.go providers/aws: key_pair import 10 years ago
resource_aws_key_pair_migrate.go providers/aws: Vet aws 11 years ago
resource_aws_key_pair_migrate_test.go provider/aws: Migrate KeyPair to version 1 11 years ago
resource_aws_key_pair_test.go aws/provider convert _normal tests to _basic 11 years ago
resource_aws_kinesis_firehose_delivery_stream.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 10 years ago
resource_aws_kinesis_firehose_delivery_stream_migrate.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 10 years ago
resource_aws_kinesis_firehose_delivery_stream_migrate_test.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 10 years ago
resource_aws_kinesis_firehose_delivery_stream_test.go provider/aws: Added support for redshift destination to firehose delivery streams (supersedes #5304) (#7375) 10 years ago
resource_aws_kinesis_stream.go Report the correct number of shards 10 years ago
resource_aws_kinesis_stream_test.go provider/aws: Adding a test for AWS Kinesis Stream Shard Count 10 years ago
resource_aws_kms_alias.go provider/aws: Use ID in lookup for AWS KMS Aliases 10 years ago
resource_aws_kms_alias_test.go provider/aws: Randomize key names in KMS alias test 10 years ago
resource_aws_kms_key.go kms: Treat keys in PendingDeletion state as deleted 10 years ago
resource_aws_kms_key_test.go kms: Treat keys in PendingDeletion state as deleted 10 years ago
resource_aws_lambda_alias.go Add AWS lambda alias support and documentation 10 years ago
resource_aws_lambda_alias_test.go formatting 10 years ago
resource_aws_lambda_event_source_mapping.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_lambda_event_source_mapping_test.go New resource (AWS provider) - aws_lambda_event_source_mapping 11 years ago
resource_aws_lambda_function.go provider/aws: Update Lambda functions on name change (#7081) 10 years ago
resource_aws_lambda_function_test.go provider/aws: Update Lambda functions on name change (#7081) 10 years ago
resource_aws_lambda_permission.go provider/aws: Mark Lambda function as gone when it's gone (#6924) 10 years ago
resource_aws_lambda_permission_test.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_launch_configuration.go provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512] 10 years ago
resource_aws_launch_configuration_test.go provider/aws: Fix launch_config waiting for IAM instance profile 10 years ago
resource_aws_lb_cookie_stickiness_policy.go Check for existing but unassigned LB policies 10 years ago
resource_aws_lb_cookie_stickiness_policy_test.go Check for existing but unassigned LB policies 10 years ago
resource_aws_main_route_table_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_main_route_table_association_test.go provider/aws: fix CheckDestroy for main_route_table_association tests 10 years ago
resource_aws_nat_gateway.go providers/aws: instance, nat, internet gateway 10 years ago
resource_aws_nat_gateway_test.go providers/aws: nat gateway id-only 10 years ago
resource_aws_network_acl.go providers/aws: import network ACLs 10 years ago
resource_aws_network_acl_rule.go builtin: Refactor resource.Retry to clarify return 10 years ago
resource_aws_network_acl_rule_test.go provider/aws: fixes for Network ACL Rules 10 years ago
resource_aws_network_acl_test.go providers/aws: nat gateway id-only 10 years ago
resource_aws_network_interface.go providers/aws ENI import 10 years ago
resource_aws_network_interface_test.go providers/aws: eni id-only 10 years ago
resource_aws_opsworks_application.go Remove unused variables 10 years ago
resource_aws_opsworks_application_test.go Fix aws_opsworks_application acctest by passing in stack name 10 years ago
resource_aws_opsworks_custom_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_custom_layer_test.go add custom_json for opsworks layers 10 years ago
resource_aws_opsworks_ganglia_layer.go gofmt files from recently merged PRs 11 years ago
resource_aws_opsworks_haproxy_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_instance.go style updates to documentation and nil checks 10 years ago
resource_aws_opsworks_instance_test.go add TestCheckExists/TestCheckAttributes for opsworks instance 10 years ago
resource_aws_opsworks_java_app_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_memcached_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_mysql_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_nodejs_app_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_php_app_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_rails_app_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_opsworks_stack.go provider/aws: Opsworks Agent has a default, needs to be computed (#6555) 10 years ago
resource_aws_opsworks_stack_test.go Don't read back opsworks stack cookbooks source password (#6203) 10 years ago
resource_aws_opsworks_static_web_layer.go Various AWS OpsWorks layer resource types. 11 years ago
resource_aws_placement_group.go providers/aws: fix placement group import 10 years ago
resource_aws_placement_group_test.go provider/aws: fix CheckDestroy on placement_group tests 10 years ago
resource_aws_proxy_protocol_policy.go Use built-in schema.HashString. 10 years ago
resource_aws_proxy_protocol_policy_test.go provider/aws: Ranomize LB names so tests can run at the same time 10 years ago
resource_aws_rds_cluster.go Added support for `snapshot_identifier` parameter in aws_rds_cluster (#7158) 10 years ago
resource_aws_rds_cluster_instance.go remove status attribute 10 years ago
resource_aws_rds_cluster_instance_test.go provider/aws: Randomize Cluser Param group name to avoid collision 10 years ago
resource_aws_rds_cluster_parameter_group.go provider/aws: Support Import `aws_rds_cluster_parameter_group` (#7360) 10 years ago
resource_aws_rds_cluster_parameter_group_test.go provider tests: Update to match new tags map in state 10 years ago
resource_aws_rds_cluster_test.go provider/aws: Rename parameter_group_name to db_cluster_parameter_group_name (supersedes #7068) (#7083) 10 years ago
resource_aws_redshift_cluster.go provider/aws: Support Import of `aws_redshift_cluster` 10 years ago
resource_aws_redshift_cluster_test.go provider tests: Update to match new tags map in state 10 years ago
resource_aws_redshift_parameter_group.go provider/aws: Support Import for `aws_redshift_parameter_group` (#7339) 10 years ago
resource_aws_redshift_parameter_group_test.go Add default description 10 years ago
resource_aws_redshift_security_group.go Merge branch 'pr-5939' 10 years ago
resource_aws_redshift_security_group_test.go Merge branch 'pr-5939' 10 years ago
resource_aws_redshift_subnet_group.go provider/aws: Support Import for `aws_redshift_subnet_group` 10 years ago
resource_aws_redshift_subnet_group_test.go Add default description 10 years ago
resource_aws_route.go Retry finding route after creating it (#7463) 10 years ago
resource_aws_route53_delegation_set.go providers/aws: route53 delegation set import 10 years ago
resource_aws_route53_delegation_set_test.go provider/aws: fix name on id-only check 10 years ago
resource_aws_route53_health_check.go providers/aws: route53 health check import 10 years ago
resource_aws_route53_health_check_test.go providers/aws: route53_health_check id-only 10 years ago
resource_aws_route53_record.go - minor wording update and link to docs 10 years ago
resource_aws_route53_record_migrate.go - minor wording update and link to docs 10 years ago
resource_aws_route53_record_migrate_test.go add support for geolocation and latency records to aws route53 provider 10 years ago
resource_aws_route53_record_test.go provider/aws: Randomize the ELB name in an AWS route53 acceptance test (#7341) 10 years ago
resource_aws_route53_zone.go aws/route53_zone: Make delegation_set_id conflict w/ vpc_id (#7213) 10 years ago
resource_aws_route53_zone_association.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_aws_route53_zone_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_route53_zone_test.go providers/aws: route53_zone id-only refresh 10 years ago
resource_aws_route_table.go provider/aws: Retry RouteTable Route/Assocation creation (#7156) 10 years ago
resource_aws_route_table_association.go provider/aws: Retry RouteTable Route/Assocation creation (#7156) 10 years ago
resource_aws_route_table_association_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_route_table_test.go providers/aws: route table id only 10 years ago
resource_aws_route_test.go provider/aws: fix potential aws_route crash (#6338) 10 years ago
resource_aws_s3_bucket.go provider/aws: Add support for S3 Bucket Acceleration (#6628) 10 years ago
resource_aws_s3_bucket_notification.go provider/aws: Support S3 bucket notification 10 years ago
resource_aws_s3_bucket_notification_test.go provider/aws: randomize role name for test 10 years ago
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. 10 years ago
resource_aws_s3_bucket_object_test.go provider/aws: Use KMS ARN in S3 Bucket test 10 years ago
resource_aws_s3_bucket_test.go provider/aws: Add support for S3 Bucket Acceleration (#6628) 10 years ago
resource_aws_security_group.go Add support for 'prefix_list_ids' to AWS VPC security group rules 10 years ago
resource_aws_security_group_rule.go provider/aws: Handle spurious failures in resourceAwsSecurityGroupRuleRead (#7377) 10 years ago
resource_aws_security_group_rule_migrate.go providers/aws: Vet aws 11 years ago
resource_aws_security_group_rule_migrate_test.go update migration test 11 years ago
resource_aws_security_group_rule_test.go provider/aws: Do an extra lookup for the VPC Endpoint Prefix, to test Prefix 10 years ago
resource_aws_security_group_rules_matching_test.go Always transform aws_security_group protocol to lower case 10 years ago
resource_aws_security_group_test.go Add support for 'prefix_list_ids' to AWS VPC security group rules 10 years ago
resource_aws_ses_active_receipt_rule_set.go Add SES resource (#5387) 10 years ago
resource_aws_ses_active_receipt_rule_set_test.go Add SES resource (#5387) 10 years ago
resource_aws_ses_receipt_filter.go provider/aws: Support Import of `aws_ses_receipt_filter` 10 years ago
resource_aws_ses_receipt_filter_test.go Add SES resource (#5387) 10 years ago
resource_aws_ses_receipt_rule.go Add SES resource (#5387) 10 years ago
resource_aws_ses_receipt_rule_set.go provider/aws: Support Import of `aws_ses_receipt_rule_set` 10 years ago
resource_aws_ses_receipt_rule_set_test.go Add SES resource (#5387) 10 years ago
resource_aws_ses_receipt_rule_test.go provider/docker: Docker DNS Setting Enhancements (#7392) 10 years ago
resource_aws_sns_topic.go provider/aws: Support Import for `aws_sns_topic` 10 years ago
resource_aws_sns_topic_subscription.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 10 years ago
resource_aws_sns_topic_subscription_test.go provider/aws: Support Import `aws_sns_topic_subscription` (#7359) 10 years ago
resource_aws_sns_topic_test.go providers/aws: sns_topic id-only 10 years ago
resource_aws_spot_fleet_request.go Add an AWS Spot fleet resource 10 years ago
resource_aws_spot_fleet_request_test.go provider/aws: Changing test parameters to be us-west-2 based 10 years ago
resource_aws_spot_instance_request.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_aws_spot_instance_request_test.go provider/aws: use a known good ami for spot instance test 10 years ago
resource_aws_sqs_queue.go provider/aws: SQS use raw policy string if compact fails (#6724) 10 years ago
resource_aws_sqs_queue_test.go providers/aws: remove the opt-out stuff for id-only 10 years ago
resource_aws_subnet.go providers/aws: resource aws_subnet import 10 years ago
resource_aws_subnet_test.go providers/aws: working on id-only tests, no bugs found in these 10 years ago
resource_aws_volume_attachment.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_aws_volume_attachment_test.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_vpc.go aws/aws_vpc: import 10 years ago
resource_aws_vpc_dhcp_options.go providers/aws: vpc dhcp options 10 years ago
resource_aws_vpc_dhcp_options_association.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
resource_aws_vpc_dhcp_options_association_test.go providers/aws: remove the opt-out stuff for id-only 10 years ago
resource_aws_vpc_dhcp_options_test.go provider/aws: fix CheckDestroy on a bunch of resources 10 years ago
resource_aws_vpc_endpoint.go Add 'prefix_list_id' exported attribute to AWS VPC Endpoint 10 years ago
resource_aws_vpc_endpoint_test.go Add 'prefix_list_id' exported attribute to AWS VPC Endpoint 10 years ago
resource_aws_vpc_peering_connection.go adding states that should be considered as deleted for vpc peering (#7466) 10 years ago
resource_aws_vpc_peering_connection_test.go providers/aws: remove the opt-out stuff for id-only 10 years ago
resource_aws_vpc_test.go providers/aws: Fix issue with VPC Classic Link and regions that don't support it 10 years ago
resource_aws_vpn_connection.go provider/aws: Support Import `aws_vpn_connection` (#7355) 10 years ago
resource_aws_vpn_connection_test.go BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 10 years ago
resource_aws_vpn_gateway.go provider/aws: Support Import for `aws_vpn_gateway` 10 years ago
resource_aws_vpn_gateway_test.go provider/aws: Fix reattachment of VPC to VPN gateway. 10 years ago
resource_vpn_connection_route.go Remove no-op Updates from resource schemas 11 years ago
resource_vpn_connection_route_test.go BGP AS 60000 is assigned to EQUINIX-CLOUD-EXCHANGE-AMSTERDAM-ASN. 10 years ago
s3_tags.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
s3_tags_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
structure.go Merge pull request #7511 from hashicorp/pr-7319 10 years ago
structure_test.go Handled case when instanceId is absent in network interfaces 10 years ago
tags.go provider/aws: Update source to comply with upstream breaking change 11 years ago
tagsBeanstalk.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 10 years ago
tagsBeanstalk_test.go provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment 10 years ago
tagsCloudtrail.go provider/aws: Add support for CloudTrail tags 10 years ago
tagsCloudtrail_test.go provider/aws: Add tests for CloudTrail tags 10 years ago
tagsEC.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tagsEC_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tagsEFS.go provider/aws: Add efs_file_system 11 years ago
tagsEFS_test.go provider/aws: Add efs_file_system 11 years ago
tagsELB.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tagsELB_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tagsRDS.go gofmt files from recently merged PRs 11 years ago
tagsRDS_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tagsRedshift.go provider/aws: Support tags for AWS redshift cluster (#5356) 10 years ago
tagsRedshift_test.go provider/aws: Support tags for AWS redshift cluster (#5356) 10 years ago
tags_elasticsearchservice.go Add tag support for elasticsearch 10 years ago
tags_elasticsearchservice_test.go Add tag support for elasticsearch 10 years ago
tags_kinesis.go provider/aws: Allow tags for kinesis streams 11 years ago
tags_kinesis_test.go provider/aws: Allow tags for kinesis streams 11 years ago
tags_route53.go provider/aws: Update to aws-sdk 0.9.0 rc1 11 years ago
tags_route53_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
tags_test.go provider/aws: handle upstream aws-sdk-go repo move 11 years ago
validators.go Added RDS event subscriptions (#6367) 10 years ago
validators_test.go Added RDS event subscriptions (#6367) 10 years ago
website_endpoint_url_test.go provider/aws: Allow ap-northeast-2 (Seoul) as valid region 10 years ago