Skip to content

Commit b062354

Browse files
authored
Merge pull request #39 from clouddrove/fix/issue-236-a
Fix/issue 236 a
2 parents bff35df + ed85b69 commit b062354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
# Name of this project
8-
name : Terraform AWS Subnet
8+
name : Terraform AWS Security Group
99

1010
# License of this project
1111
license: "APACHE"
@@ -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)