Skip to content

Commit 69c08ad

Browse files
author
Bishwa Shrestha
committed
update readme
1 parent c71eb0b commit 69c08ad

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# terraform-provider-rdsdataservice
2-
Manage Postgres db resources using the AWS Data API - Heavily inspired by [terraform-provider-postgresql] (https://github.com/terraform-providers/terraform-provider-postgresql)
2+
Manage Postgres db resources using the AWS Data API - Heavily inspired by [terraform-provider-postgresql](https://github.com/terraform-providers/terraform-provider-postgresql)
3+
4+
[AWS Data API](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) allows us to run SQL using HTTP endpoint and AWS SDKs. This is awesome because it means that we no longer need to manage connections :).
5+
6+
I have tried to put together a PoC here. Since it uses AWS SDK, it might as well belong to terraform-provider-aws itself, but then, the CRUD operations are SQL statements instead of actual API calls - so maybe it has its own place? I am working on porting more resources and more importantly the acceptance tests. Let me know what you think about it :)
7+
8+
API documentation: [package rdsdataservice](https://godoc.org/github.com/aws/aws-sdk-go/service/rdsdataservice)
39

410
## Requirements ##
511
Terraform 0.12+
@@ -34,4 +40,4 @@ resource "rdsdataservice_postgres_role" "test" {
3440
login = true
3541
}
3642
37-
```
43+
```

0 commit comments

Comments
 (0)