orange-policeman-59119
03/19/2019, 9:26 PMglamorous-printer-14057
03/19/2019, 11:49 PMstocky-spoon-28903
03/20/2019, 12:17 AMstocky-spoon-28903
03/20/2019, 12:18 AMstocky-spoon-28903
03/20/2019, 12:18 AMwide-judge-30323
03/20/2019, 3:38 AMaws.sns.TopicSubscription
to a topic that already exists, but the topic param must be a pulumi.Input<Topic>
- so I need an instance of Topic
first. new aws.sns.Topic(...)
will try create a new topic with a unique name, which is not what I need.stocky-spoon-28903
03/20/2019, 3:47 AMwide-judge-30323
03/20/2019, 4:08 AMnew
with a CustomResourceOptions
providing an arn for id
- that seemed to work, but I guess .get()
is a more idiomatic way that does the same thing. Thanks!wide-judge-30323
03/20/2019, 8:28 AMcloud
api for the first time (aws lambda). Is it possible to use the aws sdk directly (or other js libs?) in a aws.lambda.CallbackFunction
? I'm trying to just s3 cp a file from one place to another - pulumi.cloud.Bucket
doesn't seem to offer this (only get and put the actual contents, which would not be ideal for larger files). The examples spin off a separate cloud.Task
- but this seems unnecessary for this use-case.great-dog-65117
03/20/2019, 9:36 AMabundant-monitor-15855
03/20/2019, 4:51 PMaloof-spoon-46068
03/20/2019, 5:38 PMcustomData
field for an Azure VM, but I’m unsure as to how to provide the data. I tried just using a filename of a cloud-init file I have in the local directory (i.e. customData: "cloud-init.txt"
, but after I boot the VM it shows the field with customData: ""
Do I have to specify it a different way?important-leather-28796
03/20/2019, 6:30 PMgcloud beta services vpc-peerings connect \
--service=<http://servicenetworking.googleapis.com|servicenetworking.googleapis.com> \
--ranges=[RESERVED_RANGE_NAME] \
--network=[VPC_NETWORK] \
--project=[PROJECT_ID]
big-article-88775
03/20/2019, 6:36 PMpulumi destroy
, or how I would like to see it be more robust. Basically right now I had a stack with an eks-cluster, and installing istio into a namespace. The issue is when I did destroy, Kubernetes was getting hung up terminating the Istio namespace... and because of that pulumi wouldn't continue. First thing, I would like to see is that Pulumi can recognize these dependencies, and if I am destroying the whole stack, dont even bother trying to destroy the namespace when I am destroying the whole EKS cluster anyways... or at least give me a way to ignore issues like this and keep goingbig-article-88775
03/20/2019, 6:38 PMpulumi destroy
to clean up the miscellaneous other objects... but Pulumi again choked on removing the namespace, because now it couldn't talk to the cluster. I would like to see Pulumi be smarter here, recognize the cluster is gone so the dependent objects are also gone and help me remove the miscellaneous other objects.better-rainbow-14549
03/20/2019, 6:43 PMgorgeous-egg-16927
03/20/2019, 7:29 PMbig-article-88775
03/20/2019, 8:41 PMpulumi state delete
always results in No such resource"<resource name>" exists in the current state. pulumi refresh
also fails because it cannot connect to the deleted clusterfull-dress-10026
03/20/2019, 9:47 PM/**
* The protocol to use. The possible values for this are: `sqs`, `sms`, `lambda`, `application`. (`http` or `https` are partially supported, see below) (`email` is option but unsupported, see below).
*/
readonly protocol: pulumi.Input<string>;
What does "(email
is option but unsupported, see below)" mean? How am I supposed to create an email subscription?full-dress-10026
03/20/2019, 10:34 PMerror: Missing required configuration variable 'services:storage-template-url'
please set a value using the command `pulumi config set services:storage-template-url <value>`
... when running pulumi up
. I do not have a .require("storage-template-url")
anywhere in this stack's code. This stack does have a stack reference to a stack that requires that config value and it was moved around recently.full-dress-10026
03/20/2019, 10:40 PM"@pulumi/pulumi": "0.16.17",
"@pulumi/aws": "0.16.10",
"@pulumi/awsx": "0.16.5"
to
{
"@pulumi/pulumi": "0.17.2",
"@pulumi/aws": "0.17.1",
"@pulumi/awsx": "0.17.0"
}
and ran pulumi up
. Received this exception:
error: aws:ec2/securityGroupRule:SecurityGroupRule resource 'nginx-lb-listener-external-0-ingress' has a problem: "description" cannot be longer than 255 characters: "Externally available at port Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either:\n1: o.apply(v => `prefix${v}suffix`)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee <https://pulumi.io/help/outputs> for more details.\nThis function may throw in a future version of @pulumi/pulumi."
error: aws:ec2/securityGroupRule:SecurityGroupRule resource 'nginx-lb-listener-external-0-ingress' has a problem: "description" doesn't comply with restrictions ("^[A-Za-z0-9 \\.\\_\\-\\:\\/\\(\\)\\#\\,\\@\\[\\]\\+\\=\\;\\{\\}\\!\\$\\*]*$"): "Externally available at port Calling [toString] on an [Output<T>] is not supported.\n\nTo get the value of an Output<T> as an Output<string> consider either:\n1: o.apply(v => `prefix${v}suffix`)\n2: pulumi.interpolate `prefix${v}suffix`\n\nSee <https://pulumi.io/help/outputs> for more details.\nThis function may throw in a future version of @pulumi/pulumi."
full-dress-10026
03/20/2019, 10:46 PMtags
to an awsx.Cluster
? I don't see a param for that currently but you can do it in the console.adamant-dress-73325
03/21/2019, 1:54 AMcolossal-room-15708
03/21/2019, 5:10 AMorange-tailor-85423
03/21/2019, 7:40 AMbetter-rainbow-14549
03/21/2019, 1:05 PMpulumi up
? How would I stop it from continuously replacing it?white-ghost-79509
03/21/2019, 3:54 PM2 UNKNOWN: failed to compute asset hash: asset path '../../build/images' is a directory; try using an archive
hundreds-musician-51496
03/21/2019, 4:54 PMhundreds-musician-51496
03/21/2019, 4:54 PMhundreds-musician-51496
03/21/2019, 4:54 PMhundreds-musician-51496
03/21/2019, 4:54 PM