|
4 | 4 |
|
5 | 5 |
|
6 | 6 | <h1 align="center"> |
7 | | - Terraform AWS Subnet |
| 7 | + Terraform AWS Security Group |
8 | 8 | </h1> |
9 | 9 |
|
10 | 10 | <p align="center" style="font-size: 1.2rem;"> |
|
30 | 30 | <a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-aws-security-group'> |
31 | 31 | <img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" /> |
32 | 32 | </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'> |
34 | 34 | <img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" /> |
35 | 35 | </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'> |
37 | 37 | <img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" /> |
38 | 38 | </a> |
39 | 39 |
|
@@ -71,7 +71,6 @@ Here are some examples of how you can use this module in your inventory structur |
71 | 71 | ### Basic |
72 | 72 | Here is an example of how you can use this module in your inventory structure: |
73 | 73 | ```hcl |
74 | | -# use this |
75 | 74 | module "security_group" { |
76 | 75 | source = "clouddrove/security-group/aws" |
77 | 76 | version = "2.0.0" |
@@ -119,6 +118,7 @@ Here is an example of how you can use this module in your inventory structure: |
119 | 118 | ``` |
120 | 119 |
|
121 | 120 | ### ONLY RULES |
| 121 | +```hcl |
122 | 122 | module "security_group_rules" { |
123 | 123 | source = "clouddrove/security-group/aws" |
124 | 124 | version = "2.0.0" |
@@ -233,6 +233,7 @@ Here is an example of how you can use this module in your inventory structure: |
233 | 233 | ``` |
234 | 234 |
|
235 | 235 | ### PREFIX LIST |
| 236 | +```hcl |
236 | 237 | module "security_group" { |
237 | 238 | source = "clouddrove/security-group/aws" |
238 | 239 | version = "2.0.0" |
|
0 commit comments