terraform/builtin/providers/postgresql
julius-bonial 5d8662d5da fix wrong usage of hashicorp/errwrap (#11500)
According to https://github.com/hashicorp/errwrap
'{{err}}' has to be used instead of '%s'

Without this patch, error output from terraform is missing important information:
* aws_cloudwatch_log_group.logs: Error Getting CloudWatch Logs Tag List: %s

With this patch, I get the important information. E.g.:
* aws_cloudwatch_log_group.logs: Error Getting CloudWatch Logs Tag List: AccessDeniedException: User: arn:aws:sts::XYZ:assumed-role/AAA-BBB-CCC/terraform-assuming-role-assume-role-ReadOnly is not authorized to perform: logs:ListTagsLogGroup on resource: arn:aws:logs:us-east-1:XYZ:log-group:logs:log-stream:
2017-01-29 19:19:48 +00:00
..
.gitignore
GNUmakefile
config.go
helpers.go
provider.go fix wrong usage of hashicorp/errwrap (#11500) 2017-01-29 19:19:48 +00:00
provider_test.go
resource_postgresql_database.go
resource_postgresql_database_test.go
resource_postgresql_extension.go
resource_postgresql_extension_test.go
resource_postgresql_role.go Follow up to #11161 to fix `connection_limit` updates to a ROLE. 2017-01-11 16:24:00 -08:00
resource_postgresql_role_test.go provider/postgresql: Fix failing acceptance test (#11375) 2017-01-24 14:10:56 +02:00
resource_postgresql_schema.go
resource_postgresql_schema_test.go