Skip to content

Commit 99e2ac9

Browse files
Merge pull request #7 from terraform-module/chore/update-ci
inline with latest blueprint
2 parents 45d0354 + a38c195 commit 99e2ac9

File tree

7 files changed

+29
-97
lines changed

7 files changed

+29
-97
lines changed

.chglog/CHANGELOG.tpl.md

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

.chglog/config.yml

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

.github/settings.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
2+
_extends: .github
3+
4+
repository:
5+
# See https://developer.github.com/v3/repos/#edit for all available settings.
6+
name: terraform-aws-enforce-mfa
7+
description: ":information_source: Enforce MFA policy creation and enforcing on groups."
8+
homepage: https://ivankatliarchuk.github.io
9+
topics: ivka, aws, terraform, mfa, terraform-module
10+
private: false
11+
has_issues: true
12+
has_projects: false
13+
has_wiki: false
14+
has_downloads: false
15+
has_pages: true
16+
is_template: false
17+
default_branch: master
18+
allow_squash_merge: true
19+
allow_merge_commit: true
20+
allow_rebase_merge: true
21+
delete_branch_on_merge: true
22+
enable_automated_security_fixes: true
23+
enable_vulnerability_alerts: false
24+
25+
branches:
26+
- name: master

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=500']
@@ -17,7 +17,7 @@ repos:
1717
- id: detect-aws-credentials
1818
args: ['--allow-missing-credentials']
1919
- repo: git://github.com/antonbabenko/pre-commit-terraform
20-
rev: v1.51.0
20+
rev: v1.64.0
2121
hooks:
2222
- id: terraform_fmt
2323
- id: terraform_docs

CHANGELOG.md

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

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ hooks: ## Commit hooks setup
1616

1717
validate: ## Validate with pre-commit hooks
1818
@pre-commit run --all-files
19-
20-
changelog: ## Update changelog
21-
git-chglog -o CHANGELOG.md --next-tag `semtag final -s minor -o`

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ No modules.
132132
```
133133
$ make help
134134
hooks Commit hooks setup
135-
validate Validate with pre-commit hooks
136-
changelog Update changelog
135+
validate Validate with pre-commit hooks
137136
```
138137
<!-- END makefile-doc -->
139138

@@ -146,8 +145,6 @@ changelog Update changelog
146145

147146
## License
148147

149-
Copyright 2019 Ivan Katliarhcuk
150-
151148
MIT Licensed. See [LICENSE](./LICENSE) for full details.
152149

153150
## How to Contribute

0 commit comments

Comments
 (0)