Skip to content

Commit 92b5968

Browse files
committed
update
1 parent a2a6778 commit 92b5968

File tree

3 files changed

+8
-154
lines changed

3 files changed

+8
-154
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ repos:
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

README.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

README.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
1111
license: "MIT"
@@ -24,19 +24,22 @@ badges:
2424

2525
# description of this project
2626
description: |-
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
3031
include:
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+
```

0 commit comments

Comments
 (0)