Skip to content

Commit

Permalink
Upgrade terraform-provider-aiven to v4.9.2 (#383)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-aiven
--kind=all`.

---

- Upgrading terraform-provider-aiven from 4.9.0  to 4.9.2.
	Fixes #382
	Fixes #379

---------

Co-authored-by: pulumi-bot <runner@fv-az554-128.pp1eodzeogqunczqn5pxbps3qh.bx.internal.cloudapp.net>
  • Loading branch information
pulumi-bot and pulumi-bot authored Oct 4, 2023
1 parent eb8f781 commit e912305
Show file tree
Hide file tree
Showing 33 changed files with 182 additions and 185 deletions.
38 changes: 18 additions & 20 deletions provider/cmd/pulumi-resource-aiven/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17304,11 +17304,11 @@
},
"schema": {
"type": "string",
"description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n"
"description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n"
},
"schemaType": {
"type": "string",
"description": "Kafka Schema type JSON or AVRO\n"
"description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n"
},
"serviceName": {
"type": "string",
Expand Down Expand Up @@ -17342,11 +17342,11 @@
},
"schema": {
"type": "string",
"description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n"
"description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n"
},
"schemaType": {
"type": "string",
"description": "Kafka Schema type JSON or AVRO\n",
"description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n",
"willReplaceOnChanges": true
},
"serviceName": {
Expand Down Expand Up @@ -17380,11 +17380,11 @@
},
"schema": {
"type": "string",
"description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n"
"description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n"
},
"schemaType": {
"type": "string",
"description": "Kafka Schema type JSON or AVRO\n",
"description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n",
"willReplaceOnChanges": true
},
"serviceName": {
Expand Down Expand Up @@ -20868,12 +20868,12 @@
},
"password": {
"type": "string",
"description": "The password of the PG User ( not applicable for all services ).\n",
"description": "The password of the PG User (not applicable for all services).\n",
"secret": true
},
"pgAllowReplication": {
"type": "boolean",
"description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n"
"description": "Defines whether replication is allowed.\n"
},
"project": {
"type": "string",
Expand Down Expand Up @@ -20904,13 +20904,12 @@
"inputProperties": {
"password": {
"type": "string",
"description": "The password of the PG User ( not applicable for all services ).\n",
"description": "The password of the PG User (not applicable for all services).\n",
"secret": true
},
"pgAllowReplication": {
"type": "boolean",
"description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n",
"willReplaceOnChanges": true
"description": "Defines whether replication is allowed.\n"
},
"project": {
"type": "string",
Expand Down Expand Up @@ -20948,13 +20947,12 @@
},
"password": {
"type": "string",
"description": "The password of the PG User ( not applicable for all services ).\n",
"description": "The password of the PG User (not applicable for all services).\n",
"secret": true
},
"pgAllowReplication": {
"type": "boolean",
"description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n",
"willReplaceOnChanges": true
"description": "Defines whether replication is allowed.\n"
},
"project": {
"type": "string",
Expand Down Expand Up @@ -26038,11 +26036,11 @@
},
"schema": {
"type": "string",
"description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n"
"description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n"
},
"schemaType": {
"type": "string",
"description": "Kafka Schema type JSON or AVRO\n"
"description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n"
},
"serviceName": {
"type": "string",
Expand Down Expand Up @@ -26107,11 +26105,11 @@
},
"schema": {
"type": "string",
"description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n"
"description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n"
},
"schemaType": {
"type": "string",
"description": "Kafka Schema type JSON or AVRO\n"
"description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n"
},
"serviceName": {
"type": "string",
Expand Down Expand Up @@ -28229,12 +28227,12 @@
},
"password": {
"type": "string",
"description": "The password of the PG User ( not applicable for all services ).\n",
"description": "The password of the PG User (not applicable for all services).\n",
"secret": true
},
"pgAllowReplication": {
"type": "boolean",
"description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n"
"description": "Defines whether replication is allowed.\n"
},
"project": {
"type": "string",
Expand Down
7 changes: 3 additions & 4 deletions provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-aiven/provider/v6

go 1.21
go 1.21.1

replace (
github.com/aiven/terraform-provider-aiven => ../upstream
Expand All @@ -9,7 +9,7 @@ replace (
)

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.28.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
github.com/pulumi/pulumi-terraform-bridge/pf v0.17.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.61.0
github.com/pulumi/pulumi/pkg/v3 v3.86.0 // indirect
Expand Down Expand Up @@ -55,7 +55,7 @@ require (
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aiven/aiven-go-client v1.36.0 // indirect
github.com/aiven/aiven-go-client/v2 v2.1.0 // indirect
github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
Expand Down Expand Up @@ -156,7 +156,6 @@ require (
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-mux v0.12.0 // indirect
github.com/hashicorp/terraform-plugin-testing v1.5.1 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=
github.com/aiven/aiven-go-client v1.36.0 h1:AUuldvYdk2b9wu4v7L9qx01d6ZB5VckiMgRW37yxZVE=
github.com/aiven/aiven-go-client v1.36.0/go.mod h1:3Hh1PDNcqNNCYrkU/jSAHMV/b/ynoy73fwhBPKnMe6I=
github.com/aiven/aiven-go-client/v2 v2.1.0 h1:n8k34HpEQ7KgxRcyX/F5WKR6xh8MSAM6TtPHnghDNGg=
github.com/aiven/aiven-go-client/v2 v2.1.0/go.mod h1:x0xhzxWEKAwKv0xY5FvECiI6tesWshcPHvjwl0B/1SU=
github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02 h1:nFAKxncY/5aokoDdnKRvUVsjV6MKQq0Cf/21uAPRjDg=
github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02/go.mod h1:RmQ8MfxwxAP2ji9eJtP6dICOaTMcQD9b5aQT3Bp7uzI=
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY=
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/GetKafkaSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ public sealed class GetKafkaSchemaResult
/// </summary>
public readonly string Project;
/// <summary>
/// Kafka Schema configuration should be a valid Avro Schema JSON format.
/// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
/// </summary>
public readonly string Schema;
/// <summary>
/// Kafka Schema type JSON or AVRO
/// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
/// </summary>
public readonly string SchemaType;
/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/GetKafkaSchemaConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ public sealed class GetKafkaSchemaConfigurationResult
/// </summary>
public readonly string Project;
/// <summary>
/// Kafka Schema configuration should be a valid Avro Schema JSON format.
/// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
/// </summary>
public readonly string Schema;
/// <summary>
/// Kafka Schema type JSON or AVRO
/// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
/// </summary>
public readonly string SchemaType;
/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/GetPgUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ public sealed class GetPgUserResult
/// </summary>
public readonly string Id;
/// <summary>
/// The password of the PG User ( not applicable for all services ).
/// The password of the PG User (not applicable for all services).
/// </summary>
public readonly string Password;
/// <summary>
/// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
/// Defines whether replication is allowed.
/// </summary>
public readonly bool PgAllowReplication;
/// <summary>
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/KafkaSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ public partial class KafkaSchema : global::Pulumi.CustomResource
public Output<string> Project { get; private set; } = null!;

/// <summary>
/// Kafka Schema configuration should be a valid Avro Schema JSON format.
/// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
/// </summary>
[Output("schema")]
public Output<string> Schema { get; private set; } = null!;

/// <summary>
/// Kafka Schema type JSON or AVRO
/// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
/// </summary>
[Output("schemaType")]
public Output<string?> SchemaType { get; private set; } = null!;
Expand Down Expand Up @@ -157,13 +157,13 @@ public sealed class KafkaSchemaArgs : global::Pulumi.ResourceArgs
public Input<string> Project { get; set; } = null!;

/// <summary>
/// Kafka Schema configuration should be a valid Avro Schema JSON format.
/// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
/// </summary>
[Input("schema", required: true)]
public Input<string> Schema { get; set; } = null!;

/// <summary>
/// Kafka Schema type JSON or AVRO
/// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
/// </summary>
[Input("schemaType")]
public Input<string>? SchemaType { get; set; }
Expand Down Expand Up @@ -201,13 +201,13 @@ public sealed class KafkaSchemaState : global::Pulumi.ResourceArgs
public Input<string>? Project { get; set; }

/// <summary>
/// Kafka Schema configuration should be a valid Avro Schema JSON format.
/// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
/// </summary>
[Input("schema")]
public Input<string>? Schema { get; set; }

/// <summary>
/// Kafka Schema type JSON or AVRO
/// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
/// </summary>
[Input("schemaType")]
public Input<string>? SchemaType { get; set; }
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/PgUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ public partial class PgUser : global::Pulumi.CustomResource
public Output<string> AccessKey { get; private set; } = null!;

/// <summary>
/// The password of the PG User ( not applicable for all services ).
/// The password of the PG User (not applicable for all services).
/// </summary>
[Output("password")]
public Output<string> Password { get; private set; } = null!;

/// <summary>
/// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
/// Defines whether replication is allowed.
/// </summary>
[Output("pgAllowReplication")]
public Output<bool?> PgAllowReplication { get; private set; } = null!;
Expand Down Expand Up @@ -146,7 +146,7 @@ public sealed class PgUserArgs : global::Pulumi.ResourceArgs
private Input<string>? _password;

/// <summary>
/// The password of the PG User ( not applicable for all services ).
/// The password of the PG User (not applicable for all services).
/// </summary>
public Input<string>? Password
{
Expand All @@ -159,7 +159,7 @@ public Input<string>? Password
}

/// <summary>
/// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
/// Defines whether replication is allowed.
/// </summary>
[Input("pgAllowReplication")]
public Input<bool>? PgAllowReplication { get; set; }
Expand Down Expand Up @@ -226,7 +226,7 @@ public Input<string>? AccessKey
private Input<string>? _password;

/// <summary>
/// The password of the PG User ( not applicable for all services ).
/// The password of the PG User (not applicable for all services).
/// </summary>
public Input<string>? Password
{
Expand All @@ -239,7 +239,7 @@ public Input<string>? Password
}

/// <summary>
/// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
/// Defines whether replication is allowed.
/// </summary>
[Input("pgAllowReplication")]
public Input<bool>? PgAllowReplication { get; set; }
Expand Down
8 changes: 4 additions & 4 deletions sdk/go/aiven/getKafkaSchema.go

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

Loading

0 comments on commit e912305

Please sign in to comment.