curved-summer-41191
07/27/2020, 4:13 PMreleaseChannel
to an existing cluster definition? https://github.com/pulumi/pulumi-gcp/issues/394
I upgraded versions of the GCP/Pulumi packages so that I could use that configuration but now the apply is panic'ing saying that the cluster would be recreatedbillions-glass-17089
07/27/2020, 6:06 PMminiature-petabyte-40567
07/27/2020, 8:33 PMvar subnetA = new Subnet(
"mc-subnet-a",
new SubnetArgs
{
CidrBlock = "10.5.1.0/24",
VpcId = "vpc-1234567890abcdef",
AvailabilityZone = "us-west-1a"
}
);
numerous-artist-1705
07/27/2020, 8:43 PMIgnoreChanges
, but that doesn't work as it ignores the change, but still wants to access to the path in the stack which is not available. Is there any way around this?dazzling-analyst-17846
07/27/2020, 9:58 PMsalmon-needle-46218
07/27/2020, 10:32 PMpulumi preview
output through a CI system and want to put the output into slack , is there a way to suppress the "downloading..." output?clever-plumber-29709
07/28/2020, 2:52 AM#### :tropical_drink: `pulumi --non-interactive preview`
error: getting secrets manager: passphrase must be set with PULUMI_CONFIG_PASSPHRASE environment variable
It was working fine previously.
in local, the preview also works fine.
My workflow is like:
name: Pulumi
on:
- pull_request
jobs:
preview:
name: Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
with:
fetch-depth: 1
- uses: <docker://pulumi/actions>
with:
args: preview
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_PULUMI_PRE }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_PULUMI_PRE }}
AWS_REGION: us-east-1
COMMENT_ON_PR: 1
GITHUB_TOKEN: ${{ secrets.FULL_GITHUB_TOKEN }}
PULUMI_BACKEND_URL: <s3://qa-pulumi-backend-company>
PULUMI_CI: pr
fast-jordan-52071
07/28/2020, 2:17 PMicy-jordan-58549
07/28/2020, 9:35 PMsuppressDeprecationWarnings: true
doesn’t help.careful-engine-71229
07/28/2020, 9:38 PMcareful-engine-71229
07/28/2020, 9:41 PMcareful-engine-71229
07/28/2020, 9:42 PMcareful-engine-71229
07/28/2020, 10:17 PMcareful-engine-71229
07/28/2020, 11:10 PMadamant-motorcycle-76548
07/29/2020, 1:12 AMicy-jordan-58549
07/29/2020, 2:44 AMmammoth-elephant-55302
07/29/2020, 6:37 AMPulumi.stackname.yaml
files but when I do pulumi stack ls
nothing shows upacceptable-stone-35112
07/29/2020, 8:18 AMconst table = new dynamodb.Table(name, {
name: name,
attributes: [{ name: "ProductId", type: "S" }],
hashKey: "ProductId",
billingMode: BillingMode.PAY_PER_REQUEST
})
acceptable-stone-35112
07/29/2020, 12:43 PMquick-action-34599
07/29/2020, 2:24 PMbland-cat-29878
07/29/2020, 2:47 PM/infra
/services
i've been running everything fine but I recently had to re-image my computer and now adding the stack reference to /infra from /services doesn't work anymore
in my /services/index.js I am just doing `const infra = new pulumi.StackReference(infra
);` but it can't find the stack - am i forgetting something here or has something changed?careful-engine-71229
07/29/2020, 6:41 PMechoing-angle-67526
07/29/2020, 6:57 PMbumpy-motorcycle-53357
07/29/2020, 7:06 PMcalm-greece-42329
07/29/2020, 7:06 PMcalm-greece-42329
07/29/2020, 7:07 PMbumpy-motorcycle-53357
07/29/2020, 7:09 PMcalm-greece-42329
07/29/2020, 7:11 PMbillowy-army-68599