terraform/builtin/providers/aws
Martin Atkins e41616198f Don't read back opsworks stack cookbooks source password (#6203)
As with several other sensitive values in Opsworks, the API returns a
placeholder value rather than a nil. To avoid writing the placeholder
value into the state we just skip updating the password on read, letting
whatever value was in the state persist.

This means that Terraform can't detect configuration drift where someone
has changed the password via some other means, but Terraform will still
be able to recognize changes to the password made within Terraform itself
due to the "last-written" value in the state.

This fixes #6192.
2016-04-16 22:56:36 +01:00
..
test-fixtures provider/aws: Add tests for Lambda function updates 2016-03-10 12:31:35 +00:00
autoscaling_tags.go
autoscaling_tags_test.go
cloudfront_distribution_configuration_structure.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
cloudfront_distribution_configuration_structure_test.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
config.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
config_test.go
core_acceptance_test.go
hosted_zones.go
hosted_zones_test.go
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 Merge #4276: aws_opsworks_instance resource 2016-04-16 10:14:22 -07:00
provider_test.go
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
resource_aws_ami_test.go
resource_aws_api_gateway_api_key.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_api_key_test.go
resource_aws_api_gateway_deployment.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_deployment_test.go
resource_aws_api_gateway_integration.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_integration_response.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_integration_response_test.go
resource_aws_api_gateway_integration_test.go
resource_aws_api_gateway_method.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_method_response.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_api_gateway_method_response_test.go
resource_aws_api_gateway_method_test.go
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
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
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
resource_aws_app_cookie_stickiness_policy.go
resource_aws_app_cookie_stickiness_policy_test.go
resource_aws_autoscaling_group.go provider/aws: set ASG health_check_grace_period default to 300 2016-03-23 18:55:37 -05:00
resource_aws_autoscaling_group_test.go provider/aws: More randomization to our Acc tests (#6124) 2016-04-11 12:06:28 -05: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
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
resource_aws_autoscaling_policy.go aws_autoscaling_policy: Add support for StepScaling policies. 2016-03-24 16:35:54 -04:00
resource_aws_autoscaling_policy_test.go aws_autoscaling_policy: Add tests for StepScaling policies. 2016-03-24 16:35:54 -04: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 aws: Improve acceptance test for CloudFormation w/ all attributes 2016-03-13 08:10:54 +00:00
resource_aws_cloudfront_distribution.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
resource_aws_cloudfront_distribution_test.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
resource_aws_cloudfront_origin_access_identity.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
resource_aws_cloudfront_origin_access_identity_test.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
resource_aws_cloudtrail.go provider/aws: Remove CloudTrail Trail from state if not found 2016-04-05 14:04:00 -05:00
resource_aws_cloudtrail_test.go provider/aws: Better randomize the CloudTrail tests (#6188) 2016-04-15 10:06:40 -05:00
resource_aws_cloudwatch_event_rule.go aws provider: normalize json of cloudwatch event_pattern 2016-04-05 15:56:45 -05:00
resource_aws_cloudwatch_event_rule_test.go
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 validation for CW Log Metric Filter 2016-03-15 15:01:21 +00: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 provider/aws: Add tests for CloudWatch Log Metric Filter 2016-03-15 15:01:20 +00:00
resource_aws_cloudwatch_metric_alarm.go
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: Enhance Triggers for AWS CodeDeploy Event Notifications (#6168) 2016-04-14 20:26:33 +01:00
resource_aws_codedeploy_deployment_group_test.go provider/aws: Enhance Triggers for AWS CodeDeploy Event Notifications (#6168) 2016-04-14 20:26:33 +01:00
resource_aws_customer_gateway.go
resource_aws_customer_gateway_test.go
resource_aws_db_instance.go Merge pull request #5676 from Originate/mb-ensure-iops-is-provided 2016-03-23 08:31:21 -05:00
resource_aws_db_instance_test.go update aws db test config 2016-03-31 17:07:04 -05:00
resource_aws_db_parameter_group.go
resource_aws_db_parameter_group_test.go provider/aws: More randomization to our Acc tests (#6124) 2016-04-11 12:06:28 -05:00
resource_aws_db_security_group.go
resource_aws_db_security_group_test.go
resource_aws_db_subnet_group.go Do not check only whether the subnet_ids have changed 2016-03-31 10:37:26 +11:00
resource_aws_db_subnet_group_test.go provider/aws: Test to validate that db subnet group description 2016-03-30 18:53:52 -05:00
resource_aws_directory_service_directory.go
resource_aws_directory_service_directory_test.go
resource_aws_dynamodb_table.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_dynamodb_table_test.go
resource_aws_ebs_volume.go Human-readable error for failure to read EC2 volume 2016-04-06 09:34:10 -07:00
resource_aws_ebs_volume_test.go
resource_aws_ecr_repository.go
resource_aws_ecr_repository_policy.go
resource_aws_ecr_repository_policy_test.go
resource_aws_ecr_repository_test.go
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
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: Allow multiple EIPs to associate to single ENI 2016-04-07 13:26:15 -05:00
resource_aws_eip_test.go provider/aws: Allow multiple EIPs to associate to single ENI 2016-04-07 13:26:15 -05:00
resource_aws_elastic_beanstalk_application.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_elastic_beanstalk_application_test.go
resource_aws_elastic_beanstalk_configuration_template.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_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: Adding outputs for elastic_beanstalk_environment resource. 2016-04-01 13:58:09 -06:00
resource_aws_elastic_beanstalk_environment_test.go provider/aws: Adding outputs for elastic_beanstalk_environment resource. 2016-04-01 13:58:09 -06:00
resource_aws_elasticache_cluster.go
resource_aws_elasticache_cluster_test.go
resource_aws_elasticache_parameter_group.go
resource_aws_elasticache_parameter_group_test.go
resource_aws_elasticache_security_group.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_elasticache_security_group_test.go
resource_aws_elasticache_subnet_group.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_elasticache_subnet_group_test.go
resource_aws_elasticsearch_domain.go Elasticsearch times out. It takes a while to create. lets increase the timeout. 2016-03-29 15:58:40 -04:00
resource_aws_elasticsearch_domain_test.go
resource_aws_elb.go Merge pull request #5065 from tpounds/fix-aws-elb-access-logs-type 2016-03-22 01:40:14 +00:00
resource_aws_elb_test.go Merge pull request #5065 from tpounds/fix-aws-elb-access-logs-type 2016-03-22 01:40:14 +00:00
resource_aws_flow_log.go
resource_aws_flow_log_test.go
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
resource_aws_iam_account_password_policy_test.go
resource_aws_iam_group.go
resource_aws_iam_group_membership.go
resource_aws_iam_group_membership_test.go
resource_aws_iam_group_policy.go
resource_aws_iam_group_policy_test.go
resource_aws_iam_group_test.go
resource_aws_iam_instance_profile.go
resource_aws_iam_instance_profile_test.go
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
resource_aws_iam_role.go
resource_aws_iam_role_policy.go
resource_aws_iam_role_policy_test.go
resource_aws_iam_role_test.go
resource_aws_iam_saml_provider.go
resource_aws_iam_saml_provider_test.go
resource_aws_iam_server_certificate.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_iam_server_certificate_test.go
resource_aws_iam_user.go
resource_aws_iam_user_policy.go
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 [#4794] Don't Base64-encode EC2 userdata if it is already Base64 encoded (#6140) 2016-04-13 10:20:20 -05:00
resource_aws_instance_migrate.go
resource_aws_instance_migrate_test.go
resource_aws_instance_test.go check resource data for base64 encoded string 2016-04-13 10:44:26 -05:00
resource_aws_internet_gateway.go Issue #2174 Check that InternetGateway exists before returning from creation (#6105) 2016-04-13 09:28:17 -05:00
resource_aws_internet_gateway_test.go
resource_aws_key_pair.go
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 Reformat the kms alias test code 2016-03-21 18:48:00 +00:00
resource_aws_kms_alias_test.go Reformat the kms alias test code 2016-03-21 18:48:00 +00:00
resource_aws_kms_key.go
resource_aws_kms_key_test.go
resource_aws_lambda_alias.go
resource_aws_lambda_alias_test.go
resource_aws_lambda_event_source_mapping.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_lambda_event_source_mapping_test.go
resource_aws_lambda_function.go provider/aws: Read VPC ID for Lambda function back from API 2016-04-13 15:05:19 +01:00
resource_aws_lambda_function_test.go provider/aws: Improve test for VPC-based Lambda func 2016-04-13 15:05:19 +01:00
resource_aws_lambda_permission.go provider/aws: Guard against empty responses from Lambda Permissions 2016-03-24 16:30:21 -05:00
resource_aws_lambda_permission_test.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_launch_configuration.go provider/aws: Fix launch_config waiting for IAM instance profile 2016-03-25 13:10:10 -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
resource_aws_lb_cookie_stickiness_policy_test.go
resource_aws_main_route_table_association.go
resource_aws_main_route_table_association_test.go
resource_aws_nat_gateway.go
resource_aws_nat_gateway_test.go
resource_aws_network_acl.go provider/aws: Remove Network ACL from state if not found 2016-04-05 11:11:16 -05:00
resource_aws_network_acl_rule.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_network_acl_rule_test.go
resource_aws_network_acl_test.go provider/aws: Fix issue with retrying deletion of Network ACLs 2016-04-05 10:18:03 -05:00
resource_aws_network_interface.go
resource_aws_network_interface_test.go
resource_aws_opsworks_application.go Opsworks Application support 2016-04-07 14:18:50 -07:00
resource_aws_opsworks_application_test.go Fix aws_opsworks_application acctest by passing in stack name 2016-04-16 09:44:04 -07:00
resource_aws_opsworks_custom_layer.go
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 Don't read back opsworks stack cookbooks source password (#6203) 2016-04-16 22:56:36 +01: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
resource_aws_placement_group_test.go
resource_aws_proxy_protocol_policy.go
resource_aws_proxy_protocol_policy_test.go
resource_aws_rds_cluster.go
resource_aws_rds_cluster_instance.go provider/aws: fix crash when Aurora instance disappears 2016-03-18 12:27:57 -05:00
resource_aws_rds_cluster_instance_test.go provider/aws: Improve the randomization in RDS tests 2016-03-31 16:25:38 -05:00
resource_aws_rds_cluster_test.go provider/aws: Improve the randomization in RDS tests 2016-03-31 16:25:38 -05:00
resource_aws_redshift_cluster.go Redshift master usernames may contain underscores 2016-03-30 17:41:58 -05:00
resource_aws_redshift_cluster_test.go provider/aws: Change Redshift Cluster Test to check for `_` in username 2016-03-30 20:55:37 -05:00
resource_aws_redshift_parameter_group.go
resource_aws_redshift_parameter_group_test.go
resource_aws_redshift_security_group.go
resource_aws_redshift_security_group_test.go
resource_aws_redshift_subnet_group.go
resource_aws_redshift_subnet_group_test.go
resource_aws_route.go provider/aws: fix potential aws_route crashes 2016-03-29 09:57:29 -05:00
resource_aws_route53_delegation_set.go
resource_aws_route53_delegation_set_test.go
resource_aws_route53_health_check.go
resource_aws_route53_health_check_test.go
resource_aws_route53_record.go Fail if failover set when set_identifier unset 2016-03-22 13:19:24 +00:00
resource_aws_route53_record_test.go
resource_aws_route53_zone.go
resource_aws_route53_zone_association.go
resource_aws_route53_zone_association_test.go
resource_aws_route53_zone_test.go
resource_aws_route_table.go
resource_aws_route_table_association.go
resource_aws_route_table_association_test.go
resource_aws_route_table_test.go
resource_aws_route_test.go
resource_aws_s3_bucket.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_s3_bucket_notification.go provider/aws: Support S3 bucket notification 2016-04-04 21:23:06 -05:00
resource_aws_s3_bucket_notification_test.go provider/aws: Support S3 bucket notification 2016-04-04 21:23:06 -05:00
resource_aws_s3_bucket_object.go Providing a more informative error message when combining kms_key_id and etag as well as using aws_kms_key to test aws_s3_bucket's kms_key_id. 2016-03-09 19:06:36 -08:00
resource_aws_s3_bucket_object_test.go Providing a more informative error message when combining kms_key_id and etag as well as using aws_kms_key to test aws_s3_bucket's kms_key_id. 2016-03-09 19:06:36 -08:00
resource_aws_s3_bucket_test.go
resource_aws_security_group.go provider/aws: Convert protocols to standard format for Security Groups 2016-03-28 10:32:39 -05:00
resource_aws_security_group_rule.go provider/aws: Convert protocols to standard format for Security Groups 2016-03-28 10:32:39 -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 update tests to cover icmp 2016-03-28 13:08:53 -05:00
resource_aws_sns_topic.go provider/aws: normalize json policy for sns topic policy attribute (#6089) 2016-04-08 13:55:49 -05:00
resource_aws_sns_topic_subscription.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_sns_topic_subscription_test.go
resource_aws_sns_topic_test.go provider/aws: normalize json policy for sns topic policy attribute (#6089) 2016-04-08 13:55:49 -05:00
resource_aws_spot_instance_request.go
resource_aws_spot_instance_request_test.go
resource_aws_sqs_queue.go provider/aws: Normalize and compact SQS Redrive, Policy JSON 2016-04-04 11:41:36 -05:00
resource_aws_sqs_queue_test.go provider/aws: Normalize and compact SQS Redrive, Policy JSON 2016-04-04 11:41:36 -05:00
resource_aws_subnet.go
resource_aws_subnet_test.go
resource_aws_volume_attachment.go
resource_aws_volume_attachment_test.go
resource_aws_vpc.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_vpc_dhcp_options.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_vpc_dhcp_options_association.go
resource_aws_vpc_dhcp_options_association_test.go
resource_aws_vpc_dhcp_options_test.go
resource_aws_vpc_endpoint.go
resource_aws_vpc_endpoint_test.go
resource_aws_vpc_peering_connection.go provider/aws: Fix issue re-creating deleted VPC peering connections 2016-03-31 15:23:56 -05:00
resource_aws_vpc_peering_connection_test.go provider/aws: Fix issue re-creating deleted VPC peering connections 2016-03-31 15:23:56 -05:00
resource_aws_vpc_test.go
resource_aws_vpn_connection.go provider/aws: Fix panic in VPN connection resource 2016-03-21 13:52:14 +00:00
resource_aws_vpn_connection_test.go
resource_aws_vpn_gateway.go builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
resource_aws_vpn_gateway_test.go
resource_vpn_connection_route.go
resource_vpn_connection_route_test.go
s3_tags.go
s3_tags_test.go
structure.go CloudFront distribution and origin access identity support (#5221) 2016-04-14 14:55:11 -05:00
structure_test.go aws_autoscaling_policy: Add tests for StepScaling policies. 2016-03-24 16:35:54 -04: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
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 provider/aws: Add validation for CW Log Metric Filter 2016-03-15 15:01:21 +00:00
validators_test.go provider/aws: Add validation for CW Log Metric Filter 2016-03-15 15:01:21 +00:00
website_endpoint_url_test.go