File tree Expand file tree Collapse file tree 3 files changed +8
-154
lines changed
Expand file tree Collapse file tree 3 files changed +8
-154
lines changed Original file line number Diff line number Diff line change 88 rev : v2.0.0
99 hooks :
1010 - id : check-merge-conflict
11- - id : trailing-whitespace
1211 - id : check-yaml
1312 - id : check-added-large-files
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55#
66
77# Name of this project
8- name : Terraform AWS Security Group
8+ name : Terraform AWS Security Group
99
1010# License of this project
1111license : " MIT"
@@ -24,19 +24,22 @@ badges:
2424
2525# description of this project
2626description : |-
27- This terraform module creates set of Security Group and Security Group Rules resources in various combinations.
27+ This terraform module creates set of Security Group and Security Group
28+ Rules resources in various combinations.
2829
2930# extra content
3031include :
3132 - " terraform.md"
3233
3334# How to use this project
34- usage : |-
35+ usage : |-
3536 ### Simple Example
3637 Here is an example of how you can use this module in your inventory structure:
3738 ```hcl
39+ # use this
3840 module "security_group" {
39- source = "git::https://github.com/clouddrove/terraform-aws-security-group.git?ref=tags/0.13.0"
41+ source = "git::https://github.com/clouddrove/
42+ terraform-aws-security-group.git?ref=tags/0.13.0"
4043 name = "security-group"
4144 application = "clouddrove"
4245 environment = "test"
@@ -47,4 +50,4 @@ usage : |-
4750 allowed_ipv6 = ["2405:201:5e00:3684:cd17:9397:5734:a167/128"]
4851 allowed_ports = [22, 27017]
4952 }
50- ```
53+ ```
You can’t perform that action at this time.
0 commit comments