Skip to content

Commit

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

---

- Upgrading terraform-provider-kafka from 0.7.1  to 0.8.1.
	Fixes #491
  • Loading branch information
pulumi-bot authored Aug 26, 2024
1 parent 88e61f7 commit 190b365
Show file tree
Hide file tree
Showing 15 changed files with 573 additions and 71 deletions.
36 changes: 36 additions & 0 deletions provider/cmd/pulumi-resource-kafka/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"type": "string",
"description": "The version of Kafka protocol to use in `$MAJOR.$MINOR.$PATCH` format. Some features may not be available on older\nversions. Default is 2.7.0.\n"
},
"saslAwsAccessKey": {
"type": "string",
"description": "The AWS access key.\n"
},
"saslAwsCredsDebug": {
"type": "boolean",
"description": "Set this to true to turn AWS credentials debug.\n"
Expand All @@ -108,6 +112,14 @@
"type": "string",
"description": "Arn of an AWS IAM role to assume\n"
},
"saslAwsSecretKey": {
"type": "string",
"description": "The AWS secret key.\n"
},
"saslAwsToken": {
"type": "string",
"description": "The AWS session token. Only required if you are using temporary security credentials.\n"
},
"saslMechanism": {
"type": "string",
"description": "SASL mechanism, can be plain, scram-sha512, scram-sha256, aws-iam\n",
Expand Down Expand Up @@ -204,6 +216,10 @@
"type": "string",
"description": "The version of Kafka protocol to use in `$MAJOR.$MINOR.$PATCH` format. Some features may not be available on older\nversions. Default is 2.7.0.\n"
},
"saslAwsAccessKey": {
"type": "string",
"description": "The AWS access key.\n"
},
"saslAwsCredsDebug": {
"type": "boolean",
"description": "Set this to true to turn AWS credentials debug.\n"
Expand All @@ -220,6 +236,14 @@
"type": "string",
"description": "Arn of an AWS IAM role to assume\n"
},
"saslAwsSecretKey": {
"type": "string",
"description": "The AWS secret key.\n"
},
"saslAwsToken": {
"type": "string",
"description": "The AWS session token. Only required if you are using temporary security credentials.\n"
},
"saslMechanism": {
"type": "string",
"description": "SASL mechanism, can be plain, scram-sha512, scram-sha256, aws-iam\n"
Expand Down Expand Up @@ -295,6 +319,10 @@
"type": "string",
"description": "The version of Kafka protocol to use in `$MAJOR.$MINOR.$PATCH` format. Some features may not be available on older\nversions. Default is 2.7.0.\n"
},
"saslAwsAccessKey": {
"type": "string",
"description": "The AWS access key.\n"
},
"saslAwsCredsDebug": {
"type": "boolean",
"description": "Set this to true to turn AWS credentials debug.\n"
Expand All @@ -311,6 +339,14 @@
"type": "string",
"description": "Arn of an AWS IAM role to assume\n"
},
"saslAwsSecretKey": {
"type": "string",
"description": "The AWS secret key.\n"
},
"saslAwsToken": {
"type": "string",
"description": "The AWS session token. Only required if you are using temporary security credentials.\n"
},
"saslMechanism": {
"type": "string",
"description": "SASL mechanism, can be plain, scram-sha512, scram-sha256, aws-iam\n",
Expand Down
47 changes: 23 additions & 24 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ module github.com/pulumi/pulumi-kafka/provider/v3
go 1.21.12

require (
github.com/Mongey/terraform-provider-kafka v0.7.1
github.com/Mongey/terraform-provider-kafka v0.8.1
github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.1
)

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute v1.25.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.6 // indirect
cloud.google.com/go/kms v1.15.7 // indirect
cloud.google.com/go/logging v1.9.0 // indirect
Expand All @@ -24,7 +23,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/IBM/sarama v1.43.0 // indirect
github.com/IBM/sarama v1.43.3 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
Expand All @@ -39,20 +38,20 @@ require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-msk-iam-sasl-signer-go v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.50.36 // indirect
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.11 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.11 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.28 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect
github.com/aws/aws-sdk-go-v2/service/kms v1.30.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.20.5 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6 // indirect
github.com/aws/smithy-go v1.20.2 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.30.4 // indirect
github.com/aws/smithy-go v1.20.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
Expand All @@ -68,7 +67,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
github.com/djherbis/times v1.5.0 // indirect
github.com/eapache/go-resiliency v1.6.0 // indirect
github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
Expand Down Expand Up @@ -135,7 +134,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down Expand Up @@ -222,15 +221,15 @@ require (
go.uber.org/atomic v1.9.0 // indirect
gocloud.dev v0.37.0 // indirect
gocloud.dev/secrets/hashivault v0.37.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
Expand Down
Loading

0 comments on commit 190b365

Please sign in to comment.