Skip to content

Commit 2dc7cb8

Browse files
committed
fix: Fixed Readme.yaml
1 parent bff35df commit 2dc7cb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ usage: |-
4242
### Basic
4343
Here is an example of how you can use this module in your inventory structure:
4444
```hcl
45-
# use this
4645
module "security_group" {
4746
source = "clouddrove/security-group/aws"
4847
version = "2.0.0"
@@ -90,6 +89,7 @@ usage: |-
9089
```
9190
9291
### ONLY RULES
92+
```hcl
9393
module "security_group_rules" {
9494
source = "clouddrove/security-group/aws"
9595
version = "2.0.0"
@@ -204,6 +204,7 @@ usage: |-
204204
```
205205
206206
### PREFIX LIST
207+
```hcl
207208
module "security_group" {
208209
source = "clouddrove/security-group/aws"
209210
version = "2.0.0"

0 commit comments

Comments
 (0)