Skip to content

Commit

Permalink
fix: Fixed Readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Aug 3, 2023
1 parent bff35df commit 2dc7cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ usage: |-
### Basic
Here is an example of how you can use this module in your inventory structure:
```hcl
# use this
module "security_group" {
source = "clouddrove/security-group/aws"
version = "2.0.0"
Expand Down Expand Up @@ -90,6 +89,7 @@ usage: |-
```
### ONLY RULES
```hcl
module "security_group_rules" {
source = "clouddrove/security-group/aws"
version = "2.0.0"
Expand Down Expand Up @@ -204,6 +204,7 @@ usage: |-
```
### PREFIX LIST
```hcl
module "security_group" {
source = "clouddrove/security-group/aws"
version = "2.0.0"
Expand Down

0 comments on commit 2dc7cb8

Please sign in to comment.