Skip to content

Commit

Permalink
fix: pin aws and gcp plugins and regen go sdk
Browse files Browse the repository at this point in the history
We keep seeing random diff's from the Go codegen
Might need to dig into this
  • Loading branch information
rawkode committed May 10, 2023
1 parent b434d83 commit 665b289
Show file tree
Hide file tree
Showing 18 changed files with 212 additions and 159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ jobs:
uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # tag=v2.0.0

- name: AWS Provider
run: pulumi plugin install resource aws
run: pulumi plugin install resource aws 5.40.0

- name: Google Provider
run: pulumi plugin install resource gcp
run: pulumi plugin install resource gcp 6.55.1

- name: Setup Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3.6.0
Expand Down
13 changes: 6 additions & 7 deletions sdk/go/rediscloud/activeActiveSubscription.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 35 additions & 29 deletions sdk/go/rediscloud/activeActiveSubscriptionDatabase.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions sdk/go/rediscloud/activeActiveSubscriptionPeering.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 665b289

Please sign in to comment.