diff --git a/helpers/foundation-deployer/go.mod b/helpers/foundation-deployer/go.mod index 926cfdffb..292daa7be 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -8,7 +8,7 @@ require ( github.com/hashicorp/hcl/v2 v2.19.1 github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 github.com/stretchr/testify v1.8.4 - github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20231213170019-25c61c48c94e + github.com/terraform-google-modules/terraform-example-foundation/test/integration v4.0.0 github.com/tidwall/gjson v1.17.0 )