Skip to content

Commit 29275e3

Browse files
committed
bump eks module version to avoid breaking changes due to terrafrom-provider-aws v6.0.0 release
1 parent f7f1436 commit 29275e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func Test_EksExample(t *testing.T) {
121121

122122
// Generate package
123123
pulumiPackageAdd(t, integrationTest, localProviderBinPath, "terraform-aws-modules/vpc/aws", "5.19.0", "vpcmod")
124-
pulumiPackageAdd(t, integrationTest, localProviderBinPath, "terraform-aws-modules/eks/aws", "20.34.0", "eksmod")
124+
pulumiPackageAdd(t, integrationTest, localProviderBinPath, "terraform-aws-modules/eks/aws", "20.37.1", "eksmod")
125125

126126
integrationTest.Up(t, optup.Diff(),
127127
optup.ErrorProgressStreams(tw),

0 commit comments

Comments
 (0)