Skip to content

Commit

Permalink
Upgrade terraform-provider-scaleway to v2.48.0 (#348)
Browse files Browse the repository at this point in the history
* Upgrade terraform-provider-scaleway to v2.48.0

---------

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
ringods and pulumi-bot authored Dec 8, 2024
1 parent a324c84 commit 4e78c4c
Show file tree
Hide file tree
Showing 67 changed files with 1,202 additions and 596 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.18.0
35 changes: 17 additions & 18 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ go 1.22

toolchain go1.22.4

require github.com/pulumi/pulumi/pkg/v3 v3.137.0
require github.com/pulumi/pulumi/pkg/v3 v3.140.0

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute v1.25.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.6 // indirect
cloud.google.com/go/kms v1.15.7 // indirect
cloud.google.com/go/logging v1.9.0 // indirect
Expand All @@ -28,6 +27,7 @@ require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-sdk-go v1.50.36 // indirect
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
Expand All @@ -89,7 +89,7 @@ require (
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
github.com/hashicorp/vault/api v1.12.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand Down Expand Up @@ -125,7 +125,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.10.0 // indirect
github.com/pulumi/pulumi/sdk/v3 v3.137.0 // indirect
github.com/pulumi/pulumi/sdk/v3 v3.140.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
Expand Down Expand Up @@ -155,25 +155,24 @@ require (
go.uber.org/atomic v1.9.0 // indirect
gocloud.dev v0.37.0 // indirect
gocloud.dev/secrets/hashivault v0.37.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/frand v1.4.2 // indirect
Expand Down
76 changes: 34 additions & 42 deletions examples/go.sum

Large diffs are not rendered by default.

42 changes: 36 additions & 6 deletions provider/cmd/pulumi-resource-scaleway/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@
"current": "scaleway:index/containerDomain:ContainerDomain"
},
"scaleway_container_namespace": {
"current": "scaleway:index/containerNamespace:ContainerNamespace"
"current": "scaleway:index/containerNamespace:ContainerNamespace",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_container_token": {
"current": "scaleway:index/containerToken:ContainerToken"
Expand Down Expand Up @@ -199,7 +204,12 @@
"current": "scaleway:index/functionDomain:FunctionDomain"
},
"scaleway_function_namespace": {
"current": "scaleway:index/functionNamespace:FunctionNamespace"
"current": "scaleway:index/functionNamespace:FunctionNamespace",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_function_token": {
"current": "scaleway:index/functionToken:FunctionToken"
Expand Down Expand Up @@ -268,7 +278,12 @@
"current": "scaleway:index/iamSshKey:IamSshKey"
},
"scaleway_iam_user": {
"current": "scaleway:index/iamUser:IamUser"
"current": "scaleway:index/iamUser:IamUser",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_inference_deployment": {
"current": "scaleway:index/inferenceDeployment:InferenceDeployment",
Expand Down Expand Up @@ -1171,7 +1186,12 @@
"current": "scaleway:index/getContainer:getContainer"
},
"scaleway_container_namespace": {
"current": "scaleway:index/getContainerNamespace:getContainerNamespace"
"current": "scaleway:index/getContainerNamespace:getContainerNamespace",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_domain_record": {
"current": "scaleway:index/getDomainRecord:getDomainRecord",
Expand Down Expand Up @@ -1264,7 +1284,12 @@
"current": "scaleway:index/getFunction:getFunction"
},
"scaleway_function_namespace": {
"current": "scaleway:index/getFunctionNamespace:getFunctionNamespace"
"current": "scaleway:index/getFunctionNamespace:getFunctionNamespace",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_iam_api_key": {
"current": "scaleway:index/getIamApiKey:getIamApiKey"
Expand Down Expand Up @@ -1295,7 +1320,12 @@
"current": "scaleway:index/getIamSshKey:getIamSshKey"
},
"scaleway_iam_user": {
"current": "scaleway:index/getIamUser:getIamUser"
"current": "scaleway:index/getIamUser:getIamUser",
"fields": {
"tags": {
"maxItemsOne": false
}
}
},
"scaleway_instance_image": {
"current": "scaleway:index/getInstanceImage:getInstanceImage",
Expand Down
Loading

0 comments on commit 4e78c4c

Please sign in to comment.