Skip to content

Commit

Permalink
Upgrade terraform-provider-confluent to v2.3.0 (#588)
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.2.0  to 2.3.0.
	Fixes #587
  • Loading branch information
guineveresaenger authored Sep 27, 2024
2 parents 6c11f14 + 084af0d commit 0dec6e6
Show file tree
Hide file tree
Showing 48 changed files with 5,234 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 4761d311..7eb2a0df 100644
index e3bf5438..a9cd60bf 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
Expand Down
28 changes: 28 additions & 0 deletions provider/cmd/pulumi-resource-confluentcloud/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,20 @@
}
}
},
"confluent_provider_integration": {
"current": "confluentcloud:index/providerIntegration:ProviderIntegration",
"fields": {
"aws": {
"maxItemsOne": true
},
"environment": {
"maxItemsOne": true
},
"usages": {
"maxItemsOne": false
}
}
},
"confluent_role_binding": {
"current": "confluentcloud:index/roleBinding:RoleBinding"
},
Expand Down Expand Up @@ -1190,6 +1204,20 @@
}
}
},
"confluent_provider_integration": {
"current": "confluentcloud:index/getProviderIntegration:getProviderIntegration",
"fields": {
"aws": {
"maxItemsOne": false
},
"environment": {
"maxItemsOne": true
},
"usages": {
"maxItemsOne": false
}
}
},
"confluent_role_binding": {
"current": "confluentcloud:index/getRoleBinding:getRoleBinding"
},
Expand Down
223 changes: 223 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 @@ -92,6 +92,7 @@ require (
github.com/confluentinc/ccloud-sdk-go-v2/networking-ip v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/networking-privatelink v0.2.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/org v0.9.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/provider-integration v0.1.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/schema-registry v0.4.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/srcm v0.7.0 // indirect
github.com/confluentinc/ccloud-sdk-go-v2/sso v0.0.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,8 @@ github.com/confluentinc/ccloud-sdk-go-v2/networking-privatelink v0.2.0 h1:3nm/8K
github.com/confluentinc/ccloud-sdk-go-v2/networking-privatelink v0.2.0/go.mod h1:uj/ybBJPQbmuuBdSoznMiMGEwW3z/g0Uko8uKWg36I8=
github.com/confluentinc/ccloud-sdk-go-v2/org v0.9.0 h1:FtaqHX0kBTK7fCQK+9SJcOso+XpWCWzY2roT3gBQGfw=
github.com/confluentinc/ccloud-sdk-go-v2/org v0.9.0/go.mod h1:X0uaTYPp+mr19W1R/Z1LuB1ePZJZrH7kxnQckDx6zoc=
github.com/confluentinc/ccloud-sdk-go-v2/provider-integration v0.1.0 h1:a6GlDTUoeX5zRlIPVToH3Aa779QA2Ajj/LYyJC5UQN8=
github.com/confluentinc/ccloud-sdk-go-v2/provider-integration v0.1.0/go.mod h1:aNAIuiIUbfvqtQrl4yp1f7dMdUInXs+PDrHLvKCr0PE=
github.com/confluentinc/ccloud-sdk-go-v2/schema-registry v0.4.0 h1:fBki9LEIQOy82oArfbMJxAh5vGPFg9WvHG3HSnZubyk=
github.com/confluentinc/ccloud-sdk-go-v2/schema-registry v0.4.0/go.mod h1:uTE8K5/jg75ubJY1Flh6TfBIwVFVOchkLWqVsamwLYc=
github.com/confluentinc/ccloud-sdk-go-v2/srcm v0.7.0 h1:BFab+P8PHLsmmPfg/K7eguW1wE9mlL1sLYlvZxVzWH8=
Expand Down
200 changes: 200 additions & 0 deletions sdk/dotnet/GetProviderIntegration.cs

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

28 changes: 28 additions & 0 deletions sdk/dotnet/Inputs/GetProviderIntegrationEnvironment.cs

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

28 changes: 28 additions & 0 deletions sdk/dotnet/Inputs/GetProviderIntegrationEnvironmentArgs.cs

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

42 changes: 42 additions & 0 deletions sdk/dotnet/Inputs/ProviderIntegrationAwsArgs.cs

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

Loading

0 comments on commit 0dec6e6

Please sign in to comment.