Skip to content

Commit 0274b00

Browse files
committed
update README.md
1 parent b062354 commit 0274b00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
<h1 align="center">
7-
Terraform AWS Subnet
7+
Terraform AWS Security Group
88
</h1>
99

1010
<p align="center" style="font-size: 1.2rem;">
@@ -30,10 +30,10 @@
3030
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-aws-security-group'>
3131
<img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" />
3232
</a>
33-
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+AWS+Subnet&url=https://github.com/clouddrove/terraform-aws-security-group'>
33+
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+AWS+Security+Group&url=https://github.com/clouddrove/terraform-aws-security-group'>
3434
<img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" />
3535
</a>
36-
<a href='https://twitter.com/intent/tweet/?text=Terraform+AWS+Subnet&url=https://github.com/clouddrove/terraform-aws-security-group'>
36+
<a href='https://twitter.com/intent/tweet/?text=Terraform+AWS+Security+Group&url=https://github.com/clouddrove/terraform-aws-security-group'>
3737
<img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" />
3838
</a>
3939

@@ -71,7 +71,6 @@ Here are some examples of how you can use this module in your inventory structur
7171
### Basic
7272
Here is an example of how you can use this module in your inventory structure:
7373
```hcl
74-
# use this
7574
module "security_group" {
7675
source = "clouddrove/security-group/aws"
7776
version = "2.0.0"
@@ -119,6 +118,7 @@ Here is an example of how you can use this module in your inventory structure:
119118
```
120119

121120
### ONLY RULES
121+
```hcl
122122
module "security_group_rules" {
123123
source = "clouddrove/security-group/aws"
124124
version = "2.0.0"
@@ -233,6 +233,7 @@ Here is an example of how you can use this module in your inventory structure:
233233
```
234234

235235
### PREFIX LIST
236+
```hcl
236237
module "security_group" {
237238
source = "clouddrove/security-group/aws"
238239
version = "2.0.0"

0 commit comments

Comments
 (0)