We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d1651 commit 5c03777Copy full SHA for 5c03777
README.md
@@ -106,9 +106,9 @@ No providers.
106
107
108
# Examples
109
- ### Basic Example
110
- ```hcl
111
- module "basic-example" {
+### Basic Example
+```hcl
+module "basic-example" {
112
source = "../../"
113
114
cluster_identifier = "my-db"
@@ -117,10 +117,10 @@ No providers.
117
vpc_security_group_ids_rds_cluster = ["sg-1234567890"]
118
vpc_subnet_ids = ["subnet-12345678", "subnet-87654321"]
119
}
120
- ```
121
- ### with RDS Proxy
122
123
- module "with-rds-proxy" {
+```
+### with RDS Proxy
+module "with-rds-proxy" {
124
125
126
cluster_identifier = "my-cluster"
@@ -133,5 +133,5 @@ No providers.
133
134
enable_db_proxy = true
135
136
137
<!-- END_TF_DOCS -->
0 commit comments