Skip to content

Commit

Permalink
Upgrade terraform-provider-confluent to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aq17 authored Jan 26, 2023
2 parents 5cd19ea + be812a7 commit 2fe7f9e
Show file tree
Hide file tree
Showing 357 changed files with 32,740 additions and 4,397 deletions.
2,137 changes: 1,789 additions & 348 deletions provider/cmd/pulumi-resource-confluentcloud/schema.json

Large diffs are not rendered by default.

155 changes: 88 additions & 67 deletions provider/go.mod

Large diffs are not rendered by default.

910 changes: 711 additions & 199 deletions provider/go.sum

Large diffs are not rendered by default.

61 changes: 39 additions & 22 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,47 @@ func Provider() tfbridge.ProviderInfo {
Fields: map[string]*tfbridge.SchemaInfo{
"display_name": tfbridge.AutoName("displayName", 255, "-"),
}},
"confluent_identity_pool": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "IdentityPool")},
"confluent_identity_provider": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "IdentityProvider")},
"confluent_ksql_cluster": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "KsqlCluster")},
"confluent_schema_registry_cluster": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SchemaRegistryCluster")},
"confluent_transit_gateway_attachment": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TransitGatewayAttachment")},
"confluent_identity_pool": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "IdentityPool")},
"confluent_identity_provider": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "IdentityProvider")},
"confluent_ksql_cluster": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "KsqlCluster")},
"confluent_schema": {
Tok: tfbridge.MakeResource(mainPkg, mainMod, "Schema"),
Fields: map[string]*tfbridge.SchemaInfo{
"schema": {
CSharpName: "SchemaDetails",
},
},
},
"confluent_schema_registry_cluster": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SchemaRegistryCluster")},
"confluent_schema_registry_cluster_config": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SchemaRegistryClusterConfig")},
"confluent_schema_registry_cluster_mode": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SchemaRegistryClusterMode")},
"confluent_subject_config": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SubjectConfig")},
"confluent_subject_mode": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SubjectMode")},
"confluent_transit_gateway_attachment": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "TransitGatewayAttachment")},
},
DataSources: map[string]*tfbridge.DataSourceInfo{
"confluent_environment": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getEnvironment")},
"confluent_kafka_client_quota": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaClientQuota")},
"confluent_kafka_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaCluster")},
"confluent_kafka_topic": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaTopic")},
"confluent_network": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getNetwork")},
"confluent_organization": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getOrganization")},
"confluent_service_account": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getServiceAccount")},
"confluent_user": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getUser")},
"confluent_peering": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getPeering")},
"confluent_private_link_access": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getPrivateLinkAccess")},
"confluent_role_binding": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getRoleBinding")},
"confluent_identity_pool": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getIdentityPool")},
"confluent_identity_provider": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getIdentityProvider")},
"confluent_ksql_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKsqlCluster")},
"confluent_schema_registry_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryCluster")},
"confluent_schema_registry_region": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryRegion")},
"confluent_transit_gateway_attachment": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getTransitGatewayAttachment")},
"confluent_environment": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getEnvironment")},
"confluent_kafka_client_quota": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaClientQuota")},
"confluent_kafka_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaCluster")},
"confluent_kafka_topic": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKafkaTopic")},
"confluent_network": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getNetwork")},
"confluent_organization": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getOrganization")},
"confluent_service_account": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getServiceAccount")},
"confluent_user": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getUser")},
"confluent_peering": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getPeering")},
"confluent_private_link_access": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getPrivateLinkAccess")},
"confluent_role_binding": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getRoleBinding")},
"confluent_identity_pool": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getIdentityPool")},
"confluent_identity_provider": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getIdentityProvider")},
"confluent_ksql_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getKsqlCluster")},
"confluent_schema": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchema")},
"confluent_schema_registry_cluster": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryCluster")},
"confluent_schema_registry_cluster_config": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryClusterConfig")},
"confluent_schema_registry_cluster_mode": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryClusterMode")},
"confluent_schema_registry_region": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSchemaRegistryRegion")},
"confluent_subject_config": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSubjectConfig")},
"confluent_subject_mode": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSubjectMode")},
"confluent_transit_gateway_attachment": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getTransitGatewayAttachment")},
},
JavaScript: &tfbridge.JavaScriptInfo{
Dependencies: map[string]string{
Expand Down
25 changes: 13 additions & 12 deletions provider/shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
)

replace github.com/confluentinc/terraform-provider-confluent => github.com/pulumi/terraform-provider-confluent v0.0.0-20221205182427-7f5cfa878b3e
replace github.com/confluentinc/terraform-provider-confluent => github.com/pulumi/terraform-provider-confluent v0.0.0-20230125231056-4dd6eb473c79

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/Microsoft/hcsshim v0.9.3 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Microsoft/hcsshim v0.9.5 // indirect
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
Expand All @@ -25,13 +25,14 @@ require (
github.com/confluentinc/ccloud-sdk-go-v2/kafkarest v0.8.0 // indirect
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.4.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking v0.5.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/org v0.4.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/schema-registry v0.1.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/srcm v0.2.0 // indirect
github.com/containerd/cgroups v1.0.3 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/containerd/containerd v1.6.12 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/docker v20.10.11+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
Expand Down Expand Up @@ -87,15 +88,15 @@ require (
github.com/walkerus/go-wiremock v1.2.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 2fe7f9e

Please sign in to comment.