Skip to content

Commit 1dec43b

Browse files
authored
Update README.md (#4)
* Update README.md * rm pre-commit validate * rm ci validate
1 parent a696328 commit 1dec43b

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

.github/workflows/pre-commit.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ jobs:
4141
with:
4242
directory: ${{ matrix.directory }}
4343

44-
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
45-
# Run only validate pre-commit check on min version supported
46-
if: ${{ matrix.directory != '.' }}
47-
uses: clowdhaus/terraform-composite-actions/[email protected]
48-
with:
49-
terraform-version: ${{ steps.minMax.outputs.minVersion }}
50-
tflint-version: ${{ env.TFLINT_VERSION }}
51-
args: 'terraform_validate --color=always --show-diff-on-failure --files ${{ matrix.directory }}/*'
44+
#- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
45+
# # Run only validate pre-commit check on min version supported
46+
# if: ${{ matrix.directory != '.' }}
47+
# uses: clowdhaus/terraform-composite-actions/[email protected]
48+
# with:
49+
# terraform-version: ${{ steps.minMax.outputs.minVersion }}
50+
# tflint-version: ${{ env.TFLINT_VERSION }}
51+
# args: 'terraform_validate --color=always --show-diff-on-failure --files ${{ matrix.directory }}/*'
5252

53-
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
54-
# Run only validate pre-commit check on min version supported
55-
if: ${{ matrix.directory == '.' }}
56-
uses: clowdhaus/terraform-composite-actions/[email protected]
57-
with:
58-
terraform-version: ${{ steps.minMax.outputs.minVersion }}
59-
tflint-version: ${{ env.TFLINT_VERSION }}
60-
args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
53+
#- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
54+
# # Run only validate pre-commit check on min version supported
55+
# if: ${{ matrix.directory == '.' }}
56+
# uses: clowdhaus/terraform-composite-actions/[email protected]
57+
# with:
58+
# terraform-version: ${{ steps.minMax.outputs.minVersion }}
59+
# tflint-version: ${{ env.TFLINT_VERSION }}
60+
# args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
6161

6262
preCommitMaxVersion:
6363
name: Max TF pre-commit

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
### <p align="center">Spin up an ETH client on AWS</p>
33

44
- The deployment takes no more than two minutes
5+
- The default OS the nodes get configured on is debian12
6+
- All clients are managed by systemd
7+
58
- The module takes care of the:
69
- EC2's configuration
710
- creation & management of the volumes that'll hold the chains' data
811
- mounting of the volumes
9-
- the installation & configuration of the specified ethereum node(s)
12+
- the installation & configuration of the specified ethereum node(s)
1013
- EC2's security group
1114

1215
- Full examples can be found in the [examples](./examples/) directory.

0 commit comments

Comments
 (0)