thousands-planet-11416
05/13/2020, 12:37 PMancient-megabyte-79588
05/13/2020, 4:14 PMbest-lifeguard-91445
05/13/2020, 8:22 PMicy-jordan-58549
05/13/2020, 9:21 PMdepensdOn
, while I am testing it, it looks like it doesnât check the health of the dependsOn resource, which means I canât get eventual consistency requirement
proud-optician-56680
05/13/2020, 9:30 PMproud-optician-56680
05/13/2020, 9:30 PMbest-lifeguard-91445
05/13/2020, 9:41 PMapp_sg.createIngressRule("app_allow_edge_in", {
location: { sourceSecurityGroupId: edge_sg.id },
ports: new awsx.ec2.AllTcpPorts(),
description: "allow HTTP access from anywhere",
});
This works -- but this doesn't: (doesn't compile)
app_sg.createIngressRule("app_allow_edge_in", {
sourceSecurityGroupId: edge_sg.id,
ports: new awsx.ec2.AllTcpPorts(),
description: "allow HTTP access from anywhere",
});
error:
No overload matches this call.
Overload 1 of 2, '(name: string, args: SimpleSecurityGroupRuleArgs, opts?: ComponentResourceOptions | undefined): IngressSecurityGroupRule', gave the following error.
Argument of type '{ sourceSecurityGroupId: Output<string>; toPort: awsx.ec2.AllTcpPorts; fromPort: awsx.ec2.AllTcpPorts; protocol: string; description: string; }' is not assignable to parameter of type 'SimpleSecurityGroupRuleArgs'.
Object literal may only specify known properties, and 'sourceSecurityGroupId' does not exist in type 'SimpleSecurityGroupRuleArgs'.ts(2769)
billowy-army-68599
best-lifeguard-91445
05/14/2020, 12:35 AM.createAutoScalingGroup
method -- how do I control the scaling per service?best-lifeguard-91445
05/14/2020, 2:23 AMenough-engineer-49169
05/14/2020, 9:50 AMmammoth-caravan-51104
05/14/2020, 3:33 PMbetter-actor-92669
05/14/2020, 5:02 PMfamous-jelly-72366
05/14/2020, 6:16 PMfamous-jelly-72366
05/14/2020, 6:17 PMgreen-school-95910
05/14/2020, 6:19 PMbest-lifeguard-91445
05/14/2020, 6:22 PMfamous-jelly-72366
05/14/2020, 6:24 PMfamous-jelly-72366
05/14/2020, 7:01 PMfamous-jelly-72366
05/14/2020, 7:02 PMcold-motherboard-287
05/14/2020, 7:35 PMbest-lifeguard-91445
05/14/2020, 11:24 PM..xxxx is in ROLLBACK_COMPLETE state and can not be updated.
icy-jordan-58549
05/14/2020, 11:38 PMdevelopment
, the repo looks like abandoned, last update in April. Thankskind-mechanic-53546
05/15/2020, 7:03 AMpulumi.runtime.registerStackTransformation
?
I want to set common tags for a group of stacks but when I do pulumi.all
on the output values (which are OutputInstance<any>
), the tags do not get applied, whereas if I use values from config or literals, it works fineabundant-photographer-61227
05/15/2020, 12:32 PMabundant-photographer-61227
05/15/2020, 12:32 PMabundant-photographer-61227
05/15/2020, 12:33 PMpulumi up
abundant-photographer-61227
05/15/2020, 12:33 PMabundant-photographer-61227
05/15/2020, 12:33 PMcreate...
abundant-photographer-61227
05/15/2020, 12:34 PM