Skip to content

Commit

Permalink
Upgrade terraform-provider-confluent to v2.10.0 (#630)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider
pulumi/pulumi-confluentcloud --kind=all --target-version=2.10.0`.

---

- Upgrading terraform-provider-confluent from 2.9.0  to 2.10.0.
	Fixes #629
  • Loading branch information
pulumi-bot authored Nov 20, 2024
1 parent 4cf2259 commit e5d2091
Show file tree
Hide file tree
Showing 102 changed files with 3,591 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] Add Go module version to upstream go.mod


diff --git a/go.mod b/go.mod
index 02cb52da..d48cbcea 100644
index f610e37f..a7e88575 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
Expand Down
40 changes: 40 additions & 0 deletions provider/cmd/pulumi-resource-confluentcloud/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"aws_egress_private_link_endpoint": {
"maxItemsOne": true
},
"aws_private_network_interface": {
"maxItemsOne": true,
"elem": {
"fields": {
"network_interfaces": {
"maxItemsOne": false
}
}
}
},
"azure_egress_private_link_endpoint": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -277,6 +287,16 @@
"aws_egress_private_link_gateway": {
"maxItemsOne": true
},
"aws_private_network_interface_gateway": {
"maxItemsOne": true,
"elem": {
"fields": {
"zones": {
"maxItemsOne": false
}
}
}
},
"azure_egress_private_link_gateway": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -825,6 +845,16 @@
"aws_egress_private_link_endpoint": {
"maxItemsOne": false
},
"aws_private_network_interface": {
"maxItemsOne": false,
"elem": {
"fields": {
"network_interfaces": {
"maxItemsOne": false
}
}
}
},
"azure_egress_private_link_endpoint": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -972,6 +1002,16 @@
"aws_peering_gateway": {
"maxItemsOne": false
},
"aws_private_network_interface_gateway": {
"maxItemsOne": false,
"elem": {
"fields": {
"zones": {
"maxItemsOne": false
}
}
}
},
"azure_egress_private_link_gateway": {
"maxItemsOne": false
},
Expand Down
206 changes: 198 additions & 8 deletions provider/cmd/pulumi-resource-confluentcloud/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 @@ -56,7 +56,7 @@ require (
github.com/confluentinc/ccloud-sdk-go-v2/connect-custom-plugin v0.0.2 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/data-catalog v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/flink v0.9.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.1.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.4.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/flink-gateway v0.17.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/iam v0.10.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/identity-provider v0.2.0 // indirect
Expand All @@ -65,7 +65,7 @@ require (
github.com/confluentinc/ccloud-sdk-go-v2/ksql v0.1.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/mds v0.3.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking v0.12.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.3.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.5.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-dnsforwarder v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-gateway v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-ip v0.2.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,8 @@ github.com/confluentinc/ccloud-sdk-go-v2/data-catalog v0.2.0 h1:ySx0jYNGK0XLcSkg
github.com/confluentinc/ccloud-sdk-go-v2/data-catalog v0.2.0/go.mod h1:27GwI+j82LDFydahgmKVroqw6oFxzbvIj+ZOnksaKGw=
github.com/confluentinc/ccloud-sdk-go-v2/flink v0.9.0 h1:QqtIFEB5E3CIyGMJd7NQBEtc/k3K11PX7f4Fj7sPFdo=
github.com/confluentinc/ccloud-sdk-go-v2/flink v0.9.0/go.mod h1:GPj4sfR85OyiFQUMNEq1DtPOjYVAuE222Z6Mcapwa48=
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.1.0 h1:2QuFhvrfU4AdxyfWWPFY0fqEg8p8wmKFfC6N+35pxHg=
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.1.0/go.mod h1:cl7LEL6bFgiXQ+8sEZvo3BrYZxDOvGkx4jV7eX1ssN4=
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.4.0 h1:x7rT5dheLVyfzPumDjDyAMj7nwpEDwQaP1rN9RbbH70=
github.com/confluentinc/ccloud-sdk-go-v2/flink-artifact v0.4.0/go.mod h1:j7E98ymo8yRmW18252CoQlr4rjmGv211rfo8M4fIVcQ=
github.com/confluentinc/ccloud-sdk-go-v2/flink-gateway v0.17.0 h1:8Y1uXjolI2d5mawcfLn4OfJ81WRMQpjMFWdBm3dLdrk=
github.com/confluentinc/ccloud-sdk-go-v2/flink-gateway v0.17.0/go.mod h1:cJ6erfVlWSyz6L+2dR46cF2+s5I2r+pTNrPm2fNbcqU=
github.com/confluentinc/ccloud-sdk-go-v2/iam v0.10.0 h1:AV0bGk01bGfKzNq5IVqRi2iEc6YTeBbl//IYvQ/j8ag=
Expand All @@ -1353,8 +1353,8 @@ github.com/confluentinc/ccloud-sdk-go-v2/mds v0.3.0 h1:DaipFGVdZjAE8eSztUrA/4b74
github.com/confluentinc/ccloud-sdk-go-v2/mds v0.3.0/go.mod h1:ufn9In8kDsyJ7Nru2ygpAaWdGw7DSDTOTtDhQVSmZjs=
github.com/confluentinc/ccloud-sdk-go-v2/networking v0.12.0 h1:eaIjlpKyjW6WgOKqR2/v1oITgK/m/eg4PdIrmIN8fbc=
github.com/confluentinc/ccloud-sdk-go-v2/networking v0.12.0/go.mod h1:jL9lLHYwFKzCJE5Fh62UdRqJCMJ9T/xg5QOdnQRYIUg=
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.3.0 h1:8STgb5JDV6QFhZIGzvLuGA3eC1aIUBcqW6zS8pHN6BU=
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.3.0/go.mod h1:HV1xGUwTsGEU3Mgvc+7Ya/0HRpUO69L2rqqxO7LeWMc=
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.5.0 h1:q2sfstoFDF/ZUs0MapOzalwIjp4UjL6CK+cMNZmdzNM=
github.com/confluentinc/ccloud-sdk-go-v2/networking-access-point v0.5.0/go.mod h1:HV1xGUwTsGEU3Mgvc+7Ya/0HRpUO69L2rqqxO7LeWMc=
github.com/confluentinc/ccloud-sdk-go-v2/networking-dnsforwarder v0.2.0 h1:OdIeCGfy8iQ2Bm+08CDXYttwZOUme0e9FVGrBjBJGx4=
github.com/confluentinc/ccloud-sdk-go-v2/networking-dnsforwarder v0.2.0/go.mod h1:472T8ufudvXgXea2BhYxhE/2eowwhoulZzboDh6+ec4=
github.com/confluentinc/ccloud-sdk-go-v2/networking-gateway v0.2.0 h1:a3eTOQy6tlbcZIFzcAKQPoZALi6Csg4phlCQLPyUdsA=
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/AccessPoint.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/CertificateAuthority.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/CertificatePool.cs

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

67 changes: 63 additions & 4 deletions sdk/dotnet/Connector.cs

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

4 changes: 2 additions & 2 deletions sdk/dotnet/FlinkArtifact.cs

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

18 changes: 18 additions & 0 deletions sdk/dotnet/Gateway.cs

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

Loading

0 comments on commit e5d2091

Please sign in to comment.