Skip to content

Commit

Permalink
test: use darwin_arm64 compatible aws plugin (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Feb 5, 2024
1 parent a4332bd commit aec1c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Test_Install(t *testing.T) {
config := NewInstallConfig(tflint.EmptyConfig(), &tflint.PluginConfig{
Name: "aws",
Enabled: true,
Version: "0.4.0",
Version: "0.29.0",
Source: "github.com/terraform-linters/tflint-ruleset-aws",
SourceHost: "github.com",
SourceOwner: "terraform-linters",
Expand Down

0 comments on commit aec1c73

Please sign in to comment.