adamant-dress-73325
12/03/2020, 10:16 PMpulumi state mv
around, is there any docs on how to do this? Or should I just pulumi state export/import the resources over to the other stack.adventurous-keyboard-93905
12/03/2020, 10:37 PMPulumi.dev.yaml
include encrypted secrets after running pulumi config set ... --secret
(see attached snippet in the thread for details on how the file looks like).adventurous-keyboard-93905
12/03/2020, 10:44 PMindex.ts
. I tried using new pulumi.Config();
as explained in https://www.pulumi.com/docs/intro/concepts/config/, but when doing config.require("name");
it actually prefixes the name with the name of the projecttall-jackal-67163
12/04/2020, 5:46 AMeager-lion-7694
12/04/2020, 6:12 AMaws-ts-static-website
when running pulumi up
Error: invocation of aws:route53/getZone:getZone returned an error: transport is closing
Error: invocation of aws:ec2/getSubnetIds:getSubnetIds returned an error: transport is closing
Any advice on how to move past this?steep-angle-29984
12/04/2020, 11:10 AMpulumi preview
and cannot find the cause:
error: Preview failed: unexpected unknown property value
Does anyone have any idea what could be the problem or how I could track down the error?early-glass-64522
12/04/2020, 4:45 PMsecrets.PULUMI_ACCESS_TOKEN
? These seem to be tied to the user, not the pulumi organization.shy-football-10348
12/04/2020, 4:58 PMDiagnostics:
github:index:RepositoryWebhook (github-repo-webhook):
error: POST <https://api.github.com/repos//https://><snip>/security/jupyterhub.git/hooks: 404 Not Found []
Is there an environment variable I can set somewhere?shy-football-10348
12/04/2020, 4:58 PMgithub_repo_webhook = github.RepositoryWebhook(
"github-repo-webhook",
active=True,
events=["push"],
repository='https://<snip>/security/jupyterhub.git',
configuration={
"url": codebuild_webhook.payload_url,
"secret": codebuild_webhook.secret,
"contentType": "json",
"insecureSsl": False,
})
shy-football-10348
12/04/2020, 4:59 PMshy-football-10348
12/04/2020, 5:11 PMDiagnostics:
github:index:RepositoryWebhook (github-repo-webhook):
error: POST https://<url>/api/v3/repos/<username>/security/jupyterhub.git/hooks: 404 Not Found []
shy-football-10348
12/04/2020, 5:11 PMhttps://<url>/api/v3/repos/security/jupyterhub.git/hooks
shy-football-10348
12/04/2020, 5:16 PMowner
env variable… woopsshy-football-10348
12/04/2020, 5:16 PMshy-football-10348
12/04/2020, 5:21 PMbillowy-laptop-45963
12/04/2020, 6:22 PMcreamy-engine-1851
12/05/2020, 2:40 PMfast-night-71691
12/07/2020, 1:24 PM"statusCode": 200,
"body":"html",
"headers": {"Content-Type": "text/html"}
. How to use pulumi's AWS API gateway functions that can serve html response from the container image in AWS Lambda ? . It would be great if you could kindly share the approach with the typescript sample code so that we can try it out in our company. Thank you in advance.astonishing-monitor-96741
12/07/2020, 4:34 PMmodern-librarian-67580
12/07/2020, 5:00 PMbillowy-laptop-45963
12/07/2020, 8:39 PMfierce-ability-58936
12/07/2020, 8:46 PMself.register_outputs({
bucketDnsName: bucket.bucketDomainName
})
Which doesn’t work - if it’s a dict, then it should be "bucketDnsName": bucket.bucketDomainName
and then it should presumably register the output property named “buckerDnsName”?
But when I try to use it as resource.bucketDnsName
it doesn’t work and complains about “AttributeError”.
Should I DIY it like self.bucketDnsName = bucket.bucketDomainName
after self.register_outputs call?gifted-vase-28337
12/08/2020, 6:07 PMpulumi destroy
consistently fails, which disrupts the developer workflow.
We tried protect=True
, but that yields another error on destroy
.straight-librarian-43739
12/08/2020, 6:55 PMdelightful-xylophone-3967
12/08/2020, 7:36 PMearly-glass-64522
12/08/2020, 9:13 PMfierce-grass-63054
12/09/2020, 2:24 AMpulumi github app
determines whether a status should be reported? I have my pulumi preview
runs in CI and has every necessary environment variables I thought the integration required (<http://ci.pr|ci.pr>.number=${github_pr_id}
and ci.build.type=pull_request
, etc.) , but still cannot get the preview comment and status check update in the Pull Request. Any idea would be highly appreciated🙏incalculable-dawn-53071
12/09/2020, 9:13 AMpulumi stack output
and other related commands hangs indefinitely. I've tried all the troubleshooting steps recommended on the website but I've had no joy. Can anyone suggest what I should do next?modern-napkin-96707
12/09/2020, 10:17 AMfull-dress-10026
12/09/2020, 6:34 PMaws.eks.NodeGroup
accepts instanceTypes
as a pulumi.Input<string>
. In 3.17.0, a breaking change was made to switch to pulumi.Input<pulumi.Input<string>[]>
. This results in Pulumi thinking it needs to replace the awseksNodeGroup resource. This is not an acceptable solution. A replacement would result in deleting the node group and then re-creating it, taking the service completely offline. I don't understand how we're supposed to be update to 3.17.0+ with this issue. Are there any solutions to this?