We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dad06 commit eb31e32Copy full SHA for eb31e32
1 file changed
README.md
@@ -7,7 +7,21 @@ It's published on the [Terraform registry](https://registry.terraform.io/provide
7
## Requirements
8
9
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
10
- - [Go](https://golang.org/doc/install) 1.21 (to build the provider plugin)
+ - [Go](https://golang.org/doc/install) 1.24 (to build the provider plugin)
11
+
12
+## Limitations
13
14
+Due to limited testing capacities, the following features are not tested/stable yet:
15
16
+* External Schemas
17
+ * Data Catalog Database
18
+ * Hive Database
19
+ * RDS Postgres Database
20
+ * RDS MySQL Database
21
+ * Redshift Database
22
+* Temporary Credentials Cluster Identifier
23
+* Temporary Credentials Assume Role
24
+* Datashares
25
26
## Building The Provider
27
0 commit comments