abundant-egg-71808
09/29/2020, 3:35 PMbitter-application-91815
09/29/2020, 4:34 PMbitter-application-91815
09/29/2020, 4:35 PMbitter-application-91815
09/29/2020, 4:35 PMbitter-application-91815
09/29/2020, 4:35 PM// The password used to access a password protected server. Can be specified only if `transitEncryptionEnabled = true`.
AuthToken pulumi.StringPtrInput
bitter-application-91815
09/29/2020, 4:40 PMbitter-application-91815
09/29/2020, 4:40 PMbitter-application-91815
09/29/2020, 4:43 PMbitter-application-91815
09/29/2020, 4:43 PMclever-plumber-29709
09/29/2020, 7:30 PMwhite-angle-34155
09/29/2020, 10:00 PMconst vaultSecret = new vault.generic.Secret("vaultSecret",{
path: `kv/some/path`,
dataJson: JSON.stringify({
keyA: "valueA",
keyB: "valueB"
})
});
as does
const vaultSecret = new vault.generic.Secret("vaultSecret",{
path: `kv/some/path`,
dataJson: pulumi.interpolate `{\"keyA\":\"${appInsights.name}\",\"keyB\":\"valueB\"}`
});
But the escaped json is messy. I've tried using JSON.stringify but hit type issues which I don't seem to be able to work around (Calling [toString] on an [Output<T>] is not supported
). I've tried in pulumi.interpolate and apply with no success.clever-plumber-29709
09/30/2020, 1:14 AMpulumi up
but for all resources and not only the changed ones?hundreds-egg-46465
09/30/2020, 2:09 AMpulumi preview
in a pulumi/pulumi
docker image I get the following error
pulumi:providers:aws (default_3_2_1):
error: no resource plugin 'aws-v3.2.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.2.1`
My understanding is that these are installed at runtime? Do I need to manually add this step to the dockerfille myself? I have other similar pulumi workflows that don't have this issue.bitter-application-91815
09/30/2020, 11:17 AMbitter-application-91815
09/30/2020, 11:17 AMDiagnostics:
pulumi:pulumi:Stack (development-axiom-cloud):
go: finding <http://github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers|github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers> latest
go: finding <http://github.com/pulumi/pulumi-aws/sdk/v3/go/aws|github.com/pulumi/pulumi-aws/sdk/v3/go/aws> latest
go: finding <http://github.com/pulumi/pulumi-aws/sdk/v3/go|github.com/pulumi/pulumi-aws/sdk/v3/go> latest
build development: cannot load <http://github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers|github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers>: module <http://github.com/pulumi/pulumi-aws/sdk/v3@latest|github.com/pulumi/pulumi-aws/sdk/v3@latest> found (v3.5.0), but does not contain package <http://github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers|github.com/pulumi/pulumi-aws/sdk/v3/go/aws/providers>
error: an unhandled error occurred: program exited with non-zero exit code: 1
best-france-51653
09/30/2020, 11:23 AMclever-plumber-29709
09/30/2020, 1:43 PMhandsome-actor-1155
09/30/2020, 4:23 PMabundant-author-76343
09/30/2020, 7:57 PMerror: The resource format is invalid
. Currently my best guess is that it is related directly to the @azure/arm-cdn
package used in the example.
Happy for any input that might help to solve this issue. Created a related ticket as well. https://github.com/pulumi/examples/issues/804flat-insurance-25294
10/01/2020, 8:59 AMbitter-toddler-22112
10/01/2020, 9:14 AMbig-account-56668
10/01/2020, 9:27 AM<organization>
? I have a single project with two stacks prod
and stage
and would like to reference the former from the latter.breezy-butcher-78604
10/01/2020, 11:33 AMpulumi/pulumi-nodejs
docker image to deploy my template, seems to be an issue installing whatever plugin is required to run CrossGuard policies.
here's the command i'm running:
docker run -v $(pwd):/pulumi/projects -e PULUMI_ACCESS_TOKEN -it pulumi/pulumi-nodejs:latest /bin/bash -c "npm ci && pulumi preview"
and here's the output from the pulumi up
command
Logging in using access token from PULUMI_ACCESS_TOKEN
Previewing update (my-stack):
Installing policy pack vgw-sec-policies 3.0.2...
[resource plugin aws-2.13.1] installing
Finished installing policy pack
error: could not start policy pack "vgw-sec-policies" because the built-in analyzer plugin that runs policy plugins is missing. This might occur when the plugin directory is not on your $PATH, or when the installed version of the Pulumi SDK does not support resource policies
any ideas what I can do to resolve this?acceptable-stone-35112
10/01/2020, 2:25 PMacceptable-stone-35112
10/01/2020, 2:25 PMbitter-application-91815
10/01/2020, 6:30 PMbitter-application-91815
10/01/2020, 6:30 PMmillions-furniture-75402
10/01/2020, 8:04 PMPulumi.mystack.yml
as JSON instead?abundant-egg-71808
10/01/2020, 9:21 PMflat-insurance-25294
10/02/2020, 1:45 AMflat-insurance-25294
10/02/2020, 1:45 AMfaint-table-42725
10/02/2020, 2:12 AM