adamant-waiter-67103
08/10/2022, 7:30 PMlet vaultPostgresPassword =
Pulumi.AzureNative.KeyVault.Secret(namer "postgresPwd",
Pulumi.AzureNative.KeyVault.SecretArgs(
Properties = Pulumi.AzureNative.KeyVault.Inputs.SecretPropertiesArgs(
Value = io postgresPwd.Result,
Attributes = input (Pulumi.AzureNative.KeyVault.Inputs.SecretAttributesArgs(Enabled = input true)),
ContentType = input "text/plain"
),
ResourceGroupName = io resourceGroup.Name,
SecretName = input "postgresPassword",
VaultName = io keyVault.Name
))
I'm getting this message error: autorest/azure: Service returned an error. Status=400 Code="ParameterNotSpecified" Message="The parameter value is not specified."
I'm not sure why, I'm running pulumi up --yes --refresh -d --skip-preview -v 3
and aren't getting any more informationbillowy-army-68599
adamant-waiter-67103
08/10/2022, 7:35 PMinput
surrounding SecretPropertiesArgs
.... that was annoying as heckdry-judge-83479
08/12/2022, 10:36 AMadamant-waiter-67103
08/12/2022, 10:45 AMInput<T>
make sure you wrap the assignment inputdry-judge-83479
08/12/2022, 10:50 AMerror: constructing secrets manager of type "cloud": secrets (code=InvalidArgument): keyvault.BaseClient#Decrypt: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="BadParameter" Message="The parameter is incorrect.\r\n