victorious-fountain-7689
09/14/2021, 2:25 PMpulumi stack ls
, even if pulumi stack
shows current stack outputs.
Currently, I'm using AWS S3 backend with the project name in <orgName>/<projectName>/<stackName>
format. Are the organizations supported in S3 backend as well?microscopic-animal-41955
09/14/2021, 6:32 PMmicroscopic-animal-41955
09/14/2021, 6:42 PMadditionalUserData
in a ManagedNodeGroup? I can override the userData by supplying a LaunchTemplate to a managed node group, but then I lose all the built-in EKS node bootstrapping codecrooked-pillow-11944
09/15/2021, 8:00 PMtall-beard-99429
09/16/2021, 8:18 AMfierce-toddler-53098
09/16/2021, 5:55 PMsparse-intern-71089
09/16/2021, 7:17 PMnice-airport-15607
09/16/2021, 7:33 PMpending_operations
? I’ve tried the stack export/import solution as well was pulumi cancel
and NOTHING seems to be working?worried-city-86458
09/16/2021, 8:27 PMmicroscopic-animal-41955
09/17/2021, 4:23 PMconst asgName = onDemandNodeGroup.autoScalingGroupName;
asgName.apply(name => {
const asg = aws.autoscaling.Group.get(name, "onDemand-asg");
asg.targetGroupArns = []; // can't set this, is readonly
});
steep-eve-53618
09/17/2021, 6:20 PMinstanceTypes
for EKS NodeGroup objects has changed from a string to a string array, resulting in the following diff in preview:
instanceTypes : "c5.xlarge" => ["c5.xlarge"]
This causes Pulumi to want to replace the NodeGroup. Is there any way to have Pulumi automatically update this state so it doesn’t recreate the NodeGroup? (pulumi refresh
did not pick this up)better-zoo-17970
09/17/2021, 8:22 PMbetter-zoo-17970
09/18/2021, 2:09 AMfull-artist-27215
09/22/2021, 8:26 PMaws:skipMetadataApiCheck
using an environment variable?purple-architect-30534
09/22/2021, 10:07 PMquiet-umbrella-96481
09/23/2021, 2:22 AMVPC
endpoint type with internet facing
access?crooked-pillow-11944
09/23/2021, 2:50 AMs3_reference = pulumi.StackReference(f"s3")
buckets = << dictionary of all outputs from s3 stack>>
policy=pulumi.Output.all(all_bukcets=buckets).apply(lambda args: f"""{{
{{
"Effect": "Allow",
"Action": ["s3:*"],
"Resource": [
<< buckets go here >>
]
}},
}}
Does anybody have a good way of accomplishing this?flat-laptop-90489
09/23/2021, 2:07 PMemployees (aws:iam:Group)
-- aws:iam/group:Group (delete-replaced)
[id=Employees]
[urn=urn:pulumi:production::fairwindsops::aws:iam/group:Group::employees]
__defaults: []
name : "Employees"
path : "/"
ambitious-afternoon-55254
09/23/2021, 4:21 PMpulumi up
even though no changes have been made in their definitions. Is there a way to prevent this unnecessary churn? My pulumi program is using the python libraries if that makes any difference.white-processor-23859
09/23/2021, 10:29 PMDuplicate resource URN 'urn:pulumi:amis::amis::aws:imagebuilder/imageRecipe:ImageRecipe::asdf'; try giving it a unique name
. Any recommendations?numerous-beach-32896
09/24/2021, 2:19 AMcloud-aws
?orange-lunch-7899
09/24/2021, 3:26 PMerror: expected non-nil error with nil state during Create of urn:pulumi:squad-000::web::aws:ecs/service:Service::picking-v4-order-inspector
white-processor-23859
09/24/2021, 6:02 PMtagsAll
property no longer exists. Here's the error:
TSError: ⨯ Unable to compile TypeScript:
index.ts(55,3): error TS2345: Argument of type '{ assumeRolePolicy: string; description: string; forceDetachPolicies: false; inlinePolicies: {}[]; managedPolicyArns: string[]; maxSessionDuration: number; path: string; tags: { role: string; }; tagsAll: { ...; }; }' is not assignable to parameter of type 'RoleArgs'.
Object literal may only specify known properties, and 'tagsAll' does not exist in type 'RoleArgs'.
index.ts(622,5): error TS2345: Argument of type '{ ami: string; associatePublicIpAddress: true; iamInstanceProfile: pulumi.Output<string>; keyName: string; instanceType: string; privateIp: string; vpcSecurityGroupIds: pulumi.Output<string>[]; subnetId: pulumi.Output<...>; tagsAll: { ...; }; tags: { ...; }; ebsBlockDevices: { ...; }[]; }' is not assignable to parameter of type 'InstanceArgs'.
Object literal may only specify known properties, and 'tagsAll' does not exist in type 'InstanceArgs'.
index.ts(659,5): error TS2345: Argument of type '{ ami: string; associatePublicIpAddress: true; iamInstanceProfile: pulumi.Output<string>; keyName: string; instanceType: string; privateIp: string; vpcSecurityGroupIds: pulumi.Output<string>[]; subnetId: pulumi.Output<...>; tagsAll: { ...; }; tags: { ...; }; ebsBlockDevices: { ...; }[]; }' is not assignable to parameter of type 'InstanceArgs'.
Object literal may only specify known properties, and 'tagsAll' does not exist in type 'InstanceArgs'.
at createTSError (/home/oz/dev/mono-repo/sre/network/node_modules/ts-node/src/index.ts:261:12)
at getOutput (/home/oz/dev/mono-repo/sre/network/node_modules/ts-node/src/index.ts:367:40)
at Object.compile (/home/oz/dev/mono-repo/sre/network/node_modules/ts-node/src/index.ts:558:11)
at Module.m._compile (/home/oz/dev/mono-repo/sre/network/node_modules/ts-node/src/index.ts:439:43)
at Module._extensions..js (node:internal/modules/cjs/loader:1138:10)
at Object.require.extensions.<computed> [as .ts] (/home/oz/dev/mono-repo/sre/network/node_modules/ts-node/src/index.ts:442:12)
at Module.load (node:internal/modules/cjs/loader:989:32)
at Function.Module._load (node:internal/modules/cjs/loader:829:14)
at Module.require (node:internal/modules/cjs/loader:1013:19)
at require (node:internal/modules/cjs/helpers:93:18)
I'm on pulumi cli version 3.13, aws version 4.21.x. Any thoughts?salmon-jelly-80475
09/24/2021, 7:00 PMthousands-area-40147
09/25/2021, 5:48 PM"example"
) is even set up in the code examples, but as far as I can see remains unused. Or am I missing something? Is placing it in the dependsOn
field sufficient?numerous-printer-41511
09/26/2021, 12:47 AMflat-laptop-90489
09/27/2021, 4:53 PMripe-shampoo-80285
09/28/2021, 12:23 AMwonderful-action-5267
09/29/2021, 1:11 AMlittle-summer-88406
09/29/2021, 10:07 AMlittle-summer-88406
09/29/2021, 10:07 AM