Skip to content

Commit

Permalink
Merge pull request #171 from pulumi/upgrade-terraform-provider-scm-to…
Browse files Browse the repository at this point in the history
…-v0.10.0-ci

Upgrade terraform-provider-scm to v0.10.0
  • Loading branch information
zbuchheit authored Jan 11, 2025
2 parents dfc592f + 178a7e5 commit 9c853e7
Show file tree
Hide file tree
Showing 20 changed files with 277 additions and 6 deletions.
2 changes: 1 addition & 1 deletion patches/0001-Add-shim.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Add shim

diff --git a/scm/shim.go b/scm/shim.go
new file mode 100644
index 0000000..6e4547d
index 0000000..0fabc68
--- /dev/null
+++ b/scm/shim.go
@@ -0,0 +1,12 @@
Expand Down
23 changes: 22 additions & 1 deletion provider/cmd/pulumi-resource-scm/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5278,13 +5278,24 @@
"type": "string",
"description": "The PeerIpAddress param.\n"
},
"sameAsPrimary": {
"type": "boolean",
"description": "If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.\n"
},
"secret": {
"type": "string",
"description": "The Secret param.\n",
"secret": true
}
},
"type": "object"
"type": "object",
"language": {
"nodejs": {
"requiredOutputs": [
"sameAsPrimary"
]
}
}
},
"scm:index/ScepProfileAlgorithm:ScepProfileAlgorithm": {
"properties": {
Expand Down Expand Up @@ -23003,6 +23014,10 @@
"type": "string",
"description": "The PeerIpAddress param.\n"
},
"sameAsPrimary": {
"type": "boolean",
"description": "If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.\n"
},
"secret": {
"type": "string",
"description": "The Secret param.\n",
Expand All @@ -23013,6 +23028,7 @@
"required": [
"localIpAddress",
"peerIpAddress",
"sameAsPrimary",
"secret"
],
"language": {
Expand Down Expand Up @@ -23111,6 +23127,10 @@
"type": "string",
"description": "The PeerIpAddress param.\n"
},
"sameAsPrimary": {
"type": "boolean",
"description": "If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.\n"
},
"secret": {
"type": "string",
"description": "The Secret param.\n",
Expand All @@ -23121,6 +23141,7 @@
"required": [
"localIpAddress",
"peerIpAddress",
"sameAsPrimary",
"secret"
],
"language": {
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ require (
github.com/opentofu/registry-address v0.0.0-20230922120653-901b9ae4061a // indirect
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/paloaltonetworks/scm-go v0.10.0 // indirect
github.com/paloaltonetworks/scm-go v0.11.0 // indirect
github.com/pgavlin/fx v0.1.6 // indirect
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,8 @@ 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/paloaltonetworks/scm-go v0.10.0 h1:Lsj2BL4VyEAp+9+DE/EN+02P9Iz5A5V16jySsoZmP9Y=
github.com/paloaltonetworks/scm-go v0.10.0/go.mod h1:8CiN/F+XcDSwup6WutVuV92+Rw+35F8aPDo+QFdoQeA=
github.com/paloaltonetworks/scm-go v0.11.0 h1:Mt9TflvL4hvYjkXPZh3uPvVDzV+d8+ETceExIPsxwjk=
github.com/paloaltonetworks/scm-go v0.11.0/go.mod h1:8CiN/F+XcDSwup6WutVuV92+Rw+35F8aPDo+QFdoQeA=
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
6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/RemoteNetworkProtocolBgpPeerArgs.cs

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

6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/RemoteNetworkProtocolBgpPeerGetArgs.cs

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.

7 changes: 7 additions & 0 deletions sdk/dotnet/Outputs/GetRemoteNetworkProtocolBgpPeerResult.cs

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

7 changes: 7 additions & 0 deletions sdk/dotnet/Outputs/RemoteNetworkProtocolBgpPeer.cs

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

19 changes: 19 additions & 0 deletions sdk/go/scm/pulumiTypes.go

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

18 changes: 18 additions & 0 deletions sdk/go/scm/pulumiTypes1.go

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 9c853e7

Please sign in to comment.