Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Bugfix: honor upstream default for enableDynamicPortAllocation #771

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/terraform-json v0.13.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220614183843-d84f3bf1bf09
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220615190539-8520a6e717db
github.com/kr/pretty v0.3.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/gomega v1.17.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ github.com/hashicorp/terraform-plugin-log v0.4.0 h1:F3eVnm8r2EfQCe2k9blPIiF/r2TT
github.com/hashicorp/terraform-plugin-log v0.4.0/go.mod h1:9KclxdunFownr4pIm1jdmwKRmE4d6HVG2c9XDq47rpg=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0 h1:9fjPgCenJqnbjo95SDcbJ+YdLyEC1N35cwKWcRWhJTQ=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0/go.mod h1:hLa0sTiySU/AWEgV2GxJh0/pQIqcCmm30IPja9N9lTg=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220614183843-d84f3bf1bf09 h1:7Ijc7VuR4+k+qFZJHccQOFQ++UvaP68MP4H6/5Mcy+s=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220614183843-d84f3bf1bf09/go.mod h1:mqsL8g69G+YPPRC8tz+GhLxDQBuVQlUjboPt1Pvme4s=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220615190539-8520a6e717db h1:KwK1q5bjlbxZhKvbKMnZ4kf2CNCR4XTQKNr8yggMXzI=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220615190539-8520a6e717db/go.mod h1:mqsL8g69G+YPPRC8tz+GhLxDQBuVQlUjboPt1Pvme4s=
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw=
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896/go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
Expand Down