This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +25
-17
lines changed
Expand file tree Collapse file tree 7 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 1+ name : validate
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ validate :
13+ uses : trussworks/shared-actions/.github/workflows/validate.yml@main
14+ with :
15+ go-version : 1.19
Original file line number Diff line number Diff line change 33terraform.tfstate
44terraform.tfstate.backup
55terraform.tfstate. * .backup
6+ vendor
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.2 .0
3+ rev : v4.3 .0
44 hooks :
55 - id : check-json
66 - id : check-merge-conflict
@@ -12,17 +12,17 @@ repos:
1212 - id : trailing-whitespace
1313
1414 - repo : https://github.com/igorshubovych/markdownlint-cli
15- rev : v0.23 .2
15+ rev : v0.32 .2
1616 hooks :
1717 - id : markdownlint
1818
1919 - repo : https://github.com/antonbabenko/pre-commit-terraform
20- rev : v1.71 .0
20+ rev : v1.76 .0
2121 hooks :
2222 - id : terraform_docs
2323 - id : terraform_fmt
2424
2525 - repo : https://github.com/golangci/golangci-lint
26- rev : v1.45.2
26+ rev : v1.50.1
2727 hooks :
2828 - id : golangci-lint
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ Terraform 0.11. Pin module version to ~> 1.0. Submit pull-requests to terraform0
5353| Name | Version |
5454| ------| ---------|
5555| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.0 |
56- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3 .0 |
56+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 4 .0 |
5757
5858## Providers
5959
6060| Name | Version |
6161| ------| ---------|
62- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3 .0 |
62+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 4 .0 |
6363
6464## Modules
6565
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/trussworks/terraform-aws-ecs-cluster
33go 1.19
44
55require (
6- github.com/aws/aws-sdk-go v1.44.126
6+ github.com/aws/aws-sdk-go v1.44.127
77 github.com/gruntwork-io/terratest v0.40.24
88 github.com/stretchr/testify v1.8.1
99)
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6
6262github.com/apparentlymart/go-textseg/v13 v13.0.0 /go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo =
6363github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
6464github.com/aws/aws-sdk-go v1.15.78 /go.mod h1:E3/ieXAlvM0XWO57iftYVDLLvQ824smPP3ATZkfNZeM =
65- github.com/aws/aws-sdk-go v1.44.126 h1:7HQJw2DNiwpxqMe2H7odGNT2rhO4SRrUe5/8dYXl0Jk =
66- github.com/aws/aws-sdk-go v1.44.126 /go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo =
65+ github.com/aws/aws-sdk-go v1.44.127 h1:IoO2VfuIQg1aMXnl8l6OpNUKT4Qq5CnJMOyIWoTYXj0 =
66+ github.com/aws/aws-sdk-go v1.44.127 /go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo =
6767github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas =
6868github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d /go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4 =
6969github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
You can’t perform that action at this time.
0 commit comments