File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55#
66
77# Name of this project
8- name : Terraform AWS Subnet
8+ name : Terraform AWS Security Group
99
1010# License of this project
1111license : " 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"
You can’t perform that action at this time.
0 commit comments