Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v6.24.0 (#707)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-oci
--kind=provider`.

---

- Upgrading terraform-provider-oci from 6.23.0  to 6.24.0.
	Fixes #704
  • Loading branch information
VenelinMartinov authored Jan 31, 2025
1 parent ded390b commit 74283f7
Show file tree
Hide file tree
Showing 383 changed files with 45,698 additions and 6,813 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
234 changes: 232 additions & 2 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json

Large diffs are not rendered by default.

2,453 changes: 2,368 additions & 85 deletions provider/cmd/pulumi-resource-oci/schema.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ replace (
github.com/oracle/terraform-provider-oci/shim => ./shim
)

replace github.com/oracle/oci-go-sdk/v65 => github.com/oracle/oci-go-sdk/v65 v65.81.3

require (
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589 // indirect
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84 // indirect
github.com/oracle/terraform-provider-oci/shim v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.102.0
github.com/pulumi/pulumi/pkg/v3 v3.147.0 // indirect
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

require github.com/oracle/oci-go-sdk/v65 v65.81.3 // indirect
require github.com/oracle/oci-go-sdk/v65 v65.82.0 // indirect

require (
cloud.google.com/go v0.112.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2093,10 +2093,10 @@ github.com/opentracing/basictracer-go v1.1.0/go.mod h1:V2HZueSJEp879yv285Aap1BS6
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/oracle/oci-go-sdk/v65 v65.81.3 h1:L4JcHSV4xLxySfZOQumUazlRN/2u/7r7Muw0Apg7UYI=
github.com/oracle/oci-go-sdk/v65 v65.81.3/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589 h1:Kfa6tv0XBMHYy+wjCIM9AnlVd3ffhRS7ZW9nUr3e59w=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589/go.mod h1:iIZlXMdl2RWp6YtTvU2mx467N4h4IhoqYC49GOg8jao=
github.com/oracle/oci-go-sdk/v65 v65.82.0 h1:42fSqE847E95ICfVPcKhRmzkvM6tucwbPdUMQydfWGc=
github.com/oracle/oci-go-sdk/v65 v65.82.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84 h1:I2WTr+GDpzc6q2XKSXLgxw6Hqme45eD7Mso28OaBd6o=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84/go.mod h1:Ia5bdqB+KAdDIGw97FreLy+W/lIKRiNINb7oS7vkWs4=
github.com/pgavlin/fx v0.1.6 h1:r9jEg69DhNoCd3Xh0+5mIbdbS3PqWrVWujkY76MFRTU=
github.com/pgavlin/fx v0.1.6/go.mod h1:KWZJ6fqBBSh8GxHYqwYCf3rYE7Gp2p0N8tJp8xv9u9M=
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 h1:LoCV5cscNVWyK5ChN/uCoIFJz8jZD63VQiGJIRgr6uo=
Expand Down
4 changes: 2 additions & 2 deletions provider/shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84
)

replace github.com/hashicorp/terraform-exec => github.com/hashicorp/terraform-exec v0.14.0
Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/oracle/oci-go-sdk/v65 v65.81.3 // indirect
github.com/oracle/oci-go-sdk/v65 v65.82.0 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/shim/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/oracle/oci-go-sdk/v65 v65.81.3 h1:L4JcHSV4xLxySfZOQumUazlRN/2u/7r7Muw0Apg7UYI=
github.com/oracle/oci-go-sdk/v65 v65.81.3/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589 h1:Kfa6tv0XBMHYy+wjCIM9AnlVd3ffhRS7ZW9nUr3e59w=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250123033207-4b6f9439c589/go.mod h1:iIZlXMdl2RWp6YtTvU2mx467N4h4IhoqYC49GOg8jao=
github.com/oracle/oci-go-sdk/v65 v65.82.0 h1:42fSqE847E95ICfVPcKhRmzkvM6tucwbPdUMQydfWGc=
github.com/oracle/oci-go-sdk/v65 v65.82.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84 h1:I2WTr+GDpzc6q2XKSXLgxw6Hqme45eD7Mso28OaBd6o=
github.com/oracle/terraform-provider-oci v1.0.19-0.20250129233435-fad14b780c84/go.mod h1:Ia5bdqB+KAdDIGw97FreLy+W/lIKRiNINb7oS7vkWs4=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ApmSynthetics/Config.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/ApmSynthetics/DedicatedVantagePoint.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetDedicatedVantagePoint.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetDedicatedVantagePoints.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetMonitor.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetMonitors.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetOnPremiseVantagePoint.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetOnPremiseVantagePointWorker.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/ApmSynthetics/GetOnPremiseVantagePointWorkers.cs

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

Loading

0 comments on commit 74283f7

Please sign in to comment.