Skip to content

Commit

Permalink
[TESTING]: bridge generate shorter type names
Browse files Browse the repository at this point in the history
PR to test out the changes in pulumi/pulumi-terraform-bridge#2290

Only checking in the java sdk to keep the file changes to a minimum
  • Loading branch information
corymhall committed Aug 9, 2024
1 parent 8f1755f commit b1f6a40
Show file tree
Hide file tree
Showing 904 changed files with 8,784 additions and 69,645 deletions.
10,942 changes: 3,549 additions & 7,393 deletions provider/cmd/pulumi-resource-aws/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ require (
github.com/hashicorp/terraform-provider-aws v1.60.1-0.20220923175450-ca71523cdc36
github.com/mitchellh/go-homedir v1.1.0
github.com/pulumi/providertest v0.0.14
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.0
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.1-0.20240808195237-c7bb50447df7
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.1-0.20240808195237-c7bb50447df7
github.com/pulumi/pulumi/pkg/v3 v3.126.0
github.com/pulumi/pulumi/sdk/v3 v3.126.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 4 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2393,8 +2393,12 @@ github.com/pulumi/pulumi-java/pkg v0.11.0 h1:Jw9gBvyfmfOMq/EkYDm9+zGPxsDAA8jfeMp
github.com/pulumi/pulumi-java/pkg v0.11.0/go.mod h1:sXAk25P47AQVQL6ilAbFmRNgZykC7og/+87ihnqzFTc=
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.0 h1:nSXm/mV699EtAXLoA/XrDkFyoyWPFyfcMqk/SGCuH2M=
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.0/go.mod h1:vGN8Ab6u/dxRE1Byqo6dXQE/loVbe9hYqiiHqm00hV4=
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.1-0.20240808195237-c7bb50447df7 h1:VJtQ94y423vjsCP9dbL7TDJEaalgSmCHcziOYWloU1U=
github.com/pulumi/pulumi-terraform-bridge/pf v0.41.1-0.20240808195237-c7bb50447df7/go.mod h1:0C69eMhwGgI+4yYNbVnBG66mneCI5lhFXIL4q/O2vI0=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.0 h1:0W2Y3Fk7VAWHpjD3FwzVnqWo7g1hD+96C0YDobMnvDU=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.0/go.mod h1:QSDiqiCMMbfzrsp3oyRPWgSVE/dkVH5ujxoFappqjdo=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.1-0.20240808195237-c7bb50447df7 h1:TKjgPBUbEADf1dx15DjkHvt+T/uCais3LHWtQGXqBk4=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.1-0.20240808195237-c7bb50447df7/go.mod h1:WfVOB+6dLYbL3Z+So0GZek0DbHZf02vfHVJBmCUfiyA=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 h1:mav2tSitA9BPJPLLahKgepHyYsMzwaTm4cvp0dcTMYw=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8/go.mod h1:qUYk2c9i/yqMGNj9/bQyXpS39BxNDSXYjVN1njnq0zY=
github.com/pulumi/pulumi-yaml v1.9.1 h1:JPeI80M23SPactxgnCFS1casZlSr7ZhAXwSx4H55QQ4=
Expand Down
4 changes: 2 additions & 2 deletions sdk/java/src/main/java/com/pulumi/aws/autoscaling/Policy.java

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

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

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

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

Loading

0 comments on commit b1f6a40

Please sign in to comment.