File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ No providers.
106
106
107
107
108
108
# Examples
109
- ### Basic Example
110
- ``` hcl
111
- module "basic-example" {
109
+ ### Basic Example
110
+ ``` hcl
111
+ module "basic-example" {
112
112
source = "../../"
113
113
114
114
cluster_identifier = "my-db"
@@ -117,10 +117,10 @@ No providers.
117
117
vpc_security_group_ids_rds_cluster = ["sg-1234567890"]
118
118
vpc_subnet_ids = ["subnet-12345678", "subnet-87654321"]
119
119
}
120
- ```
121
- ### with RDS Proxy
122
- ``` hcl
123
- module "with-rds-proxy" {
120
+ ```
121
+ ### with RDS Proxy
122
+ ``` hcl
123
+ module "with-rds-proxy" {
124
124
source = "../../"
125
125
126
126
cluster_identifier = "my-cluster"
@@ -133,5 +133,5 @@ No providers.
133
133
134
134
enable_db_proxy = true
135
135
}
136
- ```
136
+ ```
137
137
<!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments