We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff35df + ed85b69 commit b062354Copy full SHA for b062354
README.yaml
@@ -5,7 +5,7 @@
5
#
6
7
# Name of this project
8
-name : Terraform AWS Subnet
+name : Terraform AWS Security Group
9
10
# License of this project
11
license: "APACHE"
@@ -42,7 +42,6 @@ usage: |-
42
### Basic
43
Here is an example of how you can use this module in your inventory structure:
44
```hcl
45
- # use this
46
module "security_group" {
47
source = "clouddrove/security-group/aws"
48
version = "2.0.0"
@@ -90,6 +89,7 @@ usage: |-
90
89
```
91
92
### ONLY RULES
+ ```hcl
93
module "security_group_rules" {
94
95
@@ -204,6 +204,7 @@ usage: |-
204
205
206
### PREFIX LIST
207
208
209
210
0 commit comments