broad-dog-22463
12/02/2020, 12:19 PMbroad-dog-22463
12/02/2020, 12:19 PMambitious-father-68746
12/02/2020, 1:36 PMgorgeous-match-99659
12/02/2020, 4:26 PMcreamy-knife-53051
12/02/2020, 5:33 PMcreamy-knife-53051
12/02/2020, 5:35 PM+ gcp:storage:BucketIAMMember role-legacy creating error: Error applying IAM policy for storage bucket "b/sky-it-backup-mysql-prod": Error setting IAM policy for storage bucket "b/sky-it-backup-mysql-prod": googleapi: Error 412: Precondition Failed, conditionNotMet
+ gcp:storage:BucketIAMMember role-legacy **creating failed** error: Error applying IAM policy for storage bucket "b/sky-it-backup-mysql-prod": Error setting IAM policy for storage bucket "b/sky-it-backup-mysql-prod": googleapi: Error 412: Precondition Failed, conditionNotMet
what conditionNotMet mean?ambitious-father-68746
12/02/2020, 7:33 PMpulumi preview
or pulumi update
?big-potato-91793
12/02/2020, 8:33 PMutilities.getVersion();
Just wanna understand why this is done inside the constructor of the resources. We move the generated files into our own repository and we are getting an error about thiseager-lion-7694
12/02/2020, 9:38 PMError initializing PostgreSQL client: error detecting capabilities: error PostgreSQL version: EOF
seems similar to this issue: https://github.com/pulumi/pulumi/issues/3166 Any idea on why this might be happening?worried-wall-60272
12/02/2020, 10:34 PMfuture-nail-59564
12/02/2020, 10:44 PMCustomComponent
resources when we pass a custom type string to the base constructor)? Maybe that will help the state to smoothly transition from older to newer version of same provider?early-glass-64522
12/03/2020, 12:03 AMbig-potato-91793
12/03/2020, 12:53 PMcrd2pulumi
?modern-napkin-96707
12/03/2020, 2:39 PMfreezing-finland-22895
12/03/2020, 5:15 PMagreeable-ram-97887
12/03/2020, 5:45 PMrich-television-43773
12/03/2020, 7:05 PMcolossal-australia-65039
12/03/2020, 7:54 PMup
independently from each other (or all together if i choose to). is there a recommended way on how i should organize this? so far i'm thinking of having a bunch of Pulumi.project_stack.yaml
files and having the index
file choose which codepaths to execute based on the config properties. but this seems not quite ideal
I would be fine having everything in a single "project" but I'm concerned about long preview
times if it needs to grab the state of every resource. or has this not been a big issue?chilly-garage-80867
12/03/2020, 8:16 PMadamant-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 PMDiagnostics:
github:index:RepositoryWebhook (github-repo-webhook):
error: POST https://<url>/api/v3/repos/<username>/security/jupyterhub.git/hooks: 404 Not Found []