Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pulumi-terraform-bridge to 27a2e69fd393ba6db99ed00fadf28ad0fae8e9b0 #338

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 89 additions & 89 deletions provider/cmd/pulumi-resource-vault/schema.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.3

require (
github.com/hashicorp/terraform-provider-vault v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)

Expand Down Expand Up @@ -247,6 +247,7 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yuin/goldmark v1.5.2 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2460,8 +2460,8 @@ github.com/pulumi/pulumi-java/pkg v0.9.8 h1:c8mYsalnRXA2Ibgvv6scefOn6mW1Vb0UT0mc
github.com/pulumi/pulumi-java/pkg v0.9.8/go.mod h1:c6rSw/+q4O0IImgJ9axxoC6QesbPYWBaG5gimbHouUQ=
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.1 h1:SCg1gjfY9N4yn8U8peIUYATifjoDABkyR7H9lmefsfc=
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.1/go.mod h1:7OeUPH8rpt5ipyj9EFcnXpuzQ8SHL0dyqdfa8nOacdk=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0 h1:uZGU4J23ABm6BYDSbzVJjVHzuilVHyKxetUI7k7SZBg=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0/go.mod h1:xs+jm130x0f6wl99ACQIagAU4m/TP0+cTO+qARnDYAE=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393 h1:IrfEll9HsamlhmvJMJAdNFGV6Ytk67lb5cuDtNGRcQM=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393/go.mod h1:nD6WrXZnT15wXDnZWwci6BblExOaz3oRlCYYzCN34do=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4 h1:rIzMmtcVpPX8ynaz6/nW5AHNY63DiNfCohqmxWvMpM4=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4/go.mod h1:Kt8RIZWa/N8rW3+0g6NrqCBmF3o+HuIhFaZpssEkG6w=
github.com/pulumi/pulumi-yaml v1.4.0 h1:vIm+F18aPXqHcgCZcD+PCEtA96Fbs96wHoW8RPVxJfk=
Expand Down Expand Up @@ -2711,6 +2711,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.5.2 h1:ALmeCk/px5FSm1MAcFBAsVKZjDuMVj8Tm7FFIlMJnqU=
github.com/yuin/goldmark v1.5.2/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs=
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA=
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg=
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Aws/AuthBackendClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public partial class AuthBackendClient : global::Pulumi.CustomResource
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Output("useStsRegionFromClient")]
Expand Down Expand Up @@ -263,7 +263,7 @@ public Input<string>? SecretKey
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Input("useStsRegionFromClient")]
Expand Down Expand Up @@ -367,7 +367,7 @@ public Input<string>? SecretKey
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Input("useStsRegionFromClient")]
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/Aws/SecretBackendRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ public partial class SecretBackendRole : global::Pulumi.CustomResource

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Output("permissionsBoundaryArn")]
Expand Down Expand Up @@ -277,8 +277,8 @@ public InputList<string> IamGroups

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Input("permissionsBoundaryArn")]
Expand Down Expand Up @@ -409,8 +409,8 @@ public InputList<string> IamGroups

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Input("permissionsBoundaryArn")]
Expand Down
48 changes: 24 additions & 24 deletions sdk/dotnet/Azure/Backend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ namespace Pulumi.Vault.Azure
public partial class Backend : global::Pulumi.CustomResource
{
/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
[Output("clientId")]
public Output<string?> ClientId { get; private set; } = null!;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
[Output("clientSecret")]
public Output<string?> ClientSecret { get; private set; } = null!;
Expand All @@ -85,7 +85,7 @@ public partial class Backend : global::Pulumi.CustomResource
public Output<bool?> DisableRemount { get; private set; } = null!;

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Output("environment")]
public Output<string?> Environment { get; private set; } = null!;
Expand All @@ -100,26 +100,26 @@ public partial class Backend : global::Pulumi.CustomResource
public Output<string?> Namespace { get; private set; } = null!;

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Output("path")]
public Output<string?> Path { get; private set; } = null!;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
[Output("subscriptionId")]
public Output<string> SubscriptionId { get; private set; } = null!;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
[Output("tenantId")]
public Output<string> TenantId { get; private set; } = null!;

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Output("useMicrosoftGraphApi")]
Expand Down Expand Up @@ -182,7 +182,7 @@ public sealed class BackendArgs : global::Pulumi.ResourceArgs
private Input<string>? _clientId;

/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
public Input<string>? ClientId
{
Expand All @@ -198,7 +198,7 @@ public Input<string>? ClientId
private Input<string>? _clientSecret;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
public Input<string>? ClientSecret
{
Expand All @@ -224,7 +224,7 @@ public Input<string>? ClientSecret
public Input<bool>? DisableRemount { get; set; }

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Input("environment")]
public Input<string>? Environment { get; set; }
Expand All @@ -239,7 +239,7 @@ public Input<string>? ClientSecret
public Input<string>? Namespace { get; set; }

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Input("path")]
public Input<string>? Path { get; set; }
Expand All @@ -248,7 +248,7 @@ public Input<string>? ClientSecret
private Input<string>? _subscriptionId;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
public Input<string>? SubscriptionId
{
Expand All @@ -264,7 +264,7 @@ public Input<string>? SubscriptionId
private Input<string>? _tenantId;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
public Input<string>? TenantId
{
Expand All @@ -277,8 +277,8 @@ public Input<string>? TenantId
}

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Input("useMicrosoftGraphApi")]
Expand All @@ -296,7 +296,7 @@ public sealed class BackendState : global::Pulumi.ResourceArgs
private Input<string>? _clientId;

/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
public Input<string>? ClientId
{
Expand All @@ -312,7 +312,7 @@ public Input<string>? ClientId
private Input<string>? _clientSecret;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
public Input<string>? ClientSecret
{
Expand All @@ -338,7 +338,7 @@ public Input<string>? ClientSecret
public Input<bool>? DisableRemount { get; set; }

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Input("environment")]
public Input<string>? Environment { get; set; }
Expand All @@ -353,7 +353,7 @@ public Input<string>? ClientSecret
public Input<string>? Namespace { get; set; }

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Input("path")]
public Input<string>? Path { get; set; }
Expand All @@ -362,7 +362,7 @@ public Input<string>? ClientSecret
private Input<string>? _subscriptionId;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
public Input<string>? SubscriptionId
{
Expand All @@ -378,7 +378,7 @@ public Input<string>? SubscriptionId
private Input<string>? _tenantId;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
public Input<string>? TenantId
{
Expand All @@ -391,8 +391,8 @@ public Input<string>? TenantId
}

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Input("useMicrosoftGraphApi")]
Expand Down
20 changes: 10 additions & 10 deletions sdk/dotnet/Azure/GetAccessCredentials.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs
/// <summary>
/// The Azure environment to use during credential validation.
/// Defaults to the environment configured in the Vault backend.
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("environment")]
Expand Down Expand Up @@ -128,7 +128,7 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs

/// <summary>
/// If 'validate_creds' is true,
/// the number of sequential successes required to validate generated
/// the number of sequential successes required to validate generated
/// credentials. Defaults to 8.
/// </summary>
[Input("numSequentialSuccesses")]
Expand All @@ -143,23 +143,23 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs

/// <summary>
/// The subscription ID to use during credential
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("subscriptionId")]
public string? SubscriptionId { get; set; }

/// <summary>
/// The tenant ID to use during credential validation.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("tenantId")]
public string? TenantId { get; set; }

/// <summary>
/// Whether generated credentials should be
/// validated before being returned. Defaults to `false`, which returns
/// validated before being returned. Defaults to `false`, which returns
/// credentials without checking whether they have fully propagated throughout
/// Azure Active Directory. Designating `true` activates testing.
/// </summary>
Expand All @@ -184,7 +184,7 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs
/// <summary>
/// The Azure environment to use during credential validation.
/// Defaults to the environment configured in the Vault backend.
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("environment")]
Expand Down Expand Up @@ -217,7 +217,7 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs

/// <summary>
/// If 'validate_creds' is true,
/// the number of sequential successes required to validate generated
/// the number of sequential successes required to validate generated
/// credentials. Defaults to 8.
/// </summary>
[Input("numSequentialSuccesses")]
Expand All @@ -232,23 +232,23 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs

/// <summary>
/// The subscription ID to use during credential
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("subscriptionId")]
public Input<string>? SubscriptionId { get; set; }

/// <summary>
/// The tenant ID to use during credential validation.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("tenantId")]
public Input<string>? TenantId { get; set; }

/// <summary>
/// Whether generated credentials should be
/// validated before being returned. Defaults to `false`, which returns
/// validated before being returned. Defaults to `false`, which returns
/// credentials without checking whether they have fully propagated throughout
/// Azure Active Directory. Designating `true` activates testing.
/// </summary>
Expand Down
Loading
Loading