Skip to content

Commit

Permalink
Upgrade terraform-provider-scaleway to v2.46.0 (#341)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks
  • Loading branch information
ringods authored Oct 31, 2024
1 parent 1647b72 commit 0c8811c
Show file tree
Hide file tree
Showing 76 changed files with 1,660 additions and 13,676 deletions.
1,751 changes: 447 additions & 1,304 deletions provider/cmd/pulumi-resource-scaleway/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 // indirect
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0 // indirect
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.3.5 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1990,8 +1990,8 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 h1:TToq11gyfNlrMFZiYujSekIsPd9Am
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 h1:yoKAVkEVwAqbGbR8n87rHQ1dulL25rKloGadb3vm770=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30/go.mod h1:sH0u6fq6x4R5M7WxkoQFY/o7UaiItec0o1LinLCJNq8=
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0 h1:47OF1l/AhTJztNb6pRMa2wY4oyyRtehOFUuvO/EAkR8=
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0/go.mod h1:UIl6/JpUkO30efjRsV5fh+WU3Bcg0j0LA+qc6E+bhlU=
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0 h1:VD9V/t43In0CDmjzcZv0gLcMmGprd0eZP/ZIs91vbxs=
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0/go.mod h1:UIl6/JpUkO30efjRsV5fh+WU3Bcg0j0LA+qc6E+bhlU=
github.com/sebdah/goldie v1.0.0/go.mod h1:jXP4hmWywNEwZzhMuv2ccnqTSFpuq8iyQhtQdkkZBH4=
github.com/segmentio/asm v1.1.3 h1:WM03sfUOENvvKexOLp+pCqgb/WDjsi7EK8gIsICtzhc=
github.com/segmentio/asm v1.1.3/go.mod h1:Ld3L4ZXGNcSLRg4JBsZ3//1+f/TjYl0Mzen/DQy1EJg=
Expand Down
60 changes: 6 additions & 54 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,42 +233,6 @@ func Provider() tfbridge.ProviderInfo {
Source: "domain_zone.md",
},
},
"scaleway_documentdb_database": {
Tok: scalewayResource(scalewayMod, "DocumentdbDatabase"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_database.md",
},
},
"scaleway_documentdb_instance": {
Tok: scalewayResource(scalewayMod, "DocumentdbInstance"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_instance.md",
},
},
"scaleway_documentdb_private_network_endpoint": {
Tok: scalewayResource(scalewayMod, "DocumentdbPrivateNetworkEndpoint"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_private_network_endpoint.md",
},
},
"scaleway_documentdb_privilege": {
Tok: scalewayResource(scalewayMod, "DocumentdbPrivilege"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_privilege.md",
},
},
"scaleway_documentdb_read_replica": {
Tok: scalewayResource(scalewayMod, "DocumentdbReadReplica"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_read_replica.md",
},
},
"scaleway_documentdb_user": {
Tok: scalewayResource(scalewayMod, "DocumentdbUser"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_user.md",
},
},
"scaleway_flexible_ip_mac_address": {
Tok: scalewayResource(scalewayMod, "FlexibleIpMacAddress"),
Docs: &tfbridge.DocInfo{
Expand Down Expand Up @@ -871,24 +835,6 @@ func Provider() tfbridge.ProviderInfo {
Source: "domain_zone.md",
},
},
"scaleway_documentdb_database": {
Tok: scalewayDataSource(scalewayMod, "getDocumentdbDatabase"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_database.md",
},
},
"scaleway_documentdb_instance": {
Tok: scalewayDataSource(scalewayMod, "getDocumentdbInstance"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_instance.md",
},
},
"scaleway_documentdb_load_balancer_endpoint": {
Tok: scalewayDataSource(scalewayMod, "getDocumentdbLoadBalancerEndpoint"),
Docs: &tfbridge.DocInfo{
Source: "documentdb_load_balancer_endpoint.md",
},
},
"scaleway_flexible_ip": {
Tok: scalewayDataSource(scalewayMod, "getFlexibleIp"),
Docs: &tfbridge.DocInfo{
Expand Down Expand Up @@ -1171,6 +1117,12 @@ func Provider() tfbridge.ProviderInfo {
Source: "registry_image.md",
},
},
"scaleway_registry_image_tag": {
Tok: scalewayDataSource(scalewayMod, "getRegistryImageTag"),
Docs: &tfbridge.DocInfo{
Source: "registry_image_tag.md",
},
},
"scaleway_registry_namespace": {
Tok: scalewayDataSource(scalewayMod, "getRegistryNamespace"),
Docs: &tfbridge.DocInfo{
Expand Down
2 changes: 1 addition & 1 deletion provider/shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions provider/shim/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 h1:yoKAVkEVwAqbGbR8n87rHQ1dulL25rKloGadb3vm770=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30/go.mod h1:sH0u6fq6x4R5M7WxkoQFY/o7UaiItec0o1LinLCJNq8=
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0 h1:47OF1l/AhTJztNb6pRMa2wY4oyyRtehOFUuvO/EAkR8=
github.com/scaleway/terraform-provider-scaleway/v2 v2.45.0/go.mod h1:UIl6/JpUkO30efjRsV5fh+WU3Bcg0j0LA+qc6E+bhlU=
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0 h1:VD9V/t43In0CDmjzcZv0gLcMmGprd0eZP/ZIs91vbxs=
github.com/scaleway/terraform-provider-scaleway/v2 v2.46.0/go.mod h1:UIl6/JpUkO30efjRsV5fh+WU3Bcg0j0LA+qc6E+bhlU=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=
Expand Down
41 changes: 41 additions & 0 deletions sdk/dotnet/CockpitAlertManager.cs

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

Loading

0 comments on commit 0c8811c

Please sign in to comment.