Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 8df198c

Browse files
authored
Merge pull request #4 from cdaniluk/fix-check
Fix check
2 parents e4a67c2 + 144e6fe commit 8df198c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tflint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: setup Terraform
1717
uses: hashicorp/setup-terraform@v1
1818
with:
19-
terraform_version: ~0.12.29
19+
terraform_version: ~0.13.4
2020
- name: Terraform init
2121
run: terraform init --backend=false
2222
- name: tflint

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# securityautomation-demo-project
22

3-
[![tflint](https://github.com/rhythmictech/securityautomation-demo-project/workflows/tflint/badge.svg?branch=master&event=push)](https://github.com/rhythmictech/securityautomation-demo-project/actions?query=workflow%3Atflint+event%3Apush+branch%3Amaster)
4-
[![tfsec](https://github.com/rhythmictech/securityautomation-demo-project/workflows/tfsec/badge.svg?branch=master&event=push)](https://github.com/rhythmictech/securityautomation-demo-project/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amaster)
5-
[![yamllint](https://github.com/rhythmictech/securityautomation-demo-project/workflows/yamllint/badge.svg?branch=master&event=push)](https://github.com/rhythmictech/securityautomation-demo-project/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amaster)
6-
[![misspell](https://github.com/rhythmictech/securityautomation-demo-project/workflows/misspell/badge.svg?branch=master&event=push)](https://github.com/rhythmictech/securityautomation-demo-project/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amaster)
7-
[![pre-commit-check](https://github.com/rhythmictech/securityautomation-demo-project/workflows/pre-commit-check/badge.svg?branch=master&event=push)](https://github.com/rhythmictech/securityautomation-demo-project/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amaster)
8-
<a href="https://twitter.com/intent/follow?screen_name=RhythmicTech"><img src="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=twitter" alt="follow on Twitter"></a>
3+
[![tflint](https://github.com/cdaniluk/securityautomation-demo-project/workflows/tflint/badge.svg?branch=master&event=push)](https://github.com/cdaniluk/securityautomation-demo-project/actions?query=workflow%3Atflint+event%3Apush+branch%3Amaster)
4+
[![tfsec](https://github.com/cdaniluk/securityautomation-demo-project/workflows/tfsec/badge.svg?branch=master&event=push)](https://github.com/cdaniluk/securityautomation-demo-project/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amaster)
5+
[![yamllint](https://github.com/cdaniluk/securityautomation-demo-project/workflows/yamllint/badge.svg?branch=master&event=push)](https://github.com/cdaniluk/securityautomation-demo-project/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amaster)
6+
[![misspell](https://github.com/cdaniluk/securityautomation-demo-project/workflows/misspell/badge.svg?branch=master&event=push)](https://github.com/cdaniluk/securityautomation-demo-project/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amaster)
7+
[![pre-commit-check](https://github.com/cdaniluk/securityautomation-demo-project/workflows/pre-commit-check/badge.svg?branch=master&event=push)](https://github.com/cdaniluk/securityautomation-demo-project/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amaster)
8+
99

1010
A terraform repository based on the [securityautomation-demo-project](https://github.com/cdaniluk/securityautomation-demo-project) example repository maintained by [Rhythmic](https://www.rhythmictech.com/). This project maps to the included PowerPoint presentation demonstrating how to use Terraform to drive and manage AWS native security functions.
1111

0 commit comments

Comments
 (0)