Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Composer fix scheduler count update (#6159) (#785)
Browse files Browse the repository at this point in the history
* fix scheduler_count update

* restore master's Gemfile.lock

* ad import step and fix formatting

* fix formatting

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 24, 2022
1 parent 6eb68f3 commit b99bb64
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.20220623211603-ed6d8a9c5c23
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220624154732-676e427607f9
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.20220623211603-ed6d8a9c5c23 h1:y/SRAfaZvR8PhKu75r0n1T9mDjHXiz6IPGNX2RNeGCE=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220623211603-ed6d8a9c5c23/go.mod h1:g7W3U8u64D5uAPK5wMiBiToVAYKk4XxRL3yVCU1HYAI=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220624154732-676e427607f9 h1:LZTipJuWGW5/jWUQw/4hbB2NQuQRYCxoboSXJ+w+48I=
github.com/hashicorp/terraform-provider-google v1.20.1-0.20220624154732-676e427607f9/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 b99bb64

Please sign in to comment.