red-lighter-44012
12/01/2020, 2:09 PMbitter-application-91815
12/01/2020, 3:37 PMastonishing-quill-88807
12/01/2020, 3:59 PMbitter-application-91815
12/01/2020, 6:47 PMcalm-parrot-72437
12/02/2020, 12:59 AMeager-lion-7694
12/02/2020, 1:21 AMpulumi up
gives me this error after ~10 minutes:
error waiting for service (service arn) to reach a steady state: ResourceNotReady: exceeded wait attempts
how can I debug why its taking so long? the Fargate service does seem available via the public endpoint so not sure if this is waiting for the right signal.narrow-area-20379
12/02/2020, 7:26 AMapply
callback called during preview when the value is not available? Is this broken functionality?
To access the raw value of an output, and transform that value into a new value, use apply . This method accepts a callback that will be eventually invoked with the raw value, once it is available.
dazzling-sundown-39670
12/02/2020, 8:37 AM- uses: <docker://pulumi/actions>
with:
args: preview --stack Safira/sandbox
It tells me No stack configured for branch 'refs/pull/698/merge'
but I don't want that stack associated with a certain branch, I'm running it on a trigger word in pull requests.steep-angle-29984
12/02/2020, 10:56 AMboundless-library-86481
12/02/2020, 11:34 AMthis.linuxAppServicePlan = new azure_nextgen.web.latest.AppServicePlan(
name,
{
name: name,
kind: "linux",
location: this.resourceGroup.location,
resourceGroupName: this.resourceGroup.name,
sku: {
name: "B1",
tier: "Basic",
size: "B1",
},
}
);
this.webApp = new azure_nextgen.web.latest.WebApp(name, {
name: name,
kind: "app,linux,container",
serverFarmId: this.linuxAppServicePlan.id,
location: this.resourceGroup.location,
resourceGroupName: this.resourceGroup.name,
httpsOnly: true,
});
I created these resources in the portal first to take a look to the ARM template. The key element seems to be the kind
as linux
for the service plan and app,linux,container
for the web app. However, Pulumi seems to be creating a windows app plan and a standard web app. Do you have an idea of what could be wrong?cuddly-smartphone-15267
12/02/2020, 11:34 AMbroad-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 PM