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

Commit

Permalink
compute: support maxPortsPerVm field related to Cloud NAT's enableDyn…
Browse files Browse the repository at this point in the history
…amicPortAllocation (#6155) (#777)

Support for the Dynamic Port Allocation feature (tracked in
terraform-google-modules/terraform-google-cloud-nat#64 and
hashicorp/terraform-provider-google#11052) was initially implemented
in #6022, but it lacked support for the maxPortsPerVm field. This
field is crucial to allow the full configuration to work.

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 22, 2022
1 parent 6513ae7 commit 8aceda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.20220621205309-6e28de412b0c
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220622001138-922b67a420ef
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.20220621205309-6e28de412b0c h1:hGwZzHctN7uEi8OZx9S8B/6cftsGKpo9P9OOgx8sTTI=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220621205309-6e28de412b0c/go.mod h1:g7W3U8u64D5uAPK5wMiBiToVAYKk4XxRL3yVCU1HYAI=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220622001138-922b67a420ef h1:8KBSIIb75iKaF8I2k0ntlF6dAuRnme1CycukblezH4I=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220622001138-922b67a420ef/go.mod h1:g7W3U8u64D5uAPK5wMiBiToVAYKk4XxRL3yVCU1HYAI=
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

0 comments on commit 8aceda0

Please sign in to comment.