Skip to content

Commit 5c03777

Browse files
terraform-docs: automated action
1 parent 47d1651 commit 5c03777

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ No providers.
106106

107107

108108
# Examples
109-
### Basic Example
110-
```hcl
111-
module "basic-example" {
109+
### Basic Example
110+
```hcl
111+
module "basic-example" {
112112
source = "../../"
113113
114114
cluster_identifier = "my-db"
@@ -117,10 +117,10 @@ No providers.
117117
vpc_security_group_ids_rds_cluster = ["sg-1234567890"]
118118
vpc_subnet_ids = ["subnet-12345678", "subnet-87654321"]
119119
}
120-
```
121-
### with RDS Proxy
122-
```hcl
123-
module "with-rds-proxy" {
120+
```
121+
### with RDS Proxy
122+
```hcl
123+
module "with-rds-proxy" {
124124
source = "../../"
125125
126126
cluster_identifier = "my-cluster"
@@ -133,5 +133,5 @@ No providers.
133133
134134
enable_db_proxy = true
135135
}
136-
```
136+
```
137137
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)