Skip to content

Commit

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

---

- Upgrading terraform-provider-confluent from 2.4.0  to 2.5.0.
	Fixes #594
  • Loading branch information
pulumi-bot authored Oct 7, 2024
1 parent 11f1ec2 commit 2454693
Show file tree
Hide file tree
Showing 55 changed files with 8,490 additions and 2 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 093f6183..8a3b61fa 100644
index 4cd5c97a..14bf33e7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
Expand Down
44 changes: 44 additions & 0 deletions provider/cmd/pulumi-resource-confluentcloud/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,28 @@
}
}
},
"confluent_certificate_authority": {
"current": "confluentcloud:index/certificateAuthority:CertificateAuthority",
"fields": {
"expiration_dates": {
"maxItemsOne": false
},
"fingerprints": {
"maxItemsOne": false
},
"serial_numbers": {
"maxItemsOne": false
}
}
},
"confluent_certificate_pool": {
"current": "confluentcloud:index/certificatePool:CertificatePool",
"fields": {
"certificate_authority": {
"maxItemsOne": true
}
}
},
"confluent_cluster_link": {
"current": "confluentcloud:index/clusterLink:ClusterLink",
"fields": {
Expand Down Expand Up @@ -842,6 +864,28 @@
}
}
},
"confluent_certificate_authority": {
"current": "confluentcloud:index/getCertificateAuthority:getCertificateAuthority",
"fields": {
"expiration_dates": {
"maxItemsOne": false
},
"fingerprints": {
"maxItemsOne": false
},
"serial_numbers": {
"maxItemsOne": false
}
}
},
"confluent_certificate_pool": {
"current": "confluentcloud:index/getCertificatePool:getCertificatePool",
"fields": {
"certificate_authority": {
"maxItemsOne": true
}
}
},
"confluent_dns_record": {
"current": "confluentcloud:index/getDnsRecord:getDnsRecord",
"fields": {
Expand Down
427 changes: 427 additions & 0 deletions provider/cmd/pulumi-resource-confluentcloud/schema.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ require (
github.com/cloudflare/circl v1.3.7 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/apikeys v0.3.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/byok v0.0.2 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/certificate-authority v0.0.0-20240921001517-750d06dd7c27 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/cmk v0.21.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/connect v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/connect-custom-plugin v0.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,8 @@ github.com/confluentinc/ccloud-sdk-go-v2/apikeys v0.3.0 h1:7AixGTQ3QRYRfmVEJRIs0
github.com/confluentinc/ccloud-sdk-go-v2/apikeys v0.3.0/go.mod h1:wNa9Qg2e2v/+PQsUyKh+qB22hhLkPR6Ahy6rP+1jmGI=
github.com/confluentinc/ccloud-sdk-go-v2/byok v0.0.2 h1:BV/dPTFVovJPylrcr9lcSmukCVxBxyUeHBr6hp7zUNk=
github.com/confluentinc/ccloud-sdk-go-v2/byok v0.0.2/go.mod h1:MMtRTfg1g32bQrRwfqvGpe+grS5pQzeq9V+L5GKydV4=
github.com/confluentinc/ccloud-sdk-go-v2/certificate-authority v0.0.0-20240921001517-750d06dd7c27 h1:prbOJKQGZ6VgBFRDN3mzE942apQnlS5d68L7HyA2Gz8=
github.com/confluentinc/ccloud-sdk-go-v2/certificate-authority v0.0.0-20240921001517-750d06dd7c27/go.mod h1:xqB2YHUtcYF5cbwctSDzXoYw0YXaawj13d0lzcvphEA=
github.com/confluentinc/ccloud-sdk-go-v2/cmk v0.21.0 h1:ioG3TsP8FwskPtwitfGfvBgTdprYKutHB0oxG5F4Dj8=
github.com/confluentinc/ccloud-sdk-go-v2/cmk v0.21.0/go.mod h1:WndyhYUqeH7usVOfh+3g9CpVPqHWxIkJqopSISD0pGg=
github.com/confluentinc/ccloud-sdk-go-v2/connect v0.2.0 h1:rEb3sxzKCZvZCnEZ10WyGqkVIdlqxJGbmP85/4C4YdE=
Expand Down
Loading

0 comments on commit 2454693

Please sign in to comment.